Commit Graph

14 Commits

Author SHA1 Message Date
Maxim Uvarov
afde2592a6
use typos for corrections (#833)
I used [typos](https://github.com/crate-ci/typos/).
I manually checked all the corrections and they seem safe to me.
There are still some left, but those in this PR are good
2024-05-08 06:47:54 -05:00
Christofer
c30efc727b
add missing scoop completions (#812)
I added the missing shims, alias, and help commands for the scoop
completer (#483)

I also updated the deprecated `rootPath` and `globalPath` config names
for the config command
2024-04-07 18:09:04 -05:00
Auca Coyan
5e51b23b1f
🐛 fix scoop completinos (an extra ) (#780)
Just deleting the extra `)`
2024-03-09 13:42:11 +01:00
e2dk4r
19948a5cbc
custom-completions: scoop: fix getting environmental variables (#567)
`env` command do not exists anymore
use `$env.variable` to access and `'variable' in $env` to check if
environmental  variable exists
2023-08-01 07:38:38 -05:00
Emily Grace Seville
ee996ec169
fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
Darren Schroeder
87655ab380
update range syntax in str substring usage (#448) 2023-04-16 07:15:37 -05:00
Darren Schroeder
b7a45fbcca
replace occurences of str collect with str join (#436) 2023-04-03 08:47:25 -05:00
Hofer-Julian
8b4ed82af3
Fix scoop completions (#363) 2023-01-25 10:51:20 -06:00
e2dk4r
f51feccce8
custom completions: scoop: fix getting environmental variables (#293)
`nu v0.68.0` how `use filename *` works, this broke my way of getting environmental variables.
Before I get environmental variables by `$env.NAME`, now I use `env | where name == 'NAME' | get value | first`
2022-09-08 06:31:48 -05:00
e2dk4r
d160647359
custom completions: scoop: fix list sub command (#291)
`scoop list` can be call without any parameters.
2022-09-07 12:12:45 -05:00
Stefan Holderbach
203727b291
Update old question mark commands any?/all?/empty? to any/all/is-empty (#287)
* Replace `all?` with `all` for nushell/nushell#6464

* Replace `any?` with `any` for nushell/nushell#6464

* Replace `emtpy?` with `is-empty`

Account for nushell/nushell#6464

* Ignore for `before_v0.60` scripts
2022-09-05 16:43:01 +02:00
e2dk4r
ff5cf0e96d
custom completions: scoop: adds some missing command completions (#281)
this commit adds scoop commands that are:
- bucket
- cache
- create
- depends
- download
- export
- hold
- import
- prefix
- reset
- unhold
- virustotal
2022-08-25 08:54:36 -05:00
e2dk4r
87937cb86f
custom completions: scoop: add some missing command completions (#280)
* custom completions: scoop: add some missing command completions

this commit adds scoop commands that are:
- cat
- checkup
- config
- home
- status
- which

* custom completions: scoop: fix getting configuration values
2022-08-23 06:33:17 -05:00
e2dk4r
3ee771b640
custom completions: add completions for scoop (#277)
this commit add scoop commands that are:
- cleanup
- info
- list
- uninstall
- update
2022-08-17 09:35:59 -05:00