fish-shell/share/completions/rpm.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

131 lines
10 KiB
Fish

# Completions for the rpm command. Insanely complicated,
# since rpm has multiple operation modes, and a perverse number of switches.
complete -c rpm -s "?" -l help -d (N_ "Display help and exit")
complete -c rpm -l version -d (N_ "Display version and exit")
complete -c rpm -l quiet -d (N_ "Quiet mode")
complete -c rpm -s v -d (N_ "Verbose mode")
complete -c rpm -l rcfile -d (N_ "List of rpm configuration files") -f
complete -c rpm -l pipe -d (N_ "Pipe output through specified command") -r
complete -c rpm -l dbpath -d (N_ "Specify directory for rpm database") -a "
(
__fish_complete_directory (commandline -ct) 'Rpm database directory'
)
"
complete -c rpm -l root -d (N_ "Specify root directory for rpm operations") -a "
(
__fish_complete_directory (commandline -ct) 'Root directory for rpm operations'
)
"
set -- rpm_install -c rpm -n "__fish_contains_opt -s i -s U -s F install upgrade freshen"
complete $rpm_install -l aid -d (N_ "Add suggested packages to the transaction set when needed")
complete $rpm_install -l allfiles -d (N_ "Installs or upgrades all the files in the package, even if they aren't needed (missingok) and don't exist")
complete $rpm_install -l badreloc -d (N_ "Used with --relocate, permit relocations on all file paths, not just those OLD-PATH's included in the binary package relocation hint(s)")
complete $rpm_install -l excludepath -d (N_ "Don't install files whose name begins with specified path") -xa "(__fish_complete_directory (commandline -ct) 'Skip installation of files in this directory')"
complete $rpm_install -l excludedocs -d (N_ "Don't install any files which are marked as documentation")
complete $rpm_install -l force -d (N_ 'Same as using --replacepkgs, --replacefiles, and --oldpackage')
complete $rpm_install -s h -l hash -d (N_ 'Print 50 hash marks as the package archive is unpacked')
complete $rpm_install -l ignoresize -d (N_ "Don't check for sufficient disk space before installation")
complete $rpm_install -l ignorearch -d (N_ "Allow installation or upgrading even if the architectures of the binary package and host don't match")
complete $rpm_install -l ignoreos -d (N_ "Allow installation or upgrading even if the operating systems of the binary package and host don't match")
complete $rpm_install -l includedocs -d (N_ 'Install documentation files (default)')
complete $rpm_install -l justdb -d (N_ 'Update only the database, not the filesystem')
complete $rpm_install -l nodigest -d (N_ "Don't verify package or header digests when reading")
complete $rpm_install -l nosignature -d (N_ "Don't verify package or header signatures when reading")
complete $rpm_install -l nodeps -d (N_ "Don't do a dependency check")
complete $rpm_install -l nosuggest -d (N_ "Don't suggest package(s) that provide a missing dependency")
complete $rpm_install -l noorder -d (N_ "Don't change the package installation order" )
complete $rpm_install -l noscripts -d (N_ "Don't execute scripts")
complete $rpm_install -l nopre -d (N_ "Don't execute pre scripts")
complete $rpm_install -l nopost -d (N_ "Don't execute post scripts")
complete $rpm_install -l nopreun -d (N_ "Don't execute preun scripts")
complete $rpm_install -l nopostun -d (N_ "Don't execute postun scripts")
complete $rpm_install -l notriggers -d (N_ "Don't execute trigger scriptlets")
complete $rpm_install -l notriggerin -d (N_ "Don't execute triggerin scriptlets")
complete $rpm_install -l notriggerun -d (N_ "Don't execute triggerun scriptlets")
complete $rpm_install -l notriggerpostun -d (N_ "Don't execute triggerpostun scriptlets")
complete $rpm_install -l oldpackage -d (N_ 'Allow an upgrade to replace a newer package with an older one')
complete $rpm_install -l percent -d (N_ 'Print percentages as files are unpacked from the package archive. This is intended to make rpm easy to run from other tools')
complete $rpm_install -l prefix -d (N_ 'For relocatable binary packages, translate all file paths that start with the installation prefix in the package relocation hint(s) to NEWPATH') -xa "(__fish_complete_directory (commandline -ct) 'Directory prefix for relocatable packages')"
complete $rpm_install -l relocate -x -d (N_ "Translate all paths that start with first half of following parameter to second half of following parameter" )
complete $rpm_install -l repackage -d (N_ 'Re-package the files before erasing')
complete $rpm_install -l replacefiles -d (N_ 'Install the packages even if they replace files from other, already installed, packages')
complete $rpm_install -l replacepkgs -d (N_ 'Install the packages even if some of them are already installed on this system')
complete $rpm_install -l test -d (N_ "Don't install the package, simply check for and report potential conflicts")
set -e rpm_install
set -- rpm_query -c rpm -n "__fish_contains_opt -s q query"
complete $rpm_query -l changelog -d (N_ 'Display change information for the package')
complete $rpm_query -s c -l configfiles -d (N_ 'List only configuration files (implies -l)')
complete $rpm_query -s d -l docfiles -d (N_ 'List only documentation files (implies -l)')
complete $rpm_query -l dump -d (N_ 'Dump file information. Must be used with at least one of -l, -c, -d')
complete $rpm_query -l filesbypkg -d (N_ 'List all the files in each selected package')
complete $rpm_query -s i -l info -d (N_ 'Display package information, including name, version, and description. Uses --queryformat if specified')
complete $rpm_query -l last -d (N_ 'Orders the package listing by install time')
complete $rpm_query -s l -l list -d (N_ 'List files in package')
complete $rpm_query -l provides -d (N_ 'List capabilities this package provides')
complete $rpm_query -s R -l requires -d (N_ 'List packages on which this package depends')
complete $rpm_query -l scripts -d (N_ 'List the package specific scriptlets')
complete $rpm_query -s s -l state -d (N_ 'Display the states of files in the package. The state of each file is one of normal, not installed, or replaced')
complete $rpm_query -l triggers -d (N_ 'Display the trigger scripts contained in the package')
complete $rpm_query -l triggerscripts -d (N_ 'Display the trigger scripts contained in the package')
set -e rpm_query
set -- rpm_select -c rpm -n "__fish_contains_opt -s q -s V query verify"
complete $rpm_select -a "(__fish_print_packages)"
complete $rpm_select -s a -l all -d (N_ 'Query all installed packages')
complete $rpm_select -s f -l file -d (N_ 'Query package owning specified file') -r
complete $rpm_select -l fileid -d (N_ 'Query package that contains a given file identifier, i.e. the MD5 digest of the file contents') -x
complete $rpm_select -s g -l group -d (N_ 'Query packages with the specified group') -x
complete $rpm_select -l hdrid -d (N_ 'Query package that contains a given header identifier, i.e. the SHA1 digest of the immutable header region') -x
complete $rpm_select -s p -l package -d (N_ 'Query an (uninstalled) package in specified file') -xa "(__fish_complete_suffix (commandline -ct) .rpm 'Query package file')"
complete $rpm_select -l pkgid -d (N_ 'Query package that contains a given package identifier, i.e. the MD5 digest of the combined header and payload contents') -x
complete $rpm_select -l specfile -d (N_ 'Parse and query specified spec-file as if it were a package') -xa "(__fish_complete_suffix (commandline -ct) .spec 'Query package spec file')"
complete $rpm_select -l tid -d (N_ 'Query package(s) that have the specified TID (transaction identifier)') -x
complete $rpm_select -l triggeredby -d (N_ 'Query packages that are triggered by the specified packages') -x -a "(__fish_print_packages)"
complete $rpm_select -l whatprovides -d (N_ 'Query all packages that provide the specified capability') -x
complete $rpm_select -l whatrequires -d (N_ 'Query all packages that requires the specified capability for functioning') -x
set -e rpm_select
set -- rpm_verify -c rpm -n "__fish_contains_opt -s V verify"
complete $rpm_verify -l nodeps -d (N_ "Don't verify dependencies of packages")
complete $rpm_verify -l nodigest -d (N_ "Don't verify package or header digests when reading")
complete $rpm_verify -l nofiles -d (N_ "Don't verify any attributes of package files")
complete $rpm_verify -l noscripts -d (N_ "Don't execute the %verifyscript scriptlet")
complete $rpm_verify -l nosignature -d (N_ "Don't verify package or header signatures when reading")
complete $rpm_verify -l nolinkto -d (N_ "Don't verify linkto attribute")
complete $rpm_verify -l nomd5 -d (N_ "Don't verify md5 attribute")
complete $rpm_verify -l nosize -d (N_ "Don't verify size attribute")
complete $rpm_verify -l nouser -d (N_ "Don't verify user attribute")
complete $rpm_verify -l nogroup -d (N_ "Don't verify group attribute")
complete $rpm_verify -l nomtime -d (N_ "Don't verify time attribute")
complete $rpm_verify -l nomode -d (N_ "Don't verify mode attribute")
complete $rpm_verify -l nordev -d (N_ "Don't verify dev attribute")
set -e rpm_verify
set -- rpm_erase -c rpm -n "__fish_contains_opt -s e erase"
complete $rpm_erase -a "(__fish_print_packages)"
complete $rpm_erase -l allmatches -d (N_ 'Remove all versions of the package which match specified string')
complete $rpm_erase -l nodeps -d (N_ "Don't check dependencies before uninstalling the packages")
complete $rpm_erase -l noscripts -d (N_ "Don't execute scriplets")
complete $rpm_erase -l nopreun -d (N_ "Don't execute preun scriptlet")
complete $rpm_erase -l nopostun -d (N_ "Don't execute postun scriptlet")
complete $rpm_erase -l notriggers -d (N_ "Don't execute trigger scriptlets")
complete $rpm_erase -l notriggerun -d (N_ "Don't execute triggerun scriptlets")
complete $rpm_erase -l notriggerpostun -d (N_ "Don't execute triggerpostun scriptlets")
complete $rpm_erase -l repackage -d (N_ 'Re-package the files before erasing')
complete $rpm_erase -l test -d (N_ "Don't really uninstall anything" )
set -e rpm_erase
set -- rpm_mode -c rpm -n '__fish_contains_opt -s e -s i -s F -s V -s U -s q erase install freshen verify upgrade query; if test $status = 0; false; else; true; end'
complete $rpm_mode -s i -l install -d (N_ 'Install new package')
complete $rpm_mode -s U -l upgrade -d (N_ 'Upgrade existing package')
complete $rpm_mode -s F -l freshen -d (N_ 'Upgrade package if already installed')
complete $rpm_mode -s q -l query -d (N_ 'Query installed packages')
complete $rpm_mode -s V -l verify -d (N_ 'Verify package integrity')
complete $rpm_mode -s e -l erase -d (N_ 'Erase package')
set -e rpm_mode
complete -c rpm -xa '(__fish_complete_suffix (commandline -ct) .rpm (_ "Package") )'