Darren Schroeder
ea7de87315
update some scripts from dash to underscore, add 20k_club script ( #271 )
2022-08-04 15:25:52 -05:00
Darren Schroeder
832d0d7d18
switch kebab case parameters to snake case ( #269 )
2022-07-29 08:02:29 -05:00
Dan-Gamin
660fb558d9
Add more cargo completions ( #233 )
2022-05-30 09:09:34 -05:00
Jacob Gonzalez
59502c9538
generated nu completions from fish ( #237 )
2022-05-30 08:34:28 -05:00
Jacob Gonzalez
b74da8e5f0
autogenerate from Fish shell completions ( #236 )
...
* fish generator
* handle root command case
* documentation for cases
* fix edge cases in parse-fish script
* fix command description missing edge case
2022-05-30 08:31:55 -05:00
Yethal
dcd335f191
Update make-completions.nu ( #232 )
...
command argument is now optional to allow running just `make`
2022-05-27 12:11:22 +03:00
Just a Badly Drawn TABS Dude
809b7b1578
feat(custom-completions): add yarn completion ( #228 )
...
* feat(custom-completions): add yarn completion
This adds completion for all yarn berry commands. This is for yarn berry ONLY and does not work on yarn legacy
* Update yarn-completion.nu
2022-05-21 14:25:22 +01:00
Jacob Gonzalez
a84162d708
Auto generation completion help parser ( #223 )
...
* basic regex parsing flags
* addressed multiline description
* readme and usage
* move to custom-completions/auto-generated
* put tests into module
* add comments and limitations
2022-05-18 08:36:49 +03:00
Arnout Engelen
47edd7dbbc
custom completions: git: 'git fetch' ( #210 )
2022-04-21 00:11:45 +02: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
Darren Schroeder
e6d8d2704e
update scripts to support str replace
( #200 )
2022-04-07 08:45:04 -05: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
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
Yethal
080f65a1d3
initial make support ( #185 )
...
Co-authored-by: Yethal <nosuchemail@email.com>
2022-03-21 16:55:20 -05:00
JT
ec2eaab836
remove the boolean vars ( #182 )
2022-03-20 08:11:54 +13:00
Darren Schroeder
834959daf7
rename uses of update
to upsert
( #178 )
2022-03-16 19:13:49 -05: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
ZetaNumbers
77b74c02ef
add completion for cargo packages ( #169 )
2022-03-02 06:36:42 -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
ca89da5242
reorganize site in preparation for beta and releaes ( #161 )
2022-02-25 13:10:38 -06:00