Fix typos in completions scripts

This commit is contained in:
ccoVeille
2025-01-19 21:14:10 +01:00
committed by David Adam
parent 5dd6759d01
commit 0df6fa7915
83 changed files with 127 additions and 127 deletions

View File

@@ -18,7 +18,7 @@ complete -c VBoxSDL -l nograbonclick -d "Disable mouse/keyboard grabbing on mous
complete -c VBoxSDL -l detecthostkey -d "Get hostkey identifier and modifier state"
complete -c VBoxSDL -l hostkey -r -d "Set host key to values obtained using --detecthostkey"
complete -c VBoxSDL -l termacpi -d "Send APCI power button when closing window"
complete -c VBoxSDL -l vrdp -d "Listen for VRDP connexions on if one of specified"
complete -c VBoxSDL -l vrdp -d "Listen for VRDP connections on if one of specified"
complete -c VBoxSDL -l discardstate -d "Discard saved state (if present) and revert to last snapshot (if present)"
complete -c VBoxSDL -l settingspw -x -d "Specify settings password"
complete -c VBoxSDL -l settingspwfile -f -d "Specify file containing setting password"

View File

@@ -63,7 +63,7 @@ complete -c apt-get -l no-remove -d 'Abort if any packages are to be removed'
complete -c apt-get -l only-source -d 'Only accept source packages'
complete -c apt-get -l diff-only -d 'Download only diff file'
complete -c apt-get -l tar-only -d 'Download only tar file'
complete -c apt-get -l arch-only -d 'Only process arch-dependant build-dependencies'
complete -c apt-get -l arch-only -d 'Only process arch-dependent build-dependencies'
complete -c apt-get -l allow-unauthenticated -d 'Ignore non-authenticated packages'
complete -c apt-get -s v -l version -d 'Display version and exit'
complete -r -c apt-get -s c -l config-file -d 'Specify a config file'

View File

@@ -33,9 +33,9 @@ end
### Global options
complete -f -c arc -n __fish_arc_needs_command -l trace -d 'Debugging command'
complete -f -c arc -n __fish_arc_needs_command -l no-ansi -d 'Don\'t use color or style for output'
complete -f -c arc -n __fish_arc_needs_command -l ansi -d 'Always use fromatting'
complete -f -c arc -n __fish_arc_needs_command -l ansi -d 'Always use formatting'
complete -f -c arc -n __fish_arc_needs_command -l no-ansi -d 'Don\'t use color or style for output'
complete -f -c arc -n __fish_arc_needs_command -l load-phutil-library -d 'Specify which libraies to load'
complete -f -c arc -n __fish_arc_needs_command -l load-phutil-library -d 'Specify which libraries to load'
complete -f -c arc -n __fish_arc_needs_command -l conduit-uri -d 'Specify the Conduit URI'
complete -f -c arc -n __fish_arc_needs_command -l conduit-token -d 'Specify the Conduit token'
complete -f -c arc -n __fish_arc_needs_command -l conduit-version -d 'Force a version'

View File

@@ -5,7 +5,7 @@ complete -c ark -s o -l destination -d 'Specify an extraction directory'
complete -c ark -s c -l add -d 'Add files and directories to an archive interactively'
complete -c ark -s t -l add-to -d 'Add files and directories to an archive'
complete -c ark -s p -l changetofirstpath -d 'Use a first argument as input path'
complete -c ark -s f -l autofilename -d 'Specify suffix for automatically choosen filename'
complete -c ark -s f -l autofilename -d 'Specify suffix for automatically chosen filename'
complete -c ark -s b -l batch -d 'Use a batch interface'
complete -c ark -s e -l autodestination -d 'Use a first argument as output path'

View File

@@ -38,7 +38,7 @@ else if string match -eiq -- habets $arping_version
complete -c arping -s h -d "Displays a help message"
complete -c arping -s i -xa "(__fish_print_interfaces)" -d "Use the specified interface"
complete -c arping -s m -x -d "Type of timestamp to use for incoming packets"
complete -c arping -s p -d "Turn on promiscious mode on interface"
complete -c arping -s p -d "Turn on promiscuous mode on interface"
complete -c arping -s P -d "Send ARP replies instead of requests"
complete -c arping -s q -d "Do not display messages, except errors"
complete -c arping -s Q -x -d "802.1p priority to set"

View File

@@ -66,8 +66,8 @@ complete -c as -o mavxscalar -a '128 256' -x -d 'Encode scalar AVX instructions
complete -c as -o mevexlig -a '128 256 512' -x -d 'Encode scalar EVEX instructions with specific vector length'
complete -c as -o mevexwig -a '0 1' -x -d 'Encode EVEX instructions with specific EVEX.W'
complete -c as -o mevexrcig -a 'rne rd ru rz' -x -d 'Encode EVEX instructions with specific EVEX.RC'
complete -c as -o mmnemonic -a 'att\tAT\&T intel\tIntel' -x -d 'Use specfied mnemonic'
complete -c as -o msyntax -a 'att\tAT\&T intel\tIntel' -x -d 'Use specfied syntax'
complete -c as -o mmnemonic -a 'att\tAT\&T intel\tIntel' -x -d 'Use specified mnemonic'
complete -c as -o msyntax -a 'att\tAT\&T intel\tIntel' -x -d 'Use specified syntax'
complete -c as -o mindex-reg -d 'Support pseudo index registers'
complete -c as -o mnaked-reg -d 'Don\'t require \'%\' prefix for registers'
complete -c as -o mold-gcc -d 'Support old (<= 2.8.1) versions of gcc'

View File

@@ -107,10 +107,10 @@ complete -c aura -n $aur -l build -r -d 'Specify a build location'
complete -c aura -n $aur -l builduser -r -d 'User to build as'
complete -c aura -n $aur -l hotedit -d 'Prompt for PKGBUILD editing'
complete -c aura -n $aur -l ignore -r -d 'Ignore a package upgrade'
complete -c aura -n $aur -l nocheck -d 'Do not run the check() functin of the PKGBUILD'
complete -c aura -n $aur -l nocheck -d 'Do not run the check() function of the PKGBUILD'
complete -c aura -n $aur -l shellcheck -d 'Run shellcheck on PKGBUILDs before building'
complete -c aura -n $aur -l skipdepcheck -d 'Perform no dependency resolution'
complete -c aura -n $aur -l skipinteg -d 'Do not perform any verifcation checks on source files'
complete -c aura -n $aur -l skipinteg -d 'Do not perform any verification checks on source files'
complete -c aura -n $aur -l skippgpcheck -d 'Do not verify source files with PGP signatures'
complete -c aura -n "$aur; and $search" -l abc -d 'Sort alphabetically'
complete -c aura -n "$aur; and $search" -l limit -d 'Limit the results to N results'

View File

@@ -127,7 +127,7 @@ complete -c blender -n 'not __blender_player' -l debug-memory -d 'Enable fully g
complete -c blender -n 'not __blender_player' -l debug-jobs -d 'Enable time profiling for background jobs'
complete -c blender -n 'not __blender_player' -l debug-python -d 'Enable debug messages for Python'
complete -c blender -n 'not __blender_player' -l debug-depsgraph -d 'Enable all debug messages for dependency graph'
complete -c blender -n 'not __blender_player' -l debug-depsgraph-eval -d 'Enable debug messages for dependency graph related on evalution'
complete -c blender -n 'not __blender_player' -l debug-depsgraph-eval -d 'Enable debug messages for dependency graph related on evaluation'
complete -c blender -n 'not __blender_player' -l debug-depsgraph-build -d 'Enable debug messages for dependency graph related on its construction'
complete -c blender -n 'not __blender_player' -l debug-depsgraph-tag -d 'Enable debug messages for dependency graph related on tagging'
complete -c blender -n 'not __blender_player' -l debug-depsgraph-no-threads -d 'Enable single treaded evaluation for dependency graph'
@@ -136,7 +136,7 @@ complete -c blender -n 'not __blender_player' -l debug-depsgraph-pretty -d 'Enab
complete -c blender -n 'not __blender_player' -l debug-depsgraph-uuid -d 'Enable virefication for dependency graph session-wide identifiers'
complete -c blender -n 'not __blender_player' -l debug-ghost -d 'Enable debug messages for Ghost'
complete -c blender -n 'not __blender_player' -l debug-wintab -d 'Enable debug messages for Wintab'
complete -c blender -n 'not __blender_player' -l debug-gpu -d 'Enable GPU debug context and infromation for OpenGL'
complete -c blender -n 'not __blender_player' -l debug-gpu -d 'Enable GPU debug context and information for OpenGL'
complete -c blender -n 'not __blender_player' -l debug-gpu-force-workarounds -d 'Enable workarounds for typical GPU issues'
complete -c blender -n 'not __blender_player' -l debug-wm -d 'Enable debug messages for window manager'
complete -c blender -n 'not __blender_player' -l debug-xr -d 'Enable debug messages for virtual reality contexts'

View File

@@ -6,7 +6,7 @@ complete -c brightnessctl -n "test (__fish_number_of_cmd_args_wo_opts) = 1" -a m
complete -c brightnessctl -s h -l help -d "Print help and exit"
complete -c brightnessctl -s l -l list -d "List devices with available brightness controls"
complete -c brightnessctl -s q -l quiet -d "Supress output"
complete -c brightnessctl -s q -l quiet -d "Suppress output"
complete -c brightnessctl -s p -l pretend -d "Do not perform write operations"
complete -c brightnessctl -s m -l machine-readable -d "Produce machine-readable output"
complete -c brightnessctl -s n -l min-value -x -d "Set minimum brightness when using delta values"

View File

@@ -43,7 +43,7 @@ complete -f -n '__fish_bundle_using_command install' -c bundle -l system -d 'Ins
complete -f -n '__fish_bundle_using_command install' -c bundle -l without -d 'A space-separated list of groups to skip installing'
complete -f -n '__fish_bundle_using_command install' -c bundle -l local -d 'Use cached gems instead of connecting to rubygems.org'
complete -f -n '__fish_bundle_using_command install' -c bundle -l deployment -d "Switches bundler's defaults into deployment mode."
complete -f -n '__fish_bundle_using_command install' -c bundle -l binstubs -d 'Create a directory containing executabes that run in the context of the bundle'
complete -f -n '__fish_bundle_using_command install' -c bundle -l binstubs -d 'Create a directory containing executables that run in the context of the bundle'
complete -f -n '__fish_bundle_using_command install' -c bundle -l shebang -d 'Specify a ruby executable to use with generated binstubs'
complete -f -n '__fish_bundle_using_command install' -c bundle -l standalone -d 'Make a bundle that can work without RubyGems or Bundler at run-time'
complete -f -n '__fish_bundle_using_command install' -c bundle -s P -l trust-policy -d 'Apply a RubyGems security policy: {High,Medium,Low,No}Security'

