fish-shell/share/completions/mimedb.fish
axel c2f6c6c1d2 Do gettext translation of descriptions just-in-time internally in fish
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
2006-03-02 02:53:47 +10:00

9 lines
734 B
Fish

complete -c mimedb -s t -l input-file-data -d (N_ "Input is a file, use name and contents to determine mimetype")
complete -c mimedb -s f -l input-filename -d (N_ "Input is a file, use name to determine mimetype")
complete -c mimedb -s i -l input-mime -d (N_ "Input is a mimetype")
complete -c mimedb -s m -l output-mime -d (N_ "Output mimetype")
complete -c mimedb -s d -l output-description -d (N_ "Output description of mimetype")
complete -c mimedb -s a -l output-action -d (N_ "Output default action for mimetype")
complete -c mimedb -s l -l launch -d (N_ "Launch default action for each file")
complete -c mimedb -s h -l help -d (N_ "Display help and exit")
complete -c mimedb -s v -l version -d (N_ "Display version and exit")