mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 07:57:22 +00:00
34e27ff4c2
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
36 lines
1.8 KiB
Fish
36 lines
1.8 KiB
Fish
|
|
complete -xc man -a "(__fish_complete_man)"
|
|
|
|
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"
|
|
complete -xc man -a p
|
|
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"
|
|
|