View File

@@ -1,7 +1,7 @@
# Fish completions for systemd's "busctl" dbus tool
# TODO:
# One issue is that sometimes these will come to a dead-end e.g. when a particular interface has no properties
# Another is that some busnames aren't accesible by the current user
# Another is that some busnames aren't accessible by the current user
# but this can't be predicted via the user that owns that name, e.g. `org.freedesktop.login1`
# is usually owned by a root-owned process, yet accessible (at least in part) by normal users

View File

@@ -75,7 +75,7 @@ complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l show-diff -s p -d
complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l file -s F -d 'Take commit message from this file'
complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l exclude -s x -d 'Do not consider changes made to a given path'
complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l message -s m -d 'Description of the new revision'
complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l author -d 'Set the author\'s name, if it\'s different from the commiter'
complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l author -d 'Set the author\'s name, if it\'s different from the committer'
complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l commit-time -d 'Manually set a commit time using commit date format'
complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l unchanged -d 'Commit even if nothing has changed'
complete -f -c bzr -n '__fish_seen_subcommand_from commit' -l fixes -d 'Mark a bug as being fixed by this revision'

View File

@@ -3,7 +3,7 @@
## --- WRITTEN MANUALLY ---
set -l __fish_cargo_subcommands (cargo --list 2>&1 | string replace -rf '^\s+([^\s]+)\s*(.*)' '$1\t$2' | string escape)
# Append user-installed extensions (e.g. cargo-foo, invokable as `cargo foo`) to the list of subcommands (à la git)
# Append user-installed extensions (e.g. cargo-foo, invocable as `cargo foo`) to the list of subcommands (à la git)
set -la __fish_cargo_subcommands (complete -C'cargo-' | string replace -rf '^cargo-(\w+).*' '$1')
complete -c cargo -f -c cargo -n __fish_use_subcommand -a "$__fish_cargo_subcommands"
@@ -614,7 +614,7 @@ complete -c cargo -n "__fish_seen_subcommand_from rustc" -l all-features -d 'Act
complete -c cargo -n "__fish_seen_subcommand_from rustc" -l no-default-features -d 'Do not activate the `default` feature'
complete -c cargo -n "__fish_seen_subcommand_from rustc" -l unit-graph -d 'Output build graph in JSON (unstable)'
complete -c cargo -n "__fish_seen_subcommand_from rustc" -l ignore-rust-version -d 'Ignore `rust-version` specification in packages (unstable)'
complete -c cargo -n "__fish_seen_subcommand_from rustc" -l future-incompat-report -d 'Ouputs a future incompatibility report at the end of the build (unstable)'
complete -c cargo -n "__fish_seen_subcommand_from rustc" -l future-incompat-report -d 'Outputs a future incompatibility report at the end of the build (unstable)'
complete -c cargo -n "__fish_seen_subcommand_from rustc" -s h -l help -d 'Prints help information'
complete -c cargo -n "__fish_seen_subcommand_from rustc" -s V -l version -d 'Prints version information'
complete -c cargo -n "__fish_seen_subcommand_from rustc" -s v -l verbose -d 'Use verbose output (-vv very verbose/build.rs output)'
@@ -700,7 +700,7 @@ complete -c cargo -n "__fish_seen_subcommand_from test" -l all-features -d 'Acti
complete -c cargo -n "__fish_seen_subcommand_from test" -l no-default-features -d 'Do not activate the `default` feature'
complete -c cargo -n "__fish_seen_subcommand_from test" -l ignore-rust-version -d 'Ignore `rust-version` specification in packages (unstable)'
complete -c cargo -n "__fish_seen_subcommand_from test" -l unit-graph -d 'Output build graph in JSON (unstable)'
complete -c cargo -n "__fish_seen_subcommand_from test" -l future-incompat-report -d 'Ouputs a future incompatibility report at the end of the build (unstable)'
complete -c cargo -n "__fish_seen_subcommand_from test" -l future-incompat-report -d 'Outputs a future incompatibility report at the end of the build (unstable)'
complete -c cargo -n "__fish_seen_subcommand_from test" -s h -l help -d 'Prints help information'
complete -c cargo -n "__fish_seen_subcommand_from test" -s V -l version -d 'Prints version information'
complete -c cargo -n "__fish_seen_subcommand_from test" -s v -l verbose -d 'Use verbose output (-vv very verbose/build.rs output)'

View File

@@ -47,7 +47,7 @@ complete -c cdrecord -o setdropts -d "Set driver specific options"
complete -c cdrecord -o checkdrive -d "Checks if a driver for the current drive is present"
complete -c cdrecord -o prcap -d "Print the drive capabilities for SCSI-3/mmc compliant drives"
complete -c cdrecord -o inq -d "Do an inquiry for the drive, print the inquiry info"
complete -c cdrecord -o scanbus -d "Scan all SCSI devices on all SCSI busses and print the inquiry strings"
complete -c cdrecord -o scanbus -d "Scan all SCSI devices on all SCSI buses and print the inquiry strings"
complete -c cdrecord -o reset -d "Try to reset the SCSI bus where the CD recorder is located"
complete -c cdrecord -o abort -d "Try to send an abort sequence to the drive"
complete -c cdrecord -o overburn -d "Allow writing more than the official size of a medium"

View File

@@ -31,7 +31,7 @@ complete -c checkinstall -x -l maintainer -d "The package maintainer (.deb)"
complete -c checkinstall -x -l provides -d "Features provided by this package"
complete -c checkinstall -x -l requires -d "Features required by this package"
complete -c checkinstall -x -l recommends -d "Features recommended by this package"
complete -c checkinstall -x -l sggests -d "Featues suggested by this package"
complete -c checkinstall -x -l sggests -d "Features suggested by this package"
complete -c checkinstall -x -l conflicts -d "Packages that this package cannot be installed with (.deb)"
complete -c checkinstall -x -l replaces -d "Packages that this package replaces (.deb)"
complete -c checkinstall -x -l rpmflags -d "Pass these flags to the rpm installer"
@@ -57,7 +57,7 @@ complete -c checkinstall -x -l reset-uids -a "$yn" -d "Reset perms for all files
complete -c checkinstall -x -l gzman -a "$yn" -d "Compress any man pages found inside the package"
complete -c checkinstall -x -l docdir -a "(__fish_complete_directories)" -d "Where to put documentation files"
complete -c checkinstall -x -l umask -d "Set the umask value"
complete -c checkinstall -x -l exclude -a "(__fish_complete_path)" -d "Excluse these files/directories from the package"
complete -c checkinstall -x -l exclude -a "(__fish_complete_path)" -d "Exclude these files/directories from the package"
complete -c checkinstall -F -r -l include -d "Include file/directories in this file in the package"
complete -c checkinstall -f -l inspect -d "Inspect the package's file list"
complete -c checkinstall -f -l review-spec -d "Review the dpec file before creating a .rpm"

View File

@@ -35,10 +35,10 @@ complete -n __fish_climate_has_no_argument -c climate -a dir-size -d 'Find direc
complete -n __fish_climate_has_no_argument -c climate -a remove-empty-dirs -d 'Remove empty directories'
complete -n __fish_climate_has_no_argument -c climate -a extract -d 'Extract any given archive'
complete -n __fish_climate_has_no_argument -c climate -a find-duplicates -d 'Report duplicate files in a directory'
complete -n __fish_climate_has_no_argument -c climate -a count -d 'Count the number of occurences'
complete -n __fish_climate_has_no_argument -c climate -a count -d 'Count the number of occurrences'
complete -n __fish_climate_has_no_argument -c climate -a monitor -d 'Monitor file for changes'
complete -f -n __fish_climate_has_no_argument -c climate -a grep -d 'Search for the given pattern recursively'
complete -f -n __fish_climate_has_no_argument -c climate -a replace -d 'Replace all occurences'
complete -f -n __fish_climate_has_no_argument -c climate -a replace -d 'Replace all occurrences'
complete -f -n __fish_climate_has_no_argument -c climate -a ramfs -d 'Create a ramfs of size (in MB) at path'
# Network

View File

@@ -57,6 +57,6 @@ complete -c cpupower -n "__fish_seen_subcommand_from info" -s b -l perf-bias -d
set -l monitors (LC_ALL=C cpupower monitor -l 2>&1 | awk '$1 == "Monitor" {gsub(/"/, "", $2); print $2} $1 == "Available" {print $3}')
complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s m -x -a "$monitors" -d "Only display this monitor"
complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s v -d "Increase verbosity if the binary was compiled with the DEBUG option set"
complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s c -d "Schedule the processs on every core before starting and ending measuring"
complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s c -d "Schedule the process on every core before starting and ending measuring"
complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s i -d "Measure interval"
complete -c cpupower -n "__fish_seen_subcommand_from monitor" -s l -d "List available monitors on your system"

View File

@@ -29,7 +29,7 @@ complete -c curl -l crlf -d '(FTP SMTP) Convert LF to CRLF in upload. Useful fo
complete -c curl -l crlfile -d '(TLS) Provide a file using PEM format with a Certificate Revocation List'
complete -c curl -l data-ascii -d '(HTTP) Alias for -d, --data'
complete -c curl -l data-binary -d '(HTTP) Post data exactly as specified with no processing'
complete -c curl -l data-raw -d '(HTTP) Post data like --data but without interpeting "@"'
complete -c curl -l data-raw -d '(HTTP) Post data like --data but without interpreting "@"'
complete -c curl -l data-urlencode -d '(HTTP) Post data URL-encoded'
complete -c curl -s d -l data -d '(HTTP) Sends the specified data in a POST request to the HTTP server'
complete -c curl -l delegation -d '(GSS/kerberos) Tell the server how much it can delegate for user creds' -xa '(

View File

@@ -16,6 +16,6 @@ else
complete -c cut -s d -x -d "Delimiter instead of \t to use"
complete -c cut -s f -x -d "Select fields"
complete -c cut -s n -d "Don't split multi-byte characters"
complete -c cut -s s -d "Supress lines without delimiter"
complete -c cut -s s -d "Suppress lines without delimiter"
complete -c cut -s w -d "Use whitespace as delimiter"
end

View File

@@ -16,7 +16,7 @@ complete -c dhcpcd -l config -s f -r -F -d 'Specify config to load instead of /e
complete -c dhcpcd -l hostname -s h -x -d 'Send hostname to DHCP server'
complete -c dhcpcd -l clientid -s I -x -d 'Send given clientid'
complete -c dhcpcd -l vendorclassid -s i -x -d 'Override DHCPv4 vendorclassid field sent'
complete -c dhcpcd -l logfile -s j -r -F -d 'Write to specfied log file'
complete -c dhcpcd -l logfile -s j -r -F -d 'Write to specified log file'
complete -c dhcpcd -l release -s k -d 'Release lease and de-configure interface'
complete -c dhcpcd -l leasetime -s l -x -d 'Request specific lease time in secs'
complete -c dhcpcd -l manager -s M -d 'Start dhcpcd in Manager mode'

