mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
da02905250
darcs-hash:20071028182810-75c98-fc6cb8818dc8a93976802c255584cfd9c86a8958.gz
22 lines
1.4 KiB
Fish
22 lines
1.4 KiB
Fish
#
|
|
# Command specific completions for the acpi command.
|
|
# These completions where generated from the commands
|
|
# man page by the make_completions.py script, but may
|
|
# have been hand edited since.
|
|
#
|
|
|
|
complete -c acpi -s b -l battery --description 'Show battery information'
|
|
complete -c acpi -s B -l without-battery --description 'Suppress battery information'
|
|
complete -c acpi -s t -l thermal --description 'Show thermal information'
|
|
complete -c acpi -s T -l without-thermal --description 'Suppress thermal information'
|
|
complete -c acpi -s a -l ac-adapter --description 'Show ac adapter information'
|
|
complete -c acpi -s A -l without-ac-adapter --description 'Suppress ac-adapter information'
|
|
complete -c acpi -s V -l everything --description 'Show every device, overrides above options'
|
|
complete -c acpi -s s -l show-empty --description 'Show non-operational devices'
|
|
complete -c acpi -s S -l hide-empty --description 'Hide non-operational devices'
|
|
complete -c acpi -s c -l celcius --description 'Use celcius as the temperature unit'
|
|
complete -c acpi -s f -l fahrenheit --description 'Use fahrenheit as the temperature unit'
|
|
complete -c acpi -s k -l kelvin --description 'Use kelvin as the temperature unit'
|
|
complete -c acpi -s d -l directory --description '<dir> path to ACPI info (/proc/acpi)'
|
|
complete -c acpi -s h -l help --description 'Display help and exit'
|
|
complete -c acpi -s v -l version --description 'Output version information and exit'
|