mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
1d1a3d6e82
* Add fortune completions Add -r for required parameters * add updates to changelog
12 lines
687 B
Fish
12 lines
687 B
Fish
# Fish completions for fortune <https://www.ibiblio.org/pub/linux/games/amusements/fortune/!INDEX.html>
|
|
|
|
complete -c fortune -s a -d 'Include offensive fortunes'
|
|
complete -c fortune -s e -d 'Equal category weighting'
|
|
complete -c fortune -s f -d 'Print fortune categories'
|
|
complete -c fortune -s i -d 'Ignore case for regex patterns'
|
|
complete -c fortune -s l -d 'Long fortunes only'
|
|
complete -c fortune -s m -r -d 'Print all fortunes that match regex pattern'
|
|
complete -c fortune -s n -r -d 'Set short/long fortune threshold'
|
|
complete -c fortune -s o -d 'Offensive fortunes only'
|
|
complete -c fortune -s s -d 'Short fortunes only'
|
|
complete -c fortune -s w -d 'Add a wait time for reading'
|