View File

@@ -21,8 +21,8 @@ complete -c dua -n 'not __fish_seen_subcommand_from help' -s x -l stay-on-filesy
# Subcommands
complete -c dua -a aggregate -n "not __fish_seen_subcommand_from $_sub_commands help" -d 'Aggregrate the consumed space of one or more directories or files'
complete -c dua -a a -n "not __fish_seen_subcommand_from $_sub_commands help" -d 'Aggregrate the consumed space of one or more directories or files'
complete -c dua -a aggregate -n "not __fish_seen_subcommand_from $_sub_commands help" -d 'Aggregate the consumed space of one or more directories or files'
complete -c dua -a a -n "not __fish_seen_subcommand_from $_sub_commands help" -d 'Aggregate the consumed space of one or more directories or files'
complete -c dua -n '__fish_seen_subcommand_from a aggregate' -l no-sort -d 'Do not sort paths by their size in bytes'
complete -c dua -n '__fish_seen_subcommand_from a aggregate' -l no-total -d 'Do not compute total column for multiple inputs'

View File

@@ -77,7 +77,7 @@ complete -c emerge -s V -l version
#########################
complete -c emerge -s A -l alert -d "Add a terminal bell character ('\a') to all interactive prompts"
#complete -c emerge -l alphabetical -d "Sort flag lists alphabetically"
complete -c emerge -s a -l ask -d "Prompt the user before peforming the merge"
complete -c emerge -s a -l ask -d "Prompt the user before performing the merge"
# ask-enter-invalid
# autounmask
# autounmask-backtrack <yn>

View File

@@ -6,7 +6,7 @@ complete -c epkginfo -s H -l herd -d "herd(s) for the pkg"
complete -c epkginfo -s k -l keywords -d "keywords for all matching pkg versions"
complete -c epkginfo -s l -l license -d "licenses for the best matching version"
complete -c epkginfo -s m -l maintainer -d "maintainer(s) for the pkg"
complete -c epkginfo -s S -l stablreq -d "STABLEREQ arches (cc's) for all matching pkg versio"
complete -c epkginfo -s S -l stablreq -d "STABLEREQ arches (cc's) for all matching pkg version"
complete -c epkginfo -s u -l useflags -d "per-pkg USE flag descriptions"
complete -c epkginfo -s U -l upstream -d "pkg's upstream information"
complete -c epkginfo -s x -l xml -d "plain metadata.xml file"

View File

@@ -56,7 +56,7 @@ complete -c feh -l sort -s S -x -a "name\tSort\ by\ name filename\tSort\ by\ fil
complete -c feh -l start-at -s l -x -d "Start filelist at given filename"
complete -c feh -l theme -s T -x -d "Load options from given config file"
complete -c feh -l thumbnails -s t
complete -c feh -l thumb-title -s '~' -x -d "Set title for window opended from thumbnail mode"
complete -c feh -l thumb-title -s '~' -x -d "Set title for window opened from thumbnail mode"
complete -c feh -l title -s '^' -x -d "Set window title"
complete -c feh -l unloadable -s u -d "Print names of images that can't be loaded by imlib2"
complete -c feh -l verbose -s V -d "Verbose mode"
@@ -83,7 +83,7 @@ complete -c feh -l title-font -s '@' -x -d "Set font to print title on index"
# Background setting
complete -c feh -l bg-center -d "Center file on background"
complete -c feh -l bg-fill -d "Set as background by zooming until image fits"
complete -c feh -l bg-max -d "Set as backround by zooming with black borders on one side"
complete -c feh -l bg-max -d "Set as background by zooming with black borders on one side"
complete -c feh -l bg-scale -d "Set as background without tiling, trimming or borders"
complete -c feh -l bg-tile -d "Tile image if too small for screen"
complete -c feh -l no-fehbg -d "Do not write a ~/.fehbg file"

View File

@@ -90,12 +90,12 @@ complete -c find -o execdir -d "Execute specified command for each located file,
complete -c find -o fls -d "List file in ls -dils format, write to specified file" -F
complete -c find -o fprint -d "Print full file names into specified file" -F
complete -c find -o fprint0 -d "Print null separated full file names into specified file" -F
complete -c find -o fprintf -d "Print formated data into specified file" -F
complete -c find -o fprintf -d "Print formatted data into specified file" -F
complete -c find -o ok -d "Execute specified command for each located file after asking user" -r
complete -c find -o print -d "Print full file names"
complete -c find -o okdir -d "Execute a command for each located file, in its directory, after asking" -r
complete -c find -o print0 -d "Print null separated full file names"
complete -c find -o printf -d "Print formated data" -x
complete -c find -o printf -d "Print formatted data" -x
complete -c find -o prune -d "Do not recurse unless -depth is specified"
complete -c find -o quit -d "Exit at once"
complete -c find -o ls -d "List file in ls -dils format" -r

View File

@@ -165,12 +165,12 @@ complete -c firewall-cmd -l get-protocols -d "List protocols added to the perman
complete -c firewall-cmd -l get-source-ports -d "List source ports added to the permanent service"
complete -c firewall-cmd -l add-helper -xa "(__fish_print_firewalld_helpers)" -d "Add a new helper to the permanent service"
complete -c firewall-cmd -l remove-helper -xa "(__fish_print_firewalld_helpers)" -d "Remove a helper from the permanent service"
complete -c firewall-cmd -l query-helper -xa "(__fish_print_firewalld_helpers)" -d "Return wether the helper has been added to the permanent service"
complete -c firewall-cmd -l query-helper -xa "(__fish_print_firewalld_helpers)" -d "Return whether the helper has been added to the permanent service"
complete -c firewall-cmd -l get-service-helpers -d "List helpers added to the permanent service"
complete -c firewall-cmd -l set-destination -x -d "Set destination for ipv to address[/mask] in the permanent service"
complete -c firewall-cmd -l add-include -xa "(__fish_print_firewalld_services)" -d "Add a new include to the permanent service"
complete -c firewall-cmd -l remove-include -xa "(__fish_print_firewalld_services)" -d "Remove a include from the permanent service"
complete -c firewall-cmd -l query-include -xa "(__fish_print_firewalld_services)" -d "Return wether the include has been added to the permanent service"
complete -c firewall-cmd -l query-include -xa "(__fish_print_firewalld_services)" -d "Return whether the include has been added to the permanent service"
complete -c firewall-cmd -l get-includes -d "List includes added to the permanent service"
# Helper Options

View File

@@ -305,7 +305,7 @@ complete -c fossil -n '__fish_fossil_command revert' -s r -x -a '(__fish_fossil
complete -c fossil -n __fish_fossil_needs_command -a 'rm delete' -d 'Remove a file from repository'
complete -c fossil -n '__fish_fossil_command rm delete' -l hard -d 'Remove files from this checkout'
complete -c fossil -n '__fish_fossil_command rm delete' -l soft -d 'Skip removing files from this checkout'
complete -c fossil -n '__fish_fossil_command rm delete' -s n -l dry-run -d 'Display actions without runing'
complete -c fossil -n '__fish_fossil_command rm delete' -s n -l dry-run -d 'Display actions without running'
complete -c fossil -n '__fish_fossil_command rm delete' -l case-sensitive -x -a 'yes no' -d 'Case insensitive file matching'
# settings

View File

@@ -12,7 +12,7 @@ complete -c fuser -s l -l list-signals -d 'List all known signal names'
complete -c fuser -s m -l mount -d 'All processes accessing files on that file system are listed' -xa '(__fish_print_mounted)'
complete -c fuser -s M -l ismountpoint -d 'Request will be fulfilled if -m specifies a mountpoint'
complete -c fuser -s w -d 'Kill only processes which have write access'
complete -c fuser -s n -l namespace -d 'Slect a different namespace' -r
complete -c fuser -s n -l namespace -d 'Select a different namespace' -r
complete -c fuser -s s -l silent -d 'Silent operation'
complete -c fuser -s u -l user -d 'Append the user name of the process owner to each PID'
complete -c fuser -s v -l verbose -d 'Verbose mode'

View File

@@ -11,7 +11,7 @@ complete -c gacutil -s u -c "! __fish_seen_argument $COMMANDS" \
complete -c gacutil -o ul -c "! __fish_seen_argument $COMMANDS" \
-d 'Uninstall one or more assemblies from the global assembly cache'
complete -c gacutil -o us -c "! __fish_seen_argument $COMMANDS" \
-d 'Uninstall an assembly using the specifed assembly\'s full name'
-d 'Uninstall an assembly using the specified assembly\'s full name'
complete -c gacutil -s l -c "! __fish_seen_argument $COMMANDS" \
-d 'List the contents of the global assembly cache'

View File

@@ -6,11 +6,11 @@ complete -c gcc -o std -d "Standard mode" -x -a '
c9x \t"ISO C99"
iso9899:1999\t"ISO C99"
iso9899:199x\t"ISO C99"
gnu89\t"ISO C90 plus GNU extentions"
gnu99\t"ISO C99 plus GNU extentions"
gnu9x\t"ISO C99 plus GNU extentions"
gnu89\t"ISO C90 plus GNU extensions"
gnu99\t"ISO C99 plus GNU extensions"
gnu9x\t"ISO C99 plus GNU extensions"
c++98\t"ISO C++98"
gnu++98\t"ISO C++98 plus GNU extentions"
gnu++98\t"ISO C++98 plus GNU extensions"
'
complete -c gcc -o ftemplate-depth -d "Set maximum template depth" -a '(seq 1 17)'
@@ -1052,7 +1052,7 @@ complete -c gcc -o mv850 -d 'Specify that the target processor is the V850'
complete -c gcc -o mv850e1 -d 'Specify that the target processor is the V850E1'
complete -c gcc -o mv850e -d 'Specify that the target processor is the V850E'
complete -c gcc -o mdisable-callt -d 'Suppress generation of CALLT instruction for the v850e/v850e1 flavors of v850 architecture'
complete -c gcc -o mgnu -d 'Ouput certain jump instructions, only compatible with GNU assembler'
complete -c gcc -o mgnu -d 'Output certain jump instructions, only compatible with GNU assembler'
complete -c gcc -o mg -d 'Output code for g-format floating point numbers instead of d-format'
complete -c gcc -o mconst16 -d 'Enable or disable use of "CONST16" instructions for loading constant values'
complete -c gcc -o mno-const16 -d 'Enable or disable use of "CONST16" instructions for loading constant values'

View File

