mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 04:13:08 +00:00
Add completions for nice and renice commands
darcs-hash:20051230162835-ac50b-28220c8ef0c4f22dd1c8825c7a1151fe92ba421c.gz
This commit is contained in:
parent
7eec1a6625
commit
8f121dce9c
2 changed files with 9 additions and 0 deletions
5
init/completions/nice.fish
Normal file
5
init/completions/nice.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
complete -c nice -s n -l adjustment -r -d "Increment priority by specified number first"
|
||||
complete -c nice -l help -d "Display help and exit"
|
||||
complete -c nice -l version -d "Display version and exit"
|
||||
|
4
init/completions/renice.fish
Normal file
4
init/completions/renice.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
complete -c renice -s p -d "Force following parameters to be process ID’s (The default)"
|
||||
complete -c renice -s g -d "Force following parameters to be interpreted as process group ID’s"
|
||||
complete -c renice -s u -d "Force following parameters to be interpreted as user names"
|
Loading…
Reference in a new issue