blob: c0eca56a3faf1e895e849176dd6a75e1118d83d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#compdef fortune
_arguments \
'-a[choose from all lists of maxims, both offensive and not]' \
'-c[show the cookie file from which the fortune came]' \
'-e[consider all fortune files to be of equal size]' \
'-f[print out the list of files which would be searched]' \
'-l[long dictums only]' \
'-m[print all matches to regex]:BRE' \
'-n[set longest length to be short]:length' \
'-o[choose only from potentially offensive aphorisms]' \
'-s[short apothegms only]' \
'-i[ignore case for -m patterns]' \
'-w[wait before termination for a time based on msg length]' \
'*:databases'
|