@@ -3,7 +3,7 @@ complete -c gimp -l help-all -d 'show help with advanced options'
complete -c gimp -l help-gtk -d 'show help with GTK+ options'
complete -c gimp -l help-gegl -d 'show help with GEGL options'
complete -c gimp -s v -l version -d 'show version'
complete -c gimp -l license -d 'show licence'
complete -c gimp -l license -d 'show license'
complete -c gimp -l verbose -d 'show verbosely'
complete -c gimp -s n -l new-instance -d 'open new instance'

View File

@@ -352,7 +352,7 @@ function __fish_git_files
end
else
# v1 format logic
# This is pretty terrible and reuqires us to do a lot of weird work.
# This is pretty terrible and requires us to do a lot of weird work.
# A literal "?" for use in `case`.
set -l q '\\?'
@@ -939,7 +939,7 @@ complete -c git -n '__fish_git_using_command diff show range-diff' -l find-objec
complete -c git -n '__fish_git_using_command diff show range-diff' -l full-index -d 'Show the full pre- and post-image blob object names on the "index" line'
complete -c git -n '__fish_git_using_command diff show range-diff' -l histogram -d 'Generate a diff using the "histogram diff" algorithm'
complete -c git -n '__fish_git_using_command diff show range-diff' -l ignore-blank-lines -d 'Ignore changes whose lines are all blank'
complete -c git -n '__fish_git_using_command diff show range-diff' -l ignore-cr-at-eol -d 'Ignore carrige-return at the end of line when doing a comparison'
complete -c git -n '__fish_git_using_command diff show range-diff' -l ignore-cr-at-eol -d 'Ignore carriage-return at the end of line when doing a comparison'
complete -c git -n '__fish_git_using_command diff show range-diff' -l ignore-space-at-eol -d 'Ignore changes in whitespace at EOL'
complete -c git -n '__fish_git_using_command diff show range-diff' -l indent-heuristic -d 'Enable the heuristic that shift diff hunk boundaries'
complete -c git -n '__fish_git_using_command diff log show range-diff' -l inter-hunk-context -d 'Show the context between diff hunks, up to the specified number of lines'
@@ -1143,7 +1143,7 @@ complete -f -c git -n '__fish_git_using_command am' -s c -l scissors -d 'Remove
complete -f -c git -n '__fish_git_using_command am' -l no-scissors -d 'Ignore scissor lines'
complete -x -c git -n '__fish_git_using_command am' -l quoted-cr -a 'nowarn warn strip' -d 'What to do when an email ends with CRLF'
complete -f -c git -n '__fish_git_using_command am' -l no-messageid -d 'Do not add message id to commit message'
complete -f -c git -n '__fish_git_using_command am' -s q -l quiet -d 'Supress logs'
complete -f -c git -n '__fish_git_using_command am' -s q -l quiet -d 'Suppress logs'
complete -f -c git -n '__fish_git_using_command am' -l no-utf8 -d 'Disable all charset re-encoding of metadata'
complete -f -c git -n '__fish_git_using_command am' -s 3 -l 3way -d 'Fall back to three way merge on patch failure'
complete -f -c git -n '__fish_git_using_command am' -l no-3way -d 'Do not fall back to three way merge on patch failure'
@@ -1164,7 +1164,7 @@ complete -f -c git -n '__fish_git_using_command am' -s r -l resolved -l continue
complete -x -c git -n '__fish_git_using_command am' -l resolvemsg -d 'Message to print after patch failure'
complete -f -c git -n '__fish_git_using_command am' -l abort -d 'Abort patch operation and restore branch'
complete -f -c git -n '__fish_git_using_command am' -l quit -d 'Abort without restoring branch'
complete -c git -n '__fish_git_using_command am' -l show-current-patch -a 'diff raw' -d 'Show message at which patch failures occured'
complete -c git -n '__fish_git_using_command am' -l show-current-patch -a 'diff raw' -d 'Show message at which patch failures occurred'
### checkout
complete -F -c git -n '__fish_git_using_command checkout' -n 'contains -- -- (commandline -xpc)'
@@ -1732,7 +1732,7 @@ complete -c git -n '__fish_git_using_command ls-files' -l eol -d 'Show <eolinfo>
complete -f -c git -n __fish_git_needs_command -a mailinfo -d 'Extracts patch and authorship from an e-mail'
complete -f -c git -n '__fish_git_using_command mailinfo am' -s k -d 'Do not remove email cruft from subject'
complete -f -c git -n '__fish_git_using_command mailinfo' -s b -d 'Only strip bracket pairs containing \'PATCH\''
complete -f -c git -n '__fish_git_using_command mailinfo am' -s u -d 'Do not reencode author name and email'
complete -f -c git -n '__fish_git_using_command mailinfo am' -s u -d 'Do not re-encode author name and email'
complete -x -c git -n '__fish_git_using_command mailinfo' -l encoding -d 'Re-encode to given charset'
complete -f -c git -n '__fish_git_using_command mailinfo' -s n -d 'Disable all charset re-encoding of metadata'
complete -f -c git -n '__fish_git_using_command mailinfo am' -s m -l message-id -d 'Copy message id to the end of commit message'
@@ -1756,7 +1756,7 @@ complete -f -c git -n '__fish_git_using_command maintenance' -a run -d 'Run one
complete -f -c git -n '__fish_git_using_command maintenance' -a start -d 'Start maintenance'
complete -f -c git -n '__fish_git_using_command maintenance' -a stop -d 'Halt background maintenance'
complete -f -c git -n '__fish_git_using_command maintenance' -a unregister -d 'Remove repository from background maintenance'
complete -f -c git -n '__fish_git_using_command maintenance' -l quiet -d 'Supress logs'
complete -f -c git -n '__fish_git_using_command maintenance' -l quiet -d 'Suppress logs'
complete -x -c git -n '__fish_git_using_command maintenance' -l task -a 'commit-graph prefetch gc loose-objects incremental-repack pack-refs' -d 'Tasks to run'
complete -f -c git -n '__fish_git_using_command maintenance' -l auto -d 'Run maintenance only when necessary'
complete -f -c git -n '__fish_git_using_command maintenance' -l schedule -d 'Run maintenance on certain intervals'
@@ -2138,7 +2138,7 @@ complete -f -c git -n '__fish_git_using_command update-index' -l replace -d 'Rep
complete -f -c git -n '__fish_git_using_command update-index' -l stdin -d 'Read list of paths from stdin'
complete -f -c git -n '__fish_git_using_command update-index' -l verbose -d 'Report changes to index'
complete -x -c git -n '__fish_git_using_command update-index' -l index-version -a "2\t\t3\t\t4" -d 'Set index-version'
complete -f -c git -n '__fish_git_using_command update-index' -s z -d 'Seperate paths with NUL instead of LF'
complete -f -c git -n '__fish_git_using_command update-index' -s z -d 'Separate paths with NUL instead of LF'
complete -f -c git -n '__fish_git_using_command update-index' -l split-index -d 'Enable split index mode'
complete -f -c git -n '__fish_git_using_command update-index' -l no-split-index -d 'Disable split index mode'
complete -f -c git -n '__fish_git_using_command update-index' -l untracked-cache -d 'Enable untracked cache feature'

View File

@@ -7,7 +7,7 @@ complete -c grub-install -l install-modules -d 'Install only given modules and t
complete -c grub-install -l pubkey -s k -d 'Embed given file as public key for signature checking' -r
complete -c grub-install -l locale-directory -d 'Use translations under given directory' -r
complete -c grub-install -l locales -d 'Install only given locales' -x
complete -c grub-install -l modules -d 'Preload specfied modules' -x
complete -c grub-install -l modules -d 'Preload specified modules' -x
complete -c grub-install -l themes -d 'Install given theme' -x
complete -c grub-install -l verbose -s v -d 'Verbose mode'
complete -c grub-install -l allow-floppy -d 'Make drive also bootable as floppy'

View File

@@ -4,8 +4,8 @@ complete -c gv -l grayscale -d 'Display document without colors'
complete -c gv -l color -d 'Display document as usual'
complete -c gv -l safer -d 'Start ghostscript in safe mode'
complete -c gv -l nosafer -d 'Do not start ghostscript in safe mode'
complete -c gv -l safedir -d 'Start ghostscript from a safe diretory'
complete -c gv -l nosafedir -d 'Do not start ghostscript from a safe diretory'
complete -c gv -l safedir -d 'Start ghostscript from a safe directory'
complete -c gv -l nosafedir -d 'Do not start ghostscript from a safe directory'
complete -c gv -l quiet -d 'Start ghostscript with the -dQUIET option'
complete -c gv -l noquiet -d 'Do not start ghostscript with the -dQUIET option'
complete -c gv -l infoSilent -d 'Do not show any messages in the info popup window'

View File

@@ -40,7 +40,7 @@ complete -c hashcat -l hex-wordlist -d "Assume words in wordlist are given in he
complete -c hashcat -l force -d "Ignore warnings"
complete -c hashcat -l deprecated-check-disable -d "Enable deprecated plugins"
complete -c hashcat -l status -d "Enable automatic update of the status screen"
complete -c hashcat -l status-json -d "Enable JSON format for status ouput"
complete -c hashcat -l status-json -d "Enable JSON format for status output"
complete -c hashcat -l status-timer -x -d "Sets seconds between status screen updates"
complete -c hashcat -l stdin-timeout-abort -x -d "Abort if there is no input from stdin for X seconds"
complete -c hashcat -l machine-readable -d "Display the status view in a machine-readable format"

View File

@@ -15,7 +15,7 @@ complete -c icdiff -s r -l recursive -d "Recursive search"
complete -c icdiff -s s -l report-identical-files -d "Report when two files are same"
complete -c icdiff -l show-all-spaces -d "Color non-matchining whitespace changes"
complete -c icdiff -l tabsize -d "Tab stop spacing"
complete -c icdiff -s U -l unified -l numlines -d "Print N lines of sourrounding context"
complete -c icdiff -s W -l whole-file -d "Show the whole file instead of just changings"
complete -c icdiff -s U -l unified -l numlines -d "Print N lines of surrounding context"
complete -c icdiff -s W -l whole-file -d "Show the whole file instead of just changes"
complete -c icdiff -l strip-trailing-cr -d "Strip trailing carriage return at the end of an input line"
complete -c icdiff -l color-map -d "Specify color map"

View File

