fish-shell/share/completions/fortune.fish
EJ 1d1a3d6e82
Add fortune completions (#9177)
* Add fortune completions

Add -r for required parameters

* add updates to changelog
2022-09-07 09:46:45 +02:00

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'