Yethal
4a1ccf0e43
Add scraping and gitlab scripts ( #206 )
...
Co-authored-by: Yethal <nosuchemail@email.com>
2022-04-14 13:56:09 -05:00
Jakub Žádník
34c241172b
Change conda activation scripts to be a module ( #205 )
2022-04-14 20:11:47 +03:00
Justin Ma
af33063bf3
Fix completions for git push
and git checkout
( #204 )
2022-04-14 08:18:19 -05:00
ZetaNumbers
2d084463c1
fix: make complitions referred to undefinded "nu-complete files" ( #203 )
2022-04-14 07:01:36 -05:00
Edward DeVries
1638d3add1
Add panache-git prompt ( #202 )
...
This is a simple prompt for Nushell that attempts to reproduce the design of the [posh-git](https://github.com/dahlbyk/posh-git ) PowerShell prompt.
I've been developing it in [my own repo](https://github.com/ehdevries/panache-git ), but also wanted to share it here so folks could easily find it.
2022-04-08 17:02:28 -05:00
JT
63f472e17f
Update website_builder.nu
2022-04-08 08:50:02 +12:00
Eli Flanagan
5fa09c3cd1
fix git gone ( #201 )
...
Latest nu requires we escape this character :)
2022-04-07 10:19:32 -05:00
Darren Schroeder
e6d8d2704e
update scripts to support str replace
( #200 )
2022-04-07 08:45:04 -05:00
Max Brown
577ad93638
Up function ( #199 )
...
* Add up function.
* Only works in config.nu
* Simplify script, using nushell updir notation.
2022-04-04 06:41:40 -05:00
Hofer-Julian
3660f37ea8
Fix conda script on windows ( #198 )
...
* Fix conda script on windows
* Check first the casing of the path env var
2022-04-02 17:18:00 -05:00
Darren Schroeder
048017afea
fixes after #5060 ( #197 )
2022-04-01 06:42:38 -05:00
Kamil
7f8d633ac3
CD-path implemented in 0.60 ( #192 )
...
* finally ported CD-path to 0.60
since there are problems with the scope, i had to used a temp file
* suggestions included
2022-04-01 12:35:51 +03:00
Hofer-Julian
ef5de3ed96
Move completions to module format ( #195 )
...
* Move custom completions to module format
* Describe usage in README of custom completions
2022-03-31 06:30:07 -05:00
Eschryn
f394c2819e
[completions-cargo] complete targets from cargo metadata ( #194 )
...
* complete targets from cargo metadata
for more precise completions we probably should use cargo metadata to get the available targets
* fix typo
2022-03-28 17:47:22 -05:00
Darren Schroeder
7320f99f59
update completions ( #193 )
...
move the rest of the completions to module syntax
2022-03-28 07:57:54 -05:00
ZetaNumbers
9b16659408
Make "nu-complete cargo packages" offline for speed ( #191 )
...
It uses `cargo metadata` command with `--offline` flag to forbid it fetching anything from the net, which caused some input lag before
2022-03-27 17:10:29 -05:00
Darren Fuller
c58ca9c446
add git switch completion ( #190 )
2022-03-27 12:08:33 -05:00
Kamil
8b04417a4d
Ported my scripts to 0.60 ( #189 )
...
* dict.nu ready for 0.60
* wolfram didn't require any changes
* extractor works flawlessy on 0.60
* maths ported to 0.60
2022-03-25 07:49:01 +13:00
Inky
29c96015a0
Add cargo search script ( #188 )
2022-03-24 11:42:25 -05:00
Yethal
fd7c123ed1
Added completions for npm ( #187 )
...
* added npm
* added npm
Co-authored-by: Yethal <nosuchemail@email.com>
2022-03-23 16:30:35 -05:00
JT
9e868131b9
update nu release script ( #186 )
2022-03-23 10:19:21 +13:00
Yethal
080f65a1d3
initial make support ( #185 )
...
Co-authored-by: Yethal <nosuchemail@email.com>
2022-03-21 16:55:20 -05:00
Eli Flanagan
927558cf2d
parse fish command history for git usage ( #184 )
...
This is a privacy friendly way to extract command and subcommand usage for Fish shell users
2022-03-21 09:38:53 -05:00
Michael Angerman
47325b9a21
space between the def name and the left bracket
2022-03-20 17:53:48 -07:00
Darren Schroeder
30cda76252
add the ability to change the title on each prompt ( #183 )
2022-03-19 18:45:52 -05:00
JT
ec2eaab836
remove the boolean vars ( #182 )
2022-03-20 08:11:54 +13:00
Darren Schroeder
d7bb156d80
change zoxide script to module ( #181 )
2022-03-19 11:42:58 -05:00
Darren Schroeder
36b82bf7b1
changed get-weather to a module ( #180 )
2022-03-19 11:25:16 -05:00
JT
366f3551ab
Update website_builder.nu
2022-03-18 19:00:09 +13:00
JT
fccebf48f5
Rename webite_builder.nu to website_builder.nu
2022-03-18 18:57:00 +13:00
JT
84b81a835b
Add files via upload
2022-03-18 18:56:40 +13:00
Darren Schroeder
82bdc505c3
add ability to detect wsl ( #179 )
2022-03-17 14:36:11 -05:00
Darren Schroeder
834959daf7
rename uses of update
to upsert
( #178 )
2022-03-16 19:13:49 -05:00
Darren Schroeder
8d713d030e
change $nu.cwd
to $env.PWD
( #176 )
2022-03-12 09:11:31 -06:00
Darren Schroeder
b4d7e3994e
comment out sleep
2022-03-11 21:29:39 -06:00
JT
5012cb44a3
Fix 256 colour example ( #175 )
...
* Fix 256 colour example
* Fix 256 colour example
2022-03-09 12:54:02 -05:00
Darren Schroeder
400b985671
porting more coloring scripts ( #174 )
2022-03-09 11:23:18 -06:00
Eli Flanagan
70c0b6eefc
file casing renamer ( #173 )
...
A cool oneish liner to bring consistency to your directories! The example here uses SQL files but could easily be generalized for a simple utility.
2022-03-09 09:28:02 -06:00
Darren Schroeder
6645c7fd08
ported script to help with vscode extension ( #172 )
2022-03-08 16:27:43 -06:00
JT
09abce0d18
Update git-completions.nu
2022-03-03 15:29:10 -05:00
Genna Wingert
490e6c9d9b
Fix winget completions ( #171 )
...
Fix regex strings so they work with the new escaping syntax
Use completion options to offer better suggestions
Fix issue with `nu-complete winget uninstall package name`
2022-03-03 14:05:05 -06:00
Eli Flanagan
1edddaf160
port git_gone to 0.60 era syntax ( #170 )
...
TIL `each { |it| echo $it }` :)
2022-03-02 12:26:24 -06:00
ZetaNumbers
77b74c02ef
add completion for cargo packages ( #169 )
2022-03-02 06:36:42 -06:00
Darren Schroeder
51699e4b4a
remove some unnecessary code ( #168 )
2022-02-27 17:28:56 -06:00
Darren Schroeder
9664c348cc
add exit status to oh-my.nu ( #167 )
2022-02-27 16:32:03 -06:00
Darren Schroeder
cdacab3df9
tweak git completions ( #166 )
2022-02-27 16:16:53 -06:00
Genna Wingert
e69b2aae0c
Parse winget output to structured in more cases ( #165 )
...
Also add completions from new structured data
2022-02-26 08:56:25 -06:00
Genna Wingert
6cc1b81539
Fix structured winget list
and make it default ( #164 )
2022-02-25 15:32:29 -06:00
Genna Wingert
9deecad2f1
Add comprehensive winget completions ( #163 )
2022-02-25 14:45:12 -06:00
Darren Schroeder
d70a2952ca
add scripts i missed ( #162 )
2022-02-25 14:05:26 -06:00