@@ -5,7 +5,7 @@ function __iwctl_filter -w iwctl
# set -a results "| string match --invert '*$empty*'"
# end
# eval "$results" | awk '{print $2}'
# awk does not work on multiline entries, therefor we use string match,
# awk does not work on multiline entries, therefore we use string match,
# which has the added benefit of filtering out the `No devices in ...` lines
argparse -i all-columns -- $argv
@@ -78,7 +78,7 @@ end
# The `empty` messages in case we want to go back to using those
# set ad_hoc '(__iwctl_filter ad-hoc "No devices in Ad-Hoc mode available.")'
# set adpater '(__iwctl_filter adapter)'
# set adapter '(__iwctl_filter adapter)'
# set ap '(__iwctl_filter ap "No devices in access point mode available.")'
# set device '(__iwctl_filter device)'
# set dpp '(__iwctl_filter dpp "No DPP-capable devices available")'
@@ -149,7 +149,7 @@ complete -c iwctl -n '__iwctl_match_subcoms "dpp *"' -n 'not __iwctl_match_subco
complete -c iwctl -n '__iwctl_match_subcoms known-networks' -a list -d "List known networks"
complete -c iwctl -n '__iwctl_match_subcoms known-networks' -a "(__iwctl_filter known-networks list)"
complete -c iwctl -n '__iwctl_match_subcoms "known-networks *"' -n 'not __iwctl_match_subcoms known-networks list' -a forget -d "Forget a known network"
complete -c iwctl -n '__iwctl_match_subcoms "known-networks *"' -n 'not __iwctl_match_subcoms known-networks list' -a show -d "Show nown network"
complete -c iwctl -n '__iwctl_match_subcoms "known-networks *"' -n 'not __iwctl_match_subcoms known-networks list' -a show -d "Show known network"
complete -c iwctl -n '__iwctl_match_subcoms "known-networks *"' -n 'not __iwctl_match_subcoms known-networks list' -a set-property -d "Set property"
# station

View File

@@ -4,7 +4,7 @@ function __fish_complete_macos_java_version
end
function __fish_complete_macos_java_home_exec
# seperate the buffer into two parts
# separate the buffer into two parts
# where the first used to get the JAVA_HOME
# and the second is the subcommand to complete
set -l cmds (string replace -a -r ' *java_home *' '' (commandline) )

View File

@@ -1,5 +1,5 @@
function __fish_journalctl_fields
# This would be nicer to get programatically, but this is how the official
# This would be nicer to get programmatically, but this is how the official
# bash completion does it
set -l __journal_fields MESSAGE{,_ID} PRIORITY CODE_{FILE,LINE,FUNC} ERRNO SYSLOG_{FACILITY,IDENTIFIER,PID} COREDUMP_EXE _{P,U,G}ID _COMM _EXE _CMDLINE _AUDIT_{SESSION,LOGINUID} _SYSTEMD_{CGROUP,SESSION,UNIT,OWNER_UID} _SELINUX_CONTEXT _SOURCE_REALTIME_TIMESTAMP _{BOOT,MACHINE}_ID _HOSTNAME _TRANSPORT _KERNEL_{DEVICE,SUBSYSTEM} _UDEV_{SYSNAME,DEVNODE,DEVLINK} __CURSOR __{REALTIME,MONOTONIC}_TIMESTAMP
for f in $__journal_fields

View File

@@ -3,7 +3,7 @@
complete -c jq -l version -d 'Output jq version'
complete -c jq -l seq -d 'Use application/json-seq MIME type'
complete -c jq -l stream -d 'Parse input in streaming fasion'
complete -c jq -l stream -d 'Parse input in streaming fashion'
complete -c jq -l slurp -s s -d 'Read input to array and filter once'
complete -c jq -l raw-input -s R -d 'Parse input as string (not JSON)'
complete -c jq -l null-input -s n -d 'Ignore input and treat it as null'

View File

@@ -41,4 +41,4 @@ complete -c ldapsearch -s R -x -d 'Specify the realm of authentication ID for SA
complete -c ldapsearch -s X -x -d 'Specify the requested authorization ID for SASL bind'
complete -c ldapsearch -s Y -x -d 'Specify the SASL mechanism to be used for authentication'
complete -c ldapsearch -s Z -d 'Issue StartTLS extended operation'
complete -c ldapsearch -o ZZ -d 'Issue StartTLS ectended operation only if succesful'
complete -c ldapsearch -o ZZ -d 'Issue StartTLS ectended operation only if successful'

View File

@@ -1,7 +1,7 @@
complete -c less -s \? -l help -d "Display help and exit"
complete -c less -s a -l search-skip-screen -d "Search after end of screen"
complete -c less -s b -l buffers -r -d "Buffer space"
complete -c less -s B -l auto-buffers -d "Disable automtic buffer allocation"
complete -c less -s B -l auto-buffers -d "Disable automatic buffer allocation"
complete -c less -s c -l clear-screen -d "Repaint from top"
complete -c less -s C -l CLEAR-SCREEN -d "Clear and repaint from top"
complete -c less -s d -l dumb -d "Suppress error for lacking terminal capability"
@@ -10,7 +10,7 @@ complete -c less -s e -l quit-at-eof -d "Exit on second EOF"
complete -c less -s E -l QUIT-AT-EOF -d "Exit on EOF"
complete -c less -s f -l force -d "Open non-regular files"
complete -c less -s F -l quit-if-one-screen -d "Quit if file shorter than one screen"
complete -c less -s g -l hilite-search -d "Hilight one search target"
complete -c less -s g -l hilite-search -d "Highlight one search target"
complete -c less -s G -l HILITE-SEARCH -d "No search highlighting"
complete -c less -s h -l max-back-scroll -d "Maximum backward scroll" -r -a "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19"
complete -c less -s i -l ignore-case -d "Search ignores lowercase case"
@@ -31,8 +31,8 @@ complete -c less -o p -l pattern -d "Start at first occurrence of pattern" -r
complete -c less -o P -l prompt -d "Prompt string" -r
complete -c less -s q -l quiet -d "Silent mode"
complete -c less -l silent -d "Silent mode"
complete -c less -s Q -l QUIET -d "Completly silent mode"
complete -c less -l SILENT -d "Completly silent mode"
complete -c less -s Q -l QUIET -d "Completely silent mode"
complete -c less -l SILENT -d "Completely silent mode"
complete -c less -s r -l raw-control-chars -d "Display control chars"
complete -c less -s R -l RAW-CONTROL-CHARS -d "Display control chars, guess screen appearance"
complete -c less -s s -l squeeze-blank-lines -d "Multiple blank lines sqeezed"

View File

@@ -21,4 +21,4 @@ complete -c light -s a -d 'Selects controller automatically (default)'
complete -c light -s s -a '(__fish_print_light_controllers)' -x -d 'Specify controller to use'
complete -c light -s p -d 'Interpret & output values in percent'
complete -c light -s r -d 'Interpret & output values in raw mode'
complete -c light -s v -x -d 'Sets the verbosity level' -a '0\tRead\ values 1\tRead\ values\ \&\ errors 2\tRead\ values,\ erros\ \&\ warnings 3\tRead\ values,\ errors,\ warnings\ \&\ notices'
complete -c light -s v -x -d 'Sets the verbosity level' -a '0\tRead\ values 1\tRead\ values\ \&\ errors 2\tRead\ values,\ errors\ \&\ warnings 3\tRead\ values,\ errors,\ warnings\ \&\ notices'

View File

@@ -20,7 +20,7 @@ complete -c loadkeys -s m -l mktable -d "Output a 'defkeymap.c'"
complete -c loadkeys -s p -l parse -d "Only search and parse keymap"
complete -c loadkeys -s s -l clearstrings -d "Clear kernel string table"
complete -c loadkeys -s u -l unicode -d "Force conversion to Unicode"
complete -c loadkeys -s q -l quiet -d "Supress all normal output"
complete -c loadkeys -s q -l quiet -d "Suppress all normal output"
complete -c loadkeys -s v -l verbose -d "Be more verbose"
complete -c loadkeys -s V -l version -d "Print version number"
complete -c loadkeys -s h -l help -d "Print help"

View File

@@ -90,7 +90,7 @@ else
#### ls on eunichs ####
# From latest checked-in man pages as of Nov 2018.
# Reformatted with Open Group's ordering and spacing,
# then sorted by prevelance, consolidating option
# then sorted by prevalence, consolidating option
# matches.
# [ IEEE 1003.1-2017 options ] [ extension options ]

View File

@@ -92,7 +92,7 @@ function __fish_mdadm_level_options
end
function __fish_mdadm_update_options
echo -e "sparc2.2\tRemove superblock misalignement from SPARC kernel 2.2"
echo -e "sparc2.2\tRemove superblock misalignment from SPARC kernel 2.2"
echo -e "summaries\tCorrect superblock summaries"
echo -e "uuid\tUpdate array UUID"
echo -e "name\tUpdate array name"
@@ -112,7 +112,7 @@ end
function __fish_mdadm_action_options
echo -e "idle\tAbort currently running actions"
echo -e "frozen\tAbort currently running actions, prevent their restart"
echo -e "check\tScrub the array (i.e. check constistency)"
echo -e "check\tScrub the array (i.e. check consistency)"
echo -e "repair\tCheck, then resync"
end

View File

@@ -53,4 +53,4 @@ complete -c mkbundle -l aot-dedup \
-d 'Deduplicate AOT\'ed methods based on a unique mangling of method names'
complete -c mkbundle -l aot-mode -x \
-a 'full\t"Generate the necessary stubs to not require runtime code generation" llvmonly\t"Do the same, but force all codegen to go through the llvm backend"' \
-d 'Specifiy AOT mode'
-d 'Specify AOT mode'

View File

@@ -45,7 +45,7 @@ complete -c mksquashfs -o xattrs -d 'Store extended attributes'
complete -c mksquashfs -o xattrs-exclude -xd 'Exclude any xattr names matching <regex>'
complete -c mksquashfs -o xattrs-include -xd 'Include any xattr names matching <regex>'
complete -c mksquashfs -o xattrs-add -xd 'Add the xattr <name> with <val> to files'
complete -c mksquashfs -o version -d 'Print version, licence and copyright message'
complete -c mksquashfs -o version -d 'Print version, license and copyright message'
complete -c mksquashfs -o exit-on-error -d 'Treat normally ignored errors as fatal'
complete -c mksquashfs -o quiet -d 'No verbose output'
complete -c mksquashfs -o info -d 'Print files written to filesystem'

View File

@@ -387,7 +387,7 @@ complete -c mvn -a "weblogic:start" -d "Start an artifact on Weblogic server(s)
complete -c mvn -a "weblogic:undeploy" -d "Undeploy artifacts from Weblogic server(s) or cluster(s)"
complete -c mvn -a "weblogic:appc" -d "Run the weblogic appc compiler against an artifact"
complete -c mvn -a "weblogic:clientgen9" -d "Runs Client Gen on a given WSDL"
complete -c mvn -a "weblogic:listapps" -d "List the atifacts on Weblogic server(s) or cluster(s)"
complete -c mvn -a "weblogic:listapps" -d "List the artifacts on Weblogic server(s) or cluster(s)"
complete -c mvn -a "weblogic:help" -d "Display help information on weblogic-maven-plugin"
complete -c mvn -a "weblogic:wsdlgen" -d "This class generates wsdl from ear/war package"
complete -c mvn -a "weblogic:redeploy" -d "Redeploy artifact on Weblogic server(s) or cluster(s)"

