2005-09-20 13:31:55 +00:00
|
|
|
|
|
|
|
complete -xc man -a "(__fish_complete_man)"
|
|
|
|
|
2007-01-16 01:18:28 +00:00
|
|
|
complete -xc man -a 1 --description "Program section"
|
|
|
|
complete -xc man -a 2 --description "Syscall section"
|
|
|
|
complete -xc man -a 3 --description "Library section"
|
|
|
|
complete -xc man -a 4 --description "Device section"
|
|
|
|
complete -xc man -a 5 --description "File format section"
|
|
|
|
complete -xc man -a 6 --description "Games section"
|
|
|
|
complete -xc man -a 7 --description "Misc section"
|
|
|
|
complete -xc man -a 8 --description "Admin section"
|
|
|
|
complete -xc man -a 9 --description "Kernel section"
|
|
|
|
complete -xc man -a tcl --description "Tcl section"
|
|
|
|
complete -xc man -a n --description "New section"
|
|
|
|
complete -xc man -a l --description "Local section"
|
2005-09-20 13:31:55 +00:00
|
|
|
complete -xc man -a p
|
2007-01-16 01:18:28 +00:00
|
|
|
complete -xc man -a o --description "Old section"
|
|
|
|
complete -rc man -s C --description "Configuration file"
|
|
|
|
complete -xc man -s M -a "(__fish_complete_directories (commandline -ct))" --description "Manpath"
|
|
|
|
complete -rc man -s P --description "Pager"
|
|
|
|
complete -xc man -s S --description "Manual sections"
|
|
|
|
complete -c man -s a --description "Display all matches"
|
|
|
|
complete -c man -s c --description "Always reformat"
|
|
|
|
complete -c man -s d --description "Debug"
|
|
|
|
complete -c man -s D --description "Debug and run"
|
|
|
|
complete -c man -s f --description "Show whatis information"
|
|
|
|
complete -c man -s F -l preformat --description "Format only"
|
|
|
|
complete -c man -s h --description "Display help and exit"
|
|
|
|
complete -c man -s k --description "Show apropos information"
|
|
|
|
complete -c man -s K --description "Search in all man pages"
|
|
|
|
complete -xc man -s m --description "Set system"
|
|
|
|
complete -xc man -s p --description "Preprocessors"
|
|
|
|
complete -c man -s t --description "Format for printing"
|
|
|
|
complete -c man -s w -l path --description "Only print locations"
|
|
|
|
complete -c man -s W --description "Only print locations"
|
2005-09-20 13:31:55 +00:00
|
|
|
|