View File

@@ -2,7 +2,7 @@ set -l cmds list start stop switch-to enable disable enable-all disable-all is-a
# Helper function that prints network profiles managed by netctl-auto.
# If no argument is given, it prints all profiles.
# Othewise, it only prints the ones given as arguments witch are either:
# Otherwise, it only prints the ones given as arguments witch are either:
# - active
# - disabled
# - other (meaning enabled but not active)

View File

@@ -22,7 +22,7 @@ complete -c ngrok -l region -x -a "us eu au ap" -d "ngrok server region [us , eu
complete -c ngrok -l hostname -r -d "host tunnel on custom hostname (requires DNS CNAME)"
complete -c ngrok -l subdomain -r -d "host tunnel on a custom subdomain"
# http's optons
# http's options
complete -c ngrok -l auth -r -d "enforce basic auth on tunnel endpoint, 'user:password'"
complete -c ngrok -l bind-tls -x -a "both https http" -d "listen for http, https or both: true/false/both"
complete -c ngrok -l host-header -r -d "set Host header; if 'rewrite' use local address hostname"

View File

@@ -102,7 +102,7 @@ complete -c nmap -l script-trace
complete -c nmap -l script-updatedb
# TIMING AND PERFORMANCE
complete -c nmap -l min-hostgroup -l max-hostgroup -x -d 'Adjust paralel scan group size'
complete -c nmap -l min-hostgroup -l max-hostgroup -x -d 'Adjust parallel scan group size'
complete -c nmap -l min-parallelism -l max-parallelism -x -d 'Adjust probe parallelization'
complete -c nmap -l min-rtt-timeout -l max-rtt-timeout -l initial-rtt-timeout -x -d 'Adjust probe timeouts'
complete -c nmap -l max-retries -x -d 'Specify the maximum number of port scan probe retransmissions'

View File

@@ -37,7 +37,7 @@ function __fish_npm_needs_option
return 1
end
# list available npm scripts and their parial content
# list available npm scripts and their partial content
function __fish_parse_npm_run_completions
while read -l name
set -l trim 20
@@ -69,7 +69,7 @@ end
complete -f -c npm -n __fish_npm_needs_command -a 'run-script run' -d 'Run arbitrary package scripts'
for c in run-script run rum urn
complete -f -c npm -n "__fish_npm_using_command $c" -a "(__fish_npm_run)"
complete -f -c npm -n "__fish_npm_using_command $c" -l if-present -d "Don't error on nonexistant script"
complete -f -c npm -n "__fish_npm_using_command $c" -l if-present -d "Don't error on nonexistent script"
complete -f -c npm -n "__fish_npm_using_command $c" -l ignore-scripts -d "Don't run pre-, post- and life-cycle scripts"
complete -x -c npm -n "__fish_npm_using_command $c" -s script-shell -d 'The shell to use for scripts'
complete -f -c npm -n "__fish_npm_using_command $c" -l foreground-scripts -d 'Run all build scripts in the foreground'
@@ -526,8 +526,8 @@ complete -x -c npm -n '__fish_npm_using_command profile' -n "not __fish_seen_sub
complete -x -c npm -n '__fish_npm_using_command profile' -n "not __fish_seen_subcommand_from $profile_commands" -a disable-2fa -d 'Disables two-factor authentication'
complete -x -c npm -n '__fish_npm_using_command profile' -n "not __fish_seen_subcommand_from $profile_commands" -a get -d 'Display profile properties'
complete -x -c npm -n '__fish_npm_using_command profile' -n "not __fish_seen_subcommand_from $profile_commands" -a set -d 'Set the value of a profile property'
complete -x -c npm -n '__fish_npm_using_command profile' -n '__fish_seen_subcommand_from enable-2fa' -a auth-only -d 'Requiere an OTP on profile changes'
complete -x -c npm -n '__fish_npm_using_command profile' -n '__fish_seen_subcommand_from enable-2fa' -a auth-and-writes -d 'Also requiere an OTP on package changes'
complete -x -c npm -n '__fish_npm_using_command profile' -n '__fish_seen_subcommand_from enable-2fa' -a auth-only -d 'Require an OTP on profile changes'
complete -x -c npm -n '__fish_npm_using_command profile' -n '__fish_seen_subcommand_from enable-2fa' -a auth-and-writes -d 'Also require an OTP on package changes'
complete -f -c npm -n '__fish_npm_using_command profile' -s h -l help -d 'Display help'
# prune

View File

@@ -66,7 +66,7 @@ complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a effects-log -d
complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a endurance-log -d "Retrieve Endurance Group Log"
complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a predictable-lat-log -d "Retrieve Predictable Latency per Nvmset Log"
complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a pred-lat-event-agg-log -d "Retrieve Predictable Latency Event Aggregate Log"
complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a persistent-event-log -d "Retrieve Presistent Event Log"
complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a persistent-event-log -d "Retrieve Persistent Event Log"
complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a endurance-event-agg-log -d "Retrieve Endurance Group Event Aggregate Log"
complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a lba-status-log -d "Retrieve LBA Status Information Log"
complete -c nvme -f -n "not __fish_seen_subcommand_from $cmds" -a resv-notif-log -d "Retrieve Reservation Notification Log"

View File

@@ -105,7 +105,7 @@ complete -c obnam --no-files -l fsck-fix -d 'fsck should try to fix problems'
complete -c obnam --no-files -l no-fsck-fix -d 'fsck should not try to fix problems'
complete -c obnam --no-files -l fsck-ignore-chunks -d 'Ignore chunks when checking integrity'
complete -c obnam --no-files -l no-fsck-ignore-chunks -d 'Check chunks when checking integrity'
complete -c obnam --no-files -l fsck-ignore-client -d 'Do not check data for cient NAME'
complete -c obnam --no-files -l fsck-ignore-client -d 'Do not check data for client NAME'
complete -c obnam --no-files -l fsck-last-generation-only -d 'Check only the last generation'
complete -c obnam --no-files -l no-fsck-last-generation-only -d 'Check all generations'
complete -c obnam --no-files -l fsck-rm-unused -d 'fsck should remove unused chunks'
@@ -133,7 +133,7 @@ complete -c obnam --no-files -l log-mode -d 'Set permissions of logfiles to MODE
# Mounting with FUSE
complete -c obnam --no-files -l fuse-opt -d 'Options to pass to FUSE'
# Peformance
# Performance
complete -c obnam --no-files -l dump-memory-profile -a 'none simple meliae heapy' -d 'Make memory profiling dumps using METHOD'
complete -c obnam --no-files -l memory-dump-interval -d 'Make memory profiling dumps at SECONDS'

View File

@@ -15,7 +15,7 @@ complete otool -s c -d 'print arg of a core file' -F
complete otool -s s -d 'print contents of <seg> <sect>' -x
complete otool -s P -d 'print Info.plist section' -F
complete otool -s x -d 'print all text sections' -F
complete otool -s p -d 'specify routine to dissassemble' -x
complete otool -s p -d 'specify routine to disassemble' -x
complete otool -s v -d 'print verbosely'
complete otool -s V -d 'symbolicate disassembled operands'
complete otool -s X -d 'omit leading addresses, headers'

View File

@@ -193,7 +193,7 @@ function __fish_pkg_aliases
set description 'Display build dependencies for a given package'
case cinfo
set description 'Display install package matching case-sensitve regex'
set description 'Display install package matching case-sensitive regex'
case comment
set description 'Display comment off a package'
@@ -205,7 +205,7 @@ function __fish_pkg_aliases
set description 'Show package description'
case iinfo
set description 'Display install package matching case-insensitve regex'
set description 'Display install package matching case-insensitive regex'
case isearch
set description 'Finds package using case-insensitive search'

View File

@@ -16,7 +16,7 @@ complete -c pv -l numeric -s n -d 'Numeric output'
complete -c pv -l quiet -s q -d 'No output'
complete -c pv -l wait -s W -d 'Wait for first byte before showing progress'
complete -x -c pv -l delay-start -s D -d 'Wait given time (in secs) before showing progress'
complete -x -c pv -l size -s s -d 'Set total number of bytes to be transfered'
complete -x -c pv -l size -s s -d 'Set total number of bytes to be transferred'
complete -c pv -l line-mode -s l -d 'Count lines instead of bytes'
complete -c pv -l null -s 0 -d 'Count null-terminated lines'
complete -x -c pv -l interval -s i -d 'Wait given time (in secs) between updates'

View File

@@ -73,7 +73,7 @@ complete -c rpm-ostree -n "__fish_seen_subcommand_from cleanup" -l peer -d "Forc
# compose
# All compose subcommands
# container-encapsulatedoes, image not have --quiet or --verison
# container-encapsulatedoes, image not have --quiet or --version
set -l compose_subcommands commit container-encapsulate extensions image install postprocess tree
complete -c rpm-ostree -n "__fish_seen_subcommand_from compose; and not __fish_seen_subcommand_from $compose_subcommands" -a commit -d "Commit target path to an OSTree repo"
complete -c rpm-ostree -n "__fish_seen_subcommand_from compose; and not __fish_seen_subcommand_from $compose_subcommands --quiet -q --version" -a container-encapsulate -d "Create Chunked Container image from OSTree Commit"

View File

@@ -30,7 +30,7 @@ complete -c rsync -l backup-dir -xa '(__fish_complete_directories)' -d "Make bac
complete -c rsync -l suffix -d "Backup suffix (default ~ w/o --backup-dir)"
complete -c rsync -s u -l update -d "Skip files that are newer on the receiver"
complete -c rsync -l inplace -d "Update destination files in-place"
complete -c rsync -l append -d "Append data onto shorter files without verifing old content"
complete -c rsync -l append -d "Append data onto shorter files without verifying old content"
complete -c rsync -l append-verify -d "Append with full file checksum, including old data"
complete -c rsync -s d -l dirs -d "Transfer directories without recursing"
complete -c rsync -l mkpath -d "Create the destination's path component"

View File

@@ -11,7 +11,7 @@ sed --version >/dev/null 2>/dev/null; and set is_gnu --is-gnu
__fish_gnu_complete -c sed -s n -l quiet -d "Silent mode" $is_gnu
__fish_gnu_complete -c sed -s e -l expression -x -d "Evaluate expression" $is_gnu
__fish_gnu_complete -c sed -s f -l file -r -d "Evalute file" $is_gnu
__fish_gnu_complete -c sed -s f -l file -r -d "Evaluate file" $is_gnu
__fish_gnu_complete -c sed -s i -l in-place -d "Edit files in place" $is_gnu
if test -n "$is_gnu"

View File

@@ -2,7 +2,7 @@
# https://en.wikipedia.org/wiki/Shortcuts_(app)
# Apple added fish completion output to Swift's ArgumentParser.
# imagine my surprise when I found fish function stirngs in binaries in /usr/bin!
# imagine my surprise when I found fish function strings in binaries in /usr/bin!
# checking the path is as expected is about as far as we're going with validation
if test "$(command -s shortcuts)" = /usr/bin/shortcuts

View File

@@ -8,9 +8,9 @@ complete -f -c string -n "test (count (commandline -xpc)) -lt 2" -a upper
complete -f -c string -n "test (count (commandline -xpc)) -lt 2" -a length
complete -f -c string -n "test (count (commandline -xpc)) -ge 2" -n "contains -- (commandline -xpc)[2] length" -s V -l visible -d "Use the visible width, excluding escape sequences"
complete -f -c string -n "test (count (commandline -xpc)) -lt 2" -a sub
complete -x -c string -n "test (count (commandline -xpc)) -ge 2" -n "contains -- (commandline -xpc)[2] sub" -s s -l start -xa "(seq 1 10)" -d "Sepcify start index"
complete -x -c string -n "test (count (commandline -xpc)) -ge 2" -n "contains -- (commandline -xpc)[2] sub" -s e -l end -xa "(seq 1 10)" -d "Sepcify end index"
complete -x -c string -n "test (count (commandline -xpc)) -ge 2" -n "contains -- (commandline -xpc)[2] sub" -s l -l length -xa "(seq 1 10)" -d "Sepcify substring length"
complete -x -c string -n "test (count (commandline -xpc)) -ge 2" -n "contains -- (commandline -xpc)[2] sub" -s s -l start -xa "(seq 1 10)" -d "Specify start index"
complete -x -c string -n "test (count (commandline -xpc)) -ge 2" -n "contains -- (commandline -xpc)[2] sub" -s e -l end -xa "(seq 1 10)" -d "Specify end index"
complete -x -c string -n "test (count (commandline -xpc)) -ge 2" -n "contains -- (commandline -xpc)[2] sub" -s l -l length -xa "(seq 1 10)" -d "Specify substring length"
complete -f -c string -n "test (count (commandline -xpc)) -lt 2" -a split
complete -f -c string -n "test (count (commandline -xpc)) -lt 2" -a split0
complete -x -c string -n 'test (count (commandline -xpc)) -ge 2' -n 'string match -qr split0\?\$ -- (commandline -xpc)[2]' -s m -l max -a "(seq 1 10)" -d "Specify maximum number of splits"

View File

@@ -112,7 +112,7 @@ complete -c svn -n 'not __fish_use_subcommand' -l username -x -d 'Specify a user
complete -c svn -n 'not __fish_use_subcommand' -l password -x -d 'Specify a password ARG'
complete -c svn -n 'not __fish_use_subcommand' -l no-auth-cache -d 'Do not cache authentication tokens'
complete -c svn -n 'not __fish_use_subcommand' -l non-interactive -d 'Do no interactive prompting'
complete -c svn -n 'not __fish_use_subcommand' -l trust-server-cert -d 'Accept SSL server certificates from unknown authorities (ony with --non-interactive)'
complete -c svn -n 'not __fish_use_subcommand' -l trust-server-cert -d 'Accept SSL server certificates from unknown authorities (only with --non-interactive)'
complete -c svn -n 'not __fish_use_subcommand' -l config-dir -x -d 'Read user configuration files from directory ARG'
complete -c svn -n 'not __fish_use_subcommand' -l config-option -x -d 'Set user configuration option in the format: FILE:SECTION:OPTION=[VALUE]'

View File

@@ -15,8 +15,8 @@ complete -c sysbench -n "__fish_contains_opt test=oltp" -a "
complete -c sysbench -x -l num-threads -d 'The total number of worker threads to create (default: 1)'
complete -c sysbench -x -l max-requests -d 'Limit for total number of requests. 0 means unlimited (default: 10000)'
complete -c sysbench -x -l max-time -d 'Limit for total execution time in seconds. 0 means unlimited (default: 0)'
complete -c sysbench -x -l thread-stack-size -d 'Size of stack for each thread (defaut: 32K)'
complete -c sysbench -f -l init-rng -d 'Specifies if random numbers generator should be initialized from timer (defaut: off)' -a 'on off'
complete -c sysbench -x -l thread-stack-size -d 'Size of stack for each thread (default: 32K)'
complete -c sysbench -f -l init-rng -d 'Specifies if random numbers generator should be initialized from timer (default: off)' -a 'on off'
complete -c sysbench -x -l test -d 'Name of the test mode to run(required)' -a "
cpu\t'Benchmark cpu by calculating prime numbers'
threads\t'Benchmark scheduler performance'
@@ -30,7 +30,7 @@ complete -c sysbench -l help -d 'Print help on general syntax'
complete -c sysbench -l version -d 'Show version of program'
complete -c sysbench -x -l percentile -d 'A percentile rank of query execution times to count (default: 95)'
complete -c sysbench -f -l batch -d 'Dump current results periodically (default: off)' -a 'on off'
complete -c sysbench -x -l batch-delay -d 'Delay between batch dumps in secods (default: 300)'
complete -c sysbench -x -l batch-delay -d 'Delay between batch dumps in seconds (default: 300)'
### options for test=`cpu` mode ###
complete -c sysbench -n "__fish_contains_opt test=cpu" -x -l cpu-max-prime -d 'Calculation of prime numbers up to the specified value'

View File

@@ -39,7 +39,7 @@ complete -c systemd-cryptenroll -l fido2-with-client-pin -xa "yes no" -d "Requir
complete -c systemd-cryptenroll -l fido2-with-user-presence -xa "yes no" -d "Require to verify presence when unlocking the volume"
complete -c systemd-cryptenroll -l fido2-with-user-verification -xa "yes no" -d "Require user verification when unlocking the volume"
complete -c systemd-cryptenroll -l tpm2-device -kxa "(__fish_cryptenroll_tpm2_devices)" -d "Enroll a TPM2 security chip"
complete -c systemd-cryptenroll -l tpm2-pcrs -x -d "Bind the enrollment of TPM2 device to speficied PCRs"
complete -c systemd-cryptenroll -l tpm2-pcrs -x -d "Bind the enrollment of TPM2 device to specified PCRs"
complete -c systemd-cryptenroll -l wipe-slot -kxa "(__fish_complete_list , __fish_cryptenroll_complete_wipe)" -d "Wipes one or more LUKS2 key slots"
complete -c systemd-cryptenroll -l help -s h -d "Print a short help"
complete -c systemd-cryptenroll -l version -d "Print a short version string"

View File

@@ -38,7 +38,7 @@ switch (uname -s)
complete -c telnet -s s -x -d "Set source IP address"
complete -c telnet -s u -d "Force AF_UNIX addresses only"
case NetBSD
complete -c telnet -s P -x -d "Set IPsec policy specfication"
complete -c telnet -s P -x -d "Set IPsec policy specification"
case OpenBSD
complete -c telnet -s 7 -d "Do not try to negotiate TELNET BINARY option"
complete -c telnet -s V -x -d "Set routing table"

View File

@@ -252,8 +252,8 @@ complete -c tmux -n "__fish_seen_subcommand_from $joinp $splitw" -xs f -d 'full
complete -c tmux -n __fish_use_subcommand -a $killp -d 'destroy a pane'
complete -c tmux -n __fish_use_subcommand -a $killw -d 'destroy a window'
complete -c tmux -n __fish_use_subcommand -a $lastp -d 'select the previusly selected pane'
complete -c tmux -n __fish_use_subcommand -a $lastw -d 'select the previusly selected window'
complete -c tmux -n __fish_use_subcommand -a $lastp -d 'select the previously selected pane'
complete -c tmux -n __fish_use_subcommand -a $lastw -d 'select the previously selected window'
complete -c tmux -n __fish_use_subcommand -a $linkw -d 'link source window to destination window'
complete -c tmux -n __fish_use_subcommand -a $lsp -d 'list panes'

View File

@@ -36,7 +36,7 @@ complete -c transmission-remote -s n -l auth -d 'Set the username:password for a
complete -c transmission-remote -o ne -l authenv -d 'Set the authentication information from $TR_AUTH'
complete -c transmission-remote -s N -l netrc -d 'Set authentication information from a netrc file'
complete -c transmission-remote -s o -l dht -d 'Enable distributed hash table (DHT)'
complete -c transmission-remote -s O -l no-dht -d 'Disable distribued hash table (DHT)'
complete -c transmission-remote -s O -l no-dht -d 'Disable distributed hash table (DHT)'
complete -c transmission-remote -s p -l port -d 'Set the port to use when listening'
complete -c transmission-remote -o Bh -l bandwidth-high -d 'Give this torrent high bandwidth'
complete -c transmission-remote -o Bn -l bandwidth-normal -d 'Give this torrent normal bandwidth'

View File

@@ -1,5 +1,5 @@
# Completions for trash-cli
# There are many implementations of trash cli tools, identify different version of ``trash`` excutable by its help message.
# There are many implementations of trash cli tools, identify different version of ``trash`` executable by its help message.
# https://github.com/andreafrancia/trash-cli
function __trash_by_andreafrancia

View File

@@ -1,4 +1,4 @@
#disable file seletion
#disable file selection
complete -f tuned-adm
#get profile list

View File

@@ -59,4 +59,4 @@ complete -c udevadm -n '__fish_seen_subcommand_from test' -s a -l action -d "Set
complete -c udevadm -n '__fish_seen_subcommand_from test' -s N -l resolve-names -d "When to resolve names" -xa "early late never"
# udevadm test-builtin
complete -c udevadm -n '__fish_seen_subcommand_from test-builtin; and __fish_is_nth_token 2' -xa "blkid\t'Filesystem and partition probing' btrfs\t'btrfs volume management' hwdb\t'Hardware database' input_id\t'Input device properties' keyboard\t'Keybord scan code to key mapping' kmod\t'Kernel module loader' net_id\t'Network device properties' net_setup_link\t'Configure network link' path_id\t'Compose persistent device path' usb_id\t'USB device properties' uaccess\t'Manage device node user ACL'"
complete -c udevadm -n '__fish_seen_subcommand_from test-builtin; and __fish_is_nth_token 2' -xa "blkid\t'Filesystem and partition probing' btrfs\t'btrfs volume management' hwdb\t'Hardware database' input_id\t'Input device properties' keyboard\t'Keyboard scan code to key mapping' kmod\t'Kernel module loader' net_id\t'Network device properties' net_setup_link\t'Configure network link' path_id\t'Compose persistent device path' usb_id\t'USB device properties' uaccess\t'Manage device node user ACL'"

View File

@@ -19,5 +19,5 @@ else # BSD
complete -c uniq -s f -d 'Avoid comparing first N fields' -x
complete -c uniq -s s -d 'Avoid comparing first N characters' -x
complete -c uniq -s u -d 'Only print unique lines'
complete -c uniq -s i -d 'Case insensitive comparision'
complete -c uniq -s i -d 'Case insensitive comparison'
end

View File

@@ -53,7 +53,7 @@ complete -n "__fish_valgrind_skin memcheck" -xc valgrind -l leak-check -d "Check
complete -n "__fish_valgrind_skin memcheck" -xc valgrind -l show-reachable -d "Show reachable leaked memory" -a "yes\t'Show reachable leaked memory' no\t'Do not show reachable leaked memory'"
complete -n "__fish_valgrind_skin memcheck" -xc valgrind -l leak-resolution -d "Determines how willingly Memcheck considers different backtraces to be the same" -a "low\t'Two entries need to match' med\t'Four entries need to match' high\t'All entries need to match'"
complete -n "__fish_valgrind_skin memcheck" -xc valgrind -l freelist-vol -d "Set size of freed memory pool"
complete -n "__fish_valgrind_skin memcheck" -xc valgrind -l partial-loads-ok -d 'How to handle loads of words that are partially addressible' -a 'yes\t"Do not emit errors on partial loads" no\t"Emit errors on partial loads"'
complete -n "__fish_valgrind_skin memcheck" -xc valgrind -l partial-loads-ok -d 'How to handle loads of words that are partially addressable' -a 'yes\t"Do not emit errors on partial loads" no\t"Emit errors on partial loads"'
complete -n "__fish_valgrind_skin memcheck" -xc valgrind -l avoid-strlen-errors -d 'Whether to skip error reporting for the strlen function' -a 'yes no'
# Addrcheck-specific options
@@ -61,7 +61,7 @@ complete -n "__fish_valgrind_skin addrcheck" -xc valgrind -l leak-check -d "Chec
complete -n "__fish_valgrind_skin addrcheck" -xc valgrind -l show-reachable -d "Show reachable leaked memory" -a "yes\t'Show reachable leaked memory' no\t'Do not show reachable leaked memory'"
complete -n "__fish_valgrind_skin addrcheck" -xc valgrind -l leak-resolution -d "Determines how willingly Addrcheck considers different backtraces to be the same" -a "low\t'Two entries need to match' med\t'Four entries need to match' high\t'All entries need to match'"
complete -n "__fish_valgrind_skin addrcheck" -xc valgrind -l freelist-vol -d "Set size of freed memory pool"
complete -n "__fish_valgrind_skin addrcheck" -xc valgrind -l partial-loads-ok -d 'How to handle loads of words that are partially addressible' -a 'yes\t"Do not emit errors on partial loads" no\t"Emit errors on partial loads"'
complete -n "__fish_valgrind_skin addrcheck" -xc valgrind -l partial-loads-ok -d 'How to handle loads of words that are partially addressable' -a 'yes\t"Do not emit errors on partial loads" no\t"Emit errors on partial loads"'
complete -n "__fish_valgrind_skin addrcheck" -xc valgrind -l avoid-strlen-errors -d 'Whether to skip error reporting for the strlen function' -a 'yes no'
# Cachegrind-specific options

View File

@@ -1354,7 +1354,7 @@ complete -c virsh -n "not __fish_seen_subcommand_from $cmds" -a pool-edit -d "Ed
# virsh pool-info
complete -c virsh -n "not __fish_seen_subcommand_from $cmds" -a pool-info -d "Storage pool information"
complete -c virsh -n "__fish_seen_subcommand_from pool-info" -l bytes -d "Reture pool info in bytes"
complete -c virsh -n "__fish_seen_subcommand_from pool-info" -l bytes -d "Return pool info in bytes"
# virsh pool-list
complete -c virsh -n "not __fish_seen_subcommand_from $cmds" -a pool-list -d "List pools"

View File

@@ -37,7 +37,7 @@ end
complete -c wajig -n __fish_wajig_use_package -a '(__fish_print_apt_packages)' -d Packages
complete -c wajig -s q -l quiet -d 'Do system commands everything quietly.'
complete -c wajig -s n -l noauth -d 'Allow packages from unathenticated archives.'
complete -c wajig -s n -l noauth -d 'Allow packages from unauthenticated archives.'
complete -c wajig -s s -l simulate -d 'Trace but don\'t execute the sequence of underlying commands.'
complete -c wajig -s t -l teaching -d 'Trace the sequence of commands performed.'
complete -c wajig -s y -l yes -d 'Assume yes for any questions asked.'

View File

@@ -15,7 +15,7 @@ complete -c winemaker -l cuiexe -d 'Treat unknown app as console app'
complete -c winemaker -l console -d 'Treat unknown app as console app'
complete -c winemaker -l dll -d 'Treat unknown app as library'
complete -c winemaker -l nodlls -d 'Don\'t use stadard libraries'
complete -c winemaker -l nodlls -d 'Don\'t use standard libraries'
complete -c winemaker -l mfc -d 'Use MFC based targets'
complete -c winemaker -l nomfc -d 'Use MFC based targets'
complete -c winemaker -l nomsvcrt -d 'Don\'t use msvcrt compilation'

View File

@@ -52,9 +52,9 @@ for architecture in 32 64
end
set -l subcommands (string replace --regex '\\\t.+' '' -- $subcommands_with_descriptions)
set -l root_conditon "not __fish_seen_subcommand_from $subcommands"
set -l root_condition "not __fish_seen_subcommand_from $subcommands"
complete -c $command -a "$subcommands_with_descriptions" -n $root_conditon
complete -c $command -a "$subcommands_with_descriptions" -n $root_condition
complete -c $command -a list \
-d 'List applications' \
@@ -72,4 +72,4 @@ end
complete -c $command -a '(__fish_winetricks__complete_verbs)' \
-d 'Specify the verb or path to it' \
-n $root_conditon
-n $root_condition

View File

@@ -31,7 +31,7 @@ complete -x -c wpa_cli -a save_config -d 'save the current configuration'
complete -x -c wpa_cli -a disconnect -d 'disconnect and wait for reassociate command before connecting'
complete -x -c wpa_cli -a scan -d 'request new BSS scan'
complete -x -c wpa_cli -a scan_results -d 'get latest scan results'
complete -x -c wpa_cli -a get_capability -d 'get capabilies'
complete -x -c wpa_cli -a get_capability -d 'get capabilities'
complete -x -c wpa_cli -a stakey-request -d 'request STAKey negotiation with <addr>'
complete -x -c wpa_cli -a ap_scan -d 'set ap_scan parameter'
complete -x -c wpa_cli -a stkstart -d 'request STK negotiation with <addr>'

View File

@@ -30,5 +30,5 @@ complete -c xdg-mime -d 'Set mode' -n 'contains_seq xdg-mime uninstall -- (comma
#complete -c xdg-mime install [--mode mode] [--novendor] mimetypes-file
#complete -c xdg-mime uninstall [--mode mode] mimetypes-file
complete -c xdg-mime -l help -d 'Display help'
complete -c xdg-mime -l manual -d 'Diplay long help'
complete -c xdg-mime -l manual -d 'Display long help'
complete -c xdg-mime -l version -d 'Print version'

View File

@@ -43,7 +43,7 @@ complete -c xterm -n 'string match "+*" -- (commandline -ct)' -a +tb -d 'Don\'t
complete -c xterm -n 'string match "+*" -- (commandline -ct)' -a +u8 -d 'Don\'t use UTF-8'
complete -c xterm -n 'string match "+*" -- (commandline -ct)' -a +ulc -d 'Display characters with underline attribute as color'
complete -c xterm -n 'string match "+*" -- (commandline -ct)' -a +ut -d 'Write to the system utmp log file'
complete -c xterm -n 'string match "+*" -- (commandline -ct)' -a +vb -d 'Don\'t use visual bell insead of audio bell'
complete -c xterm -n 'string match "+*" -- (commandline -ct)' -a +vb -d 'Don\'t use visual bell instead of audio bell'
complete -c xterm -n 'string match "+*" -- (commandline -ct)' -a +wc -d 'Don\'t use wide characters'
complete -c xterm -n 'string match "+*" -- (commandline -ct)' -a +wf -d 'Don\'t wait the first time for the window to be mapped'
@@ -92,7 +92,7 @@ complete -c xterm -o tb -d 'Display toolbar or menubar'
complete -c xterm -o u8 -d 'Use UTF-8'
complete -c xterm -o ulc -d 'Don\'t display characters with underline attribute as color'
complete -c xterm -o ut -d 'Don\'t write to the system utmp log file'
complete -c xterm -o vb -d 'Use visual bell insead of audio bell'
complete -c xterm -o vb -d 'Use visual bell instead of audio bell'
complete -c xterm -o wc -d 'Use wide characters'
complete -c xterm -o wf -d 'Wait the first time for the window to be mapped'
complete -c xterm -o Sccn -d 'Use as input/output channel for an existing program'

View File

@@ -19,7 +19,7 @@ complete -c xviewer -l xim-status
complete -c xviewer -l gtk-debug -d 'Enabled Gtk+ flags'
complete -c xviewer -l gtk-no-debug -d 'Disabled Gtk+ flags'
complete -c xviewer -l g-fatal -d 'Treat warnings as fatal errors'
complete -c xviewer -l gtk-module -d 'Additinal Gtk module'
complete -c xviewer -l gtk-module -d 'Additional Gtk module'
complete -c xviewer -l disable-crash-dialog
complete -c xviewer -l sm-client-id -d 'Session management ID'
complete -c xviewer -l sm-config-prefix -d 'Prefix of saved configuration'

View File

@@ -633,4 +633,4 @@ complete -c zfs -f -n '__fish_zfs_using_command change-key' -s o -xa "keyformat=
complete -c zfs -f -n '__fish_zfs_using_command change-key' -s o -xa "keyformat=hex keyformat=raw keyformat=passphrase"
complete -c zfs -f -n '__fish_zfs_using_command change-key' -s o -xa "pbkdf2iters=" -d "Specify PBKDF2 iteration count"
# todo: maybe query properties to list only encrypted datasets
complete -c zfs -f -n '__fish_zfs_using_command change-key' -d "Dataset to change wraper key for" -xa "(__fish_print_zfs_filesystems; __fish_print_zfs_volumes)"
complete -c zfs -f -n '__fish_zfs_using_command change-key' -d "Dataset to change wrapper key for" -xa "(__fish_print_zfs_filesystems; __fish_print_zfs_volumes)"