aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions')
-rw-r--r--share/completions/adduser.fish2
-rw-r--r--share/completions/arp.fish2
-rw-r--r--share/completions/at.fish2
-rw-r--r--share/completions/bind.fish2
-rw-r--r--share/completions/bunzip2.fish4
-rw-r--r--share/completions/bzcat.fish4
-rw-r--r--share/completions/bzip2.fish4
-rw-r--r--share/completions/bzip2recover.fish4
-rw-r--r--share/completions/cdrecord.fish4
-rw-r--r--share/completions/configure.fish2
-rw-r--r--share/completions/df.fish2
-rw-r--r--share/completions/find.fish8
-rw-r--r--share/completions/flac.fish2
-rw-r--r--share/completions/git.fish2
-rw-r--r--share/completions/gpg.fish14
-rw-r--r--share/completions/gprof.fish2
-rw-r--r--share/completions/gzip.fish2
-rw-r--r--share/completions/kill.fish6
-rw-r--r--share/completions/make.fish2
-rw-r--r--share/completions/modprobe.fish2
-rw-r--r--share/completions/mplayer.fish18
-rw-r--r--share/completions/pacman.fish8
-rw-r--r--share/completions/ping.fish2
-rw-r--r--share/completions/quilt.fish2
-rw-r--r--share/completions/scons.fish4
-rw-r--r--share/completions/sed.fish4
-rw-r--r--share/completions/set.fish8
-rw-r--r--share/completions/status.fish2
-rw-r--r--share/completions/su.fish2
-rw-r--r--share/completions/unrar.fish6
-rw-r--r--share/completions/xargs.fish6
-rw-r--r--share/completions/xprop.fish2
-rw-r--r--share/completions/yum.fish28
33 files changed, 82 insertions, 82 deletions
diff --git a/share/completions/adduser.fish b/share/completions/adduser.fish
index da5b2690..0ce13ec8 100644
--- a/share/completions/adduser.fish
+++ b/share/completions/adduser.fish
@@ -13,7 +13,7 @@ complete -c adduser -l gecos --description 'Set the gecos field for the new entr
complete -c adduser -l gid --description 'When creating a group, this option forces the new groupid to be the given number' -r
complete -c adduser -l group --description 'When combined with --system, a group with the same name and ID as the system user is created'
complete -c adduser -l help --description 'Display brief instructions'
-complete -c adduser -l home --description 'Use specified directory as the user's home directory' -x -a '(__fish_complete_directories)'
+complete -c adduser -l home --description 'Use specified directory as the user's home directory' -x -a '(__fish_complete_directories)'
complete -c adduser -l shell --description 'Use shell as the user's login shell, rather than the default specified by the configuration file' -x -a '(cat /etc/shells)'
complete -c adduser -l ingroup --description 'Add the new user to GROUP instead of a usergroup or the default group defined by USERS_GID in the configuration file' -x -a '(cat /etc/group|cut -d : -f 1)'
complete -c adduser -l no-create-home --description 'Do not create the home directory, even if it doesn't exist'
diff --git a/share/completions/arp.fish b/share/completions/arp.fish
index 564d7a21..93643888 100644
--- a/share/completions/arp.fish
+++ b/share/completions/arp.fish
@@ -7,5 +7,5 @@ complete -x -c arp -s d -l delete -a "(__fish_print_hostnames)" --description "R
complete -c arp -s D -l use-device --description "Use hardware address"
complete -x -c arp -s i -l device -a "(__fish_print_interfaces)" --description "Select interface"
complete -x -c arp -s s -l set --description "Manually create ARP address" -a "(__fish_print_hostnames)"
-complete -f -c arp -s f -l file --description "Take addr from filename, default /etc/ethers"
+complete -f -c arp -s f -l file --description "Take addr from filename, default /etc/ethers"
diff --git a/share/completions/at.fish b/share/completions/at.fish
index c23e83ee..59a35e05 100644
--- a/share/completions/at.fish
+++ b/share/completions/at.fish
@@ -2,7 +2,7 @@
complete -f -c at -s V --description "Display version and exit"
complete -f -c at -s q --description "Use specified queue"
complete -f -c at -s m --description "Send mail to user"
-complete -c at -s f -x -a "(__fish_complete_suffix (commandline -ct) '' 'At job')" --description "Read job from file"
+complete -c at -s f -x -a "(__fish_complete_suffix (commandline -ct) '' 'At job')" --description "Read job from file"
complete -f -c at -s l --description "Alias for atq"
complete -f -c at -s d --description "Alias for atrm"
complete -f -c at -s v --description "Show the time"
diff --git a/share/completions/bind.fish b/share/completions/bind.fish
index a987d3c0..cf3ca5bf 100644
--- a/share/completions/bind.fish
+++ b/share/completions/bind.fish
@@ -2,7 +2,7 @@
complete -c bind -s a -l all --description 'Show unavaliable key bindings/erase all bindings'
complete -c bind -s e -l erase --description 'Erase mode'
complete -c bind -s f -l function-names --description 'Print names of available functions'
-complete -c bind -s h -l help --description "Display help and exit"
+complete -c bind -s h -l help --description "Display help and exit"
complete -c bind -s k -l key --description 'Specify key name, not sequence'
complete -c bind -s K -l key-names --description 'Print names of available keys'
diff --git a/share/completions/bunzip2.fish b/share/completions/bunzip2.fish
index 9ce816da..59204e74 100644
--- a/share/completions/bunzip2.fish
+++ b/share/completions/bunzip2.fish
@@ -5,8 +5,8 @@ complete -c bunzip2 -x -a "(
"
complete -c bunzip2 -x -a "(
- __fish_complete_suffix .bz
- __fish_complete_suffix .bz2
+ __fish_complete_suffix .bz
+ __fish_complete_suffix .bz2
)
"
diff --git a/share/completions/bzcat.fish b/share/completions/bzcat.fish
index 9e0c4808..e403ac9e 100644
--- a/share/completions/bzcat.fish
+++ b/share/completions/bzcat.fish
@@ -5,8 +5,8 @@ complete -c bzcat -x -a "(
"
complete -c bzcat -x -a "(
- __fish_complete_suffix .bz
- __fish_complete_suffix .bz2
+ __fish_complete_suffix .bz
+ __fish_complete_suffix .bz2
)
"
diff --git a/share/completions/bzip2.fish b/share/completions/bzip2.fish
index 2365de60..ad64c432 100644
--- a/share/completions/bzip2.fish
+++ b/share/completions/bzip2.fish
@@ -6,8 +6,8 @@ complete -c bzip2 -s d -l decompress -x -a "(
"
complete -c bzip2 -s d -l decompress -x -a "(
- __fish_complete_suffix .bz
- __fish_complete_suffix .bz2
+ __fish_complete_suffix .bz
+ __fish_complete_suffix .bz2
)
"
diff --git a/share/completions/bzip2recover.fish b/share/completions/bzip2recover.fish
index 756c3f99..3f77afb7 100644
--- a/share/completions/bzip2recover.fish
+++ b/share/completions/bzip2recover.fish
@@ -5,7 +5,7 @@ complete -c bzip2recover -x -a "(
"
complete -c bzip2recover -x -a "(
- __fish_complete_suffix .bz
- __fish_complete_suffix .bz2
+ __fish_complete_suffix .bz
+ __fish_complete_suffix .bz2
)
"
diff --git a/share/completions/cdrecord.fish b/share/completions/cdrecord.fish
index cb1481d5..d38129ad 100644
--- a/share/completions/cdrecord.fish
+++ b/share/completions/cdrecord.fish
@@ -2,7 +2,7 @@
# Completions for Cdrecord
#
-complete -c cdrecord -o version --description "Display version and exit"
+complete -c cdrecord -o version --description "Display version and exit"
complete -c cdrecord -s v --description "Increment the level of general verbosity by one"
complete -c cdrecord -s V --description "Increment the verbose level in respect of SCSI command transport by one"
complete -c cdrecord -a "debug={1,2,3,4,5}" --description "Set the misc debug value to #"
@@ -30,7 +30,7 @@ complete -c cdrecord -o waiti --description "Wait for input to become available
complete -c cdrecord -o load --description "Load the media and exit"
complete -c cdrecord -o lock --description "Load the media, lock the door and exit"
complete -c cdrecord -o eject --description "Eject disk after doing the work"
-complete -c cdrecord -a "speed={0,150,172,1385}" --description "Set the speed factor of the writing process to #"
+complete -c cdrecord -a "speed={0,150,172,1385}" --description "Set the speed factor of the writing process to #"
complete -c cdrecord -a "blank={help,all,fast,track,unreserve,trtail,unclose,session}" --description "Blank a CD-RW and exit or blank a CD-RW before writing"
complete -c cdrecord -o format --description "Format a CD-RW/DVD-RW/DVD+RW disc"
complete -c cdrecord -a "fs=" --description "Set the FIFO (ring buffer) size to #"
diff --git a/share/completions/configure.fish b/share/completions/configure.fish
index 699c28c0..8834842b 100644
--- a/share/completions/configure.fish
+++ b/share/completions/configure.fish
@@ -9,6 +9,6 @@ complete -c configure -l prefix --description "Architecture-independent install
complete -c configure -l exec-prefix --description "Architecture-dependent install directory" -a "__fish_complete_directories (commandline -ct)" -x
complete -c configure -l build --description "Configure for building on BUILD" -x
complete -c configure -l host --description "Cross-compile to build programs to run on HOST" -x
-complete -c configure -l target --description "Configure for building compilers for TARGET" -x
+complete -c configure -l target --description "Configure for building compilers for TARGET" -x
complete -c configure -u
diff --git a/share/completions/df.fish b/share/completions/df.fish
index 22ec4652..6f3c98dd 100644
--- a/share/completions/df.fish
+++ b/share/completions/df.fish
@@ -6,7 +6,7 @@
# Test if we are using GNU sed
#
-set -l is_gnu
+set -l is_gnu
df --version >/dev/null ^/dev/null; and set is_gnu --is-gnu
__fish_gnu_complete -c df -s h -l human-readable --description "Human readable sizes" $is_gnu
diff --git a/share/completions/find.fish b/share/completions/find.fish
index 473109d8..eba8392b 100644
--- a/share/completions/find.fish
+++ b/share/completions/find.fish
@@ -9,7 +9,7 @@ complete -c find -s L -o follow --description "Follow symlinks"
complete -c find -s H --description "Do not follow symbolic links, except while processing the command line arguments"
-# General options
+# General options
complete -c find -o daystart --description "Measure from the beginning of today rather than from 24 hours ago"
complete -c find -s d -o depth --description "Process subdirectories before the directory itself"
@@ -36,8 +36,8 @@ complete -c find -o cmin --description "File status last changed specified numbe
complete -c find -o cnewer --description "File status last changed more recently than file was modified" -r
complete -c find -o ctime --description "File status last changed specified number of days ago" -r
-complete -c find -o empty --description "File is empty and is either a regular file or a directory"
-complete -c find -o false --description "Always false"
+complete -c find -o empty --description "File is empty and is either a regular file or a directory"
+complete -c find -o false --description "Always false"
complete -c find -o fstype --description "File is on filesystem of specified type" -a "(__fish_print_filesystems)" -r
complete -c find -o gid --description "Numeric group id of file" -r
complete -c find -o group --description "Group name of file" -a "(__fish_complete_groups)"
@@ -99,7 +99,7 @@ complete -c find -o prune --description "Do not recurse unless -depth is specifi
complete -c find -o quit --description "Exit at once"
complete -c find -o ls --description "List file in ls -dils format" -r
-# Grouping
+# Grouping
complete -c find -o not --description "Negate result of action"
complete -c find -o and -s a --description "Result is only true if both previous and next action are true"
diff --git a/share/completions/flac.fish b/share/completions/flac.fish
index 343ae809..40cd2a47 100644
--- a/share/completions/flac.fish
+++ b/share/completions/flac.fish
@@ -74,7 +74,7 @@ complete -c flac -l no-replay-gain -d "Don't calculate ReplayGain & store in Vor
complete -c flac -l no-residual-gnuplot -d "Don't generate gnuplot files of residual distribution"
complete -c flac -l no-residual-text -d "Don't include residual signal in text output"
complete -c flac -l no-sector-align -d "Don't align multiple files on sector boundaries"
-complete -c flac -l no-seektable
+complete -c flac -l no-seektable
complete -c flac -l no-silent -d "Write runtime encode/decode statistics"
complete -c flac -l no-force -d "Don't force overwriting of output files"
complete -c flac -l no-verify -d "Don't verify a correct encoding"
diff --git a/share/completions/git.fish b/share/completions/git.fish
index 6bc288c9..46a75188 100644
--- a/share/completions/git.fish
+++ b/share/completions/git.fish
@@ -117,7 +117,7 @@ complete -f -c git -n '__fish_git_using_command branch' -s M -d 'Force renaming
complete -f -c git -n '__fish_git_using_command branch' -s a -d 'Lists both local and remote branches'
### cherry-pick
-complete -f -c git -n '__fish_git_needs_command' -a cherry-pick -d 'Apply the change introduced by an existing commit'
+complete -f -c git -n '__fish_git_needs_command' -a cherry-pick -d 'Apply the change introduced by an existing commit'
complete -f -c git -n '__fish_git_using_command cherry-pick' -a '(__fish_git_branches)' -d 'Branch'
# TODO options
diff --git a/share/completions/gpg.fish b/share/completions/gpg.fish
index ce43266c..f4d937ac 100644
--- a/share/completions/gpg.fish
+++ b/share/completions/gpg.fish
@@ -1,5 +1,5 @@
#
-# Completions for the gpg command.
+# Completions for the gpg command.
#
# This program accepts an rather large number of switches. It allows
# you to do things like changing what file descriptor errors should be
@@ -22,7 +22,7 @@
function __fish_complete_gpg_user_id -d "Complete using gpg user ids"
# gpg doesn't seem to like it when you use the whole key name as a
# completion, so we skip the <EMAIL> part and use it a s a
- # description.
+ # description.
gpg --list-keys --with-colon|cut -d : -f 10|sed -ne 's/\(.*\) <\(.*\)>/\1'\t'\2/p'
end
@@ -49,7 +49,7 @@ complete -c gpg -s s -l sign --description "Make a signature"
complete -c gpg -l clearsign --description "Make a clear text signature"
complete -c gpg -s b -l detach-sign --description "Make a detached signature"
complete -c gpg -s e -l encrypt --description "Encrypt data"
-complete -c gpg -s c -l symmetric --description "Encrypt with a symmetric cipher using a passphrase"
+complete -c gpg -s c -l symmetric --description "Encrypt with a symmetric cipher using a passphrase"
complete -c gpg -l store --description "Store only (make a simple RFC1991 packet)"
complete -c gpg -l decrypt --description "Decrypt specified file or stdin"
complete -c gpg -l verify --description "Assume specified file or stdin is sigfile and verify it"
@@ -76,7 +76,7 @@ complete -c gpg -l delete-key -xa "(__fish_complete_gpg_user_id)" --description
complete -c gpg -l delete-secret-key -xa "(__fish_complete_gpg_user_id)" --description "Remove key from the secret and public keyring"
complete -c gpg -l delete-secret-and-public-key -xa "(__fish_complete_gpg_user_id)" --description "Same as --delete-key, but if a secret key exists, it will be removed first"
-complete -c gpg -l gen-revoke -xa "(__fish_complete_gpg_user_id)" --description "Generate a revocation certificate for the complete key"
+complete -c gpg -l gen-revoke -xa "(__fish_complete_gpg_user_id)" --description "Generate a revocation certificate for the complete key"
complete -c gpg -l desig-revoke -xa "(__fish_complete_gpg_user_id)" --description "Generate a designated revocation certificate for a key"
complete -c gpg -l export -xa "(__fish_append , (__fish_complete_gpg_user_id))" --description 'Export all or the given keys from all keyrings'
@@ -91,7 +91,7 @@ complete -c gpg -l recv-keys -xa "(__fish_complete_gpg_key_id)" --description "I
complete -c gpg -l refresh-keys -xa "(__fish_complete_gpg_key_id)" --description "Request updates from a keyserver for keys that already exist on the local keyring"
complete -c gpg -l search-keys -xa "(__fish_append , (__fish_complete_gpg_user_id) )" --description "Search the keyserver for the given names"
complete -c gpg -l update-trustdb --description "Do trust database maintenance"
-complete -c gpg -l check-trustdb --description "Do trust database maintenance without user interaction"
+complete -c gpg -l check-trustdb --description "Do trust database maintenance without user interaction"
complete -c gpg -l export-ownertrust --description "Send the ownertrust values to stdout"
complete -c gpg -l import-ownertrust --description "Update the trustdb with the ownertrust values stored in specified files or stdin"
@@ -137,7 +137,7 @@ complete -c gpg -l bzip2-decompress-lowmem --description "Use a different decomp
complete -c gpg -s t -l textmode --description "Treat input files as text and store them in the OpenPGP canonical text form with standard 'CRLF' line endings"
complete -c gpg -l no-textmode --description "Don't treat input files as text and store them in the OpenPGP canonical text form with standard 'CRLF' line endings"
-complete -c gpg -s n -l dry-run --description "Don't make any changes (this is not completely implemented)"
+complete -c gpg -s n -l dry-run --description "Don't make any changes (this is not completely implemented)"
complete -c gpg -s i -l interactive --description "Prompt before overwrite"
@@ -210,7 +210,7 @@ complete -c gpg -l sig-keyserver-url -x --description "Use specified URL as a pr
complete -c gpg -l set-filename -x --description "Use specified string as the filename which is stored inside messages"
complete -c gpg -l for-your-eyes-only --description "Set the 'for your eyes only' flag in the message"
-complete -c gpg -l no-for-your-eyes-only --description "Clear the 'for your eyes only' flag in the message"
+complete -c gpg -l no-for-your-eyes-only --description "Clear the 'for your eyes only' flag in the message"
complete -c gpg -l use-embedded-filename --description "Create file with name as given in data"
complete -c gpg -l no-use-embedded-filename --description "Don't create file with name as given in data"
diff --git a/share/completions/gprof.fish b/share/completions/gprof.fish
index cbccb628..91ea9ce0 100644
--- a/share/completions/gprof.fish
+++ b/share/completions/gprof.fish
@@ -19,7 +19,7 @@ complete -c gprof -s x -l all-lines --description "Annotate every line"
complete -xc gprof -l demangle --description "Set demangling style"
complete -c gprof -l no-demangle --description "Turn of demangling"
complete -xc gprof -s a -l no-static --description "Supress static functions"
-complete -xc gprof -s c -l static-call-graph
+complete -xc gprof -s c -l static-call-graph
complete -xc gprof -s D -l ignore-non-functions --description "Ignore symbols not known to be functions"
complete -xc gprof -s k -r --description "Delete arcs from callgraph"
complete -xc gprof -s l -l line --description "Line by line profiling"
diff --git a/share/completions/gzip.fish b/share/completions/gzip.fish
index 10c5b8ab..507eb71d 100644
--- a/share/completions/gzip.fish
+++ b/share/completions/gzip.fish
@@ -1,7 +1,7 @@
complete -c gzip -s c -l stdout --description "Compress to stdout"
complete -c gzip -s d -l decompress -x -a "
(
- __fish_complete_suffix .gz
+ __fish_complete_suffix .gz
__fish_complete_suffix .tgz
)
"
diff --git a/share/completions/kill.fish b/share/completions/kill.fish
index c85d983c..724effa6 100644
--- a/share/completions/kill.fish
+++ b/share/completions/kill.fish
@@ -4,7 +4,7 @@ set -l signals
if kill -L ^/dev/null >/dev/null
- # Debian and some related systems use 'kill -L' to write out a numbered list
+ # Debian and some related systems use 'kill -L' to write out a numbered list
# of signals. Use this to complete on both number _and_ on signal name.
complete -c kill -s L --description "List codes and names of available signals"
@@ -12,7 +12,7 @@ if kill -L ^/dev/null >/dev/null
set signals (kill -L | sed -e 's/\([0-9][0-9]*\) *\([A-Z,0-9][A-Z,0-9]*\)/\1 \2\n/g;s/ +/ /g' | sed -e 's/^ //' | sgrep -E '^[^ ]+')
else
-
+
# Posix systems print out the name of a signal using 'kill -l
# SIGNUM', so we use this instead.
@@ -30,7 +30,7 @@ for i in $signals
complete -c kill -o $number -d $name
complete -c kill -o $name -d $name
complete -c kill -o s -x -a \"$number\tSend\ $name\ signal\"
- complete -c kill -o s -x -a \"$name\tSend\ $name\ signal\"
+ complete -c kill -o s -x -a \"$name\tSend\ $name\ signal\"
end
diff --git a/share/completions/make.fish b/share/completions/make.fish
index 0c89d52a..05845e10 100644
--- a/share/completions/make.fish
+++ b/share/completions/make.fish
@@ -5,7 +5,7 @@
# filename completion. Unfortunatly, this turns out to be a bit
# complicated to do.
-set -l is_assignment "commandline -ct|sgrep '..*='"
+set -l is_assignment "commandline -ct|sgrep '..*='"
set -l complete_file_assignment '(commandline -ct)(complete --do-complete=this_command_does_not_exist\ (commandline -ct|sed -e \'s/.*=//\'))'
complete -c make --condition $is_assignment -a $complete_file_assignment
diff --git a/share/completions/modprobe.fish b/share/completions/modprobe.fish
index e6625ab3..f36af1c6 100644
--- a/share/completions/modprobe.fish
+++ b/share/completions/modprobe.fish
@@ -15,7 +15,7 @@ complete -c modprobe -s V -l version --description "Display version and exit"
complete -c modprobe -s f -l force --description "Ignore all version information"
complete -c modprobe -l force-vermagic --description "Ignore version magic information"
complete -c modprobe -l force-modversion --description "Ignore module interface version"
-complete -c modprobe -s l -l list --description "List all modules matching the given wildcard"
+complete -c modprobe -s l -l list --description "List all modules matching the given wildcard"
complete -c modprobe -s a -l all --description "Insert modules matching the given wildcard"
complete -c modprobe -s t -l type --description "Restrict wildcards to specified directory"
complete -c modprobe -s s -l syslog --description "Send error messages through syslog"
diff --git a/share/completions/mplayer.fish b/share/completions/mplayer.fish
index ff894bed..62eaee20 100644
--- a/share/completions/mplayer.fish
+++ b/share/completions/mplayer.fish
@@ -7,19 +7,19 @@
#
set mplayer_lang "
- de\tGerman
- dk\tDanish
- en\tEnglish
+ de\tGerman
+ dk\tDanish
+ en\tEnglish
es\tSpanish
- fi\tFinnish
- fr\tFrench
+ fi\tFinnish
+ fr\tFrench
gr\tGreek
hu\tHungarian
it\tItalian
- jp\tJapanese
- no\tNorwegian
- hu\tHungarian
- pl\tPolish
+ jp\tJapanese
+ no\tNorwegian
+ hu\tHungarian
+ pl\tPolish
pt\tPortugese
se\Swedish
"
diff --git a/share/completions/pacman.fish b/share/completions/pacman.fish
index 89912468..54662f69 100644
--- a/share/completions/pacman.fish
+++ b/share/completions/pacman.fish
@@ -32,9 +32,9 @@ complete -c pacman -n '__fish_contains_opt -s Q' -s l -d 'List all files owned b
complete -c pacman -n '__fish_contains_opt -s Q' -s p -d 'Apply the query to a package file and not to an installed package'
# Remove options
-complete -c pacman -n '__fish_contains_opt -s R' -s c -d 'Remove also the packages that depends on the target packages'
-complete -c pacman -n '__fish_contains_opt -s R' -s k -d 'Remove the database entries only'
-complete -c pacman -n '__fish_contains_opt -s R' -s n -d 'Ignore file backup designations'
+complete -c pacman -n '__fish_contains_opt -s R' -s c -d 'Remove also the packages that depends on the target packages'
+complete -c pacman -n '__fish_contains_opt -s R' -s k -d 'Remove the database entries only'
+complete -c pacman -n '__fish_contains_opt -s R' -s n -d 'Ignore file backup designations'
complete -c pacman -n '__fish_contains_opt -s R' -s s -d 'Remove also the dependencies of the target packages'
# Sync options
@@ -54,6 +54,6 @@ complete -c pacman -n '__fish_contains_opt -s S' -l noprogressbar -d 'Do not sho
# Complete with local packages
complete -c pacman -n '__fish_contains_opt -s A -s F -s U' -a '(__fish_complete_suffix pkg.tar.gz)' -d 'Local package'
# Complete with installed packages
-complete -c pacman -n '__fish_contains_opt -s Q -s R' -a '(pacman -Q | cut --delim " " --fields 1)' -d 'Installed package'
+complete -c pacman -n '__fish_contains_opt -s Q -s R' -a '(pacman -Q | cut --delim " " --fields 1)' -d 'Installed package'
# Complete with packages in the repos
complete -c pacman -n '__fish_contains_opt -s S' -a '(pacman -Sl | cut --delim " " --fields 2 | sort)' -d 'Repo package'
diff --git a/share/completions/ping.fish b/share/completions/ping.fish
index 37ef21ac..1ddebc04 100644
--- a/share/completions/ping.fish
+++ b/share/completions/ping.fish
@@ -13,7 +13,7 @@ complete -c ping -s l --description "Send the specified number of packets withou
complete -c ping -s L --description "Suppress loopback of multicast packets"
complete -c ping -s n --description "Numeric output only"
complete -c ping -s p --description "Pad packet with empty bytes" -x
-complete -c ping -s Q --description "Set Quality of Service -related bits in ICMP datagrams" -x
+complete -c ping -s Q --description "Set Quality of Service -related bits in ICMP datagrams" -x
complete -c ping -s q --description "Quiet mode"
complete -c ping -s R --description "Record route"
complete -c ping -s r --description "Bypass the normal routing tables and send directly to a host on an attached interface"
diff --git a/share/completions/quilt.fish b/share/completions/quilt.fish
index acfc5d78..6bf353cc 100644
--- a/share/completions/quilt.fish
+++ b/share/completions/quilt.fish
@@ -16,7 +16,7 @@ complete -c quilt -a fork -r --no-file -d " Fork the topmost patch"
complete -c quilt -a graph -r --no-file -d "Generate a dot(1) directed graph showing the dependencies between applied patches"
complete -c quilt -a grep -r --no-file -d "Grep through the source files, recursively, skipping patches and quilt meta-information"
complete -c quilt -a header -r --no-file -d " Print or change the header of the topmost or specified patch"
-complete -c quilt -a import -r -d "Import external patches"
+complete -c quilt -a import -r -d "Import external patches"
complete -c quilt -a mail -r -d "Create mail messages from all patches in the series file, and either store or send them"
complete -c quilt -a new -r -d "Create a new patch with the specified file name, and insert it after the topmost patch"
complete -c quilt -a next -r -d "Print the name of the next patch after the specified or topmost patch in the series file"
diff --git a/share/completions/scons.fish b/share/completions/scons.fish
index 5cba1156..5648d3c5 100644
--- a/share/completions/scons.fish
+++ b/share/completions/scons.fish
@@ -12,8 +12,8 @@ complete -c scons -l cache-force -l cache-populate --description 'When using Cac
complete -c scons -l cache-show --description 'When using CacheDir() and retrieving a derived file from the cache, show the command that would have been executed to build the file, instead of the usual report, "Retrieved file from cache'
complete -c scons -l config --description 'This specifies how the Configure call should use or generate the results of configuration tests' -a '
- auto\t"Use normal dependency mechanism"
- force\t"Rerun all tests"
+ auto\t"Use normal dependency mechanism"
+ force\t"Rerun all tests"
cache\t"Take all results from cache"' -x
complete -c scons -s C --description 'Directory, --directory=directory Change to the specified directory before searching for the SCon struct, Sconstruct, or sconstruct file, or doing anything else'
diff --git a/share/completions/sed.fish b/share/completions/sed.fish
index 715d4dee..dd953ac4 100644
--- a/share/completions/sed.fish
+++ b/share/completions/sed.fish
@@ -4,12 +4,12 @@
# Test if we are using GNU sed
-set -l is_gnu
+set -l is_gnu
sed --version >/dev/null ^/dev/null; and set is_gnu --is-gnu
# Shared ls switches
-__fish_gnu_complete -c sed -s n -l quiet --description "Silent mode" $is_gnu
+__fish_gnu_complete -c sed -s n -l quiet --description "Silent mode" $is_gnu
__fish_gnu_complete -c sed -s e -l expression -x --description "Evaluate expression" $is_gnu
__fish_gnu_complete -c sed -s f -l file -r --description "Evalute file" $is_gnu
__fish_gnu_complete -c sed -s i -l in-place --description "Edit files in place" $is_gnu
diff --git a/share/completions/set.fish b/share/completions/set.fish
index 4ff26716..86647e96 100644
--- a/share/completions/set.fish
+++ b/share/completions/set.fish
@@ -22,11 +22,11 @@ function __fish_set_is_color -d 'Test if We are specifying a color value for the
return 0
case '-*'
-
+
case '*'
return 1
end
- end
+ end
return 1
end
@@ -40,11 +40,11 @@ function __fish_set_is_locale -d 'Test if We are specifying a locale value for t
return 0
case '-*'
-
+
case '*'
return 1
end
- end
+ end
return 1
end
diff --git a/share/completions/status.fish b/share/completions/status.fish
index cb404032..dc98703a 100644
--- a/share/completions/status.fish
+++ b/share/completions/status.fish
@@ -7,5 +7,5 @@ complete -c status -l is-login --description "Test if this is a login shell"
complete -c status -l is-full-job-control --description "Test if all new jobs are put under job control"
complete -c status -l is-interactive-job-control --description "Test if only interactive new jobs are put under job control"
complete -c status -l is-no-job-control --description "Test if new jobs are never put under job control"
-complete -c status -s j -l job-control -xa "full interactive none" --description "Set which jobs are out under job control"
+complete -c status -s j -l job-control -xa "full interactive none" --description "Set which jobs are out under job control"
complete -c status -s t -l print-stack-trace --description "Print a list of all function calls leading up to running the current command"
diff --git a/share/completions/su.fish b/share/completions/su.fish
index c75a617e..990a0ae5 100644
--- a/share/completions/su.fish
+++ b/share/completions/su.fish
@@ -2,7 +2,7 @@
complete -x -c su -a "(__fish_complete_users)"
complete -c su -s l -l login --description "Make login shell"
-complete -r -c su -s c -l command --description "Pass command to shell" -xa "(__fish_complete_command)"
+complete -r -c su -s c -l command --description "Pass command to shell" -xa "(__fish_complete_command)"
complete -c su -s f -l fast --description "Pass -f to the shell"
complete -c su -s m -l preserve_environment --description "Preserve environment"
complete -c su -s p --description "Preserve environment"
diff --git a/share/completions/unrar.fish b/share/completions/unrar.fish
index c457936b..a6e0a9ba 100644
--- a/share/completions/unrar.fish
+++ b/share/completions/unrar.fish
@@ -3,9 +3,9 @@
complete -c unrar -a "(__fish_complete_unrar)"
complete -x -c unrar -n '__fish_use_subcommand' -a e --description "Extract files to current directory"
-complete -x -c unrar -n '__fish_use_subcommand' -a l --description "List archive"
-complete -x -c unrar -n '__fish_use_subcommand' -a lt --description "List archive (technical)"
-complete -x -c unrar -n '__fish_use_subcommand' -a lb --description "List archive (bare)"
+complete -x -c unrar -n '__fish_use_subcommand' -a l --description "List archive"
+complete -x -c unrar -n '__fish_use_subcommand' -a lt --description "List archive (technical)"
+complete -x -c unrar -n '__fish_use_subcommand' -a lb --description "List archive (bare)"
complete -x -c unrar -n '__fish_use_subcommand' -a p --description "Print file to stdout"
complete -x -c unrar -n '__fish_use_subcommand' -a t --description "Test archive files"
complete -x -c unrar -n '__fish_use_subcommand' -a v --description "Verbosely list archive"
diff --git a/share/completions/xargs.fish b/share/completions/xargs.fish
index 9858ed55..13948b52 100644
--- a/share/completions/xargs.fish
+++ b/share/completions/xargs.fish
@@ -6,15 +6,15 @@ complete -c xargs -s 0 -l null --description "Input filenames are terminated by
complete -c xargs -s e -l eof --description "Set the end of file string to eof-str"
complete -c xargs -s E -r -f --description "Set the end of file string to eof-str"
complete -c xargs -l help --description "Display help and exit"
-complete -c xargs -s i -l replace --description "Replace replace-str in the initial arguments with names from standard input"
+complete -c xargs -s i -l replace --description "Replace replace-str in the initial arguments with names from standard input"
complete -c xargs -s I -r -f --description "Replace replace-str in the initial arguments with names from standard input"
complete -c xargs -s l -l max-lines --description "Use at most max-lines nonblank input lines per command line"
complete -c xargs -s L -r -f --description "Use at most max-lines nonblank input lines per command line"
complete -c xargs -s n -l max-args -r -f --description "Use at most max-args arguments per command line"
complete -c xargs -s p -l interactive --description "Prompt the user about whether to run each command line and read a line from the terminal"
-complete -c xargs -s r -l no-run-if-empty --description "If the standard input does not contain any nonblanks, do not run the command"
+complete -c xargs -s r -l no-run-if-empty --description "If the standard input does not contain any nonblanks, do not run the command"
complete -c xargs -s s -l max-chars -r -f --description "Use at most max-chars characters per command line"
complete -c xargs -s t -l verbose --description "Print the command line on the standard error output before executing it"
complete -c xargs -l version --description "Display version and exit"
complete -c xargs -s x -l exit --description "Exit if the size is exceeded"
-complete -c xargs -s P -l max-procs -r -f --description "Run up to max-procs processes at a time"
+complete -c xargs -s P -l max-procs -r -f --description "Run up to max-procs processes at a time"
diff --git a/share/completions/xprop.fish b/share/completions/xprop.fish
index 612f42ea..da56ea60 100644
--- a/share/completions/xprop.fish
+++ b/share/completions/xprop.fish
@@ -9,7 +9,7 @@ complete -c xprop -o display --description "Specify X server"
complete -c xprop -o len -x --description "Maximum display length"
complete -c xprop -o notype --description "Do not show property type"
complete -c xprop -o fs -r --description "Set format file"
-complete -c xprop -o frame --description "Select a window by clicking on its frame"
+complete -c xprop -o frame --description "Select a window by clicking on its frame"
complete -c xprop -o remove --description "Remove property" -x -a "
(
xprop -root -notype|cut -d ' ' -f 1|cut -d \t -f 1
diff --git a/share/completions/yum.fish b/share/completions/yum.fish
index 78dcb587..e5a9d20b 100644
--- a/share/completions/yum.fish
+++ b/share/completions/yum.fish
@@ -7,7 +7,7 @@
# Test if completing using package names is appropriate
function __fish_yum_package_ok
for i in (commandline -poc)
- if contains $i update upgrade remove erase
+ if contains $i update upgrade remove erase
return 0
end
end
@@ -27,21 +27,21 @@ complete -c yum -n '__fish_use_subcommand' -xa generate-rss --description "Gener
complete -c yum -n '__fish_yum_package_ok' -a "(__fish_print_packages)"
-complete -c yum -s h -l help --description "Display help and exit"
-complete -c yum -s y --description "Assume yes to all questions"
-complete -c yum -s c --description "Configuration file" -r
-complete -c yum -s d --description "Set debug level" -x
-complete -c yum -s e --description "Set error level" -x
-complete -c yum -s t -l tolerant --description "Be tolerant of errors in commandline"
+complete -c yum -s h -l help --description "Display help and exit"
+complete -c yum -s y --description "Assume yes to all questions"
+complete -c yum -s c --description "Configuration file" -r
+complete -c yum -s d --description "Set debug level" -x
+complete -c yum -s e --description "Set error level" -x
+complete -c yum -s t -l tolerant --description "Be tolerant of errors in commandline"
complete -c yum -s R --description "Set maximum delay between commands" -x
-complete -c yum -s c --description "Run commands from cache"
-complete -c yum -l version --description "Display version and exit"
-complete -c yum -l installroot --description "Specify installroot" -r
-complete -c yum -l enablerepo --description "Enable repository" -r
+complete -c yum -s c --description "Run commands from cache"
+complete -c yum -l version --description "Display version and exit"
+complete -c yum -l installroot --description "Specify installroot" -r
+complete -c yum -l enablerepo --description "Enable repository" -r
complete -c yum -l disablerepo --description "Disable repository" -r
-complete -c yum -l obsoletes --description "Enables obsolets processing logic"
-complete -c yum -l rss-filename --description "Output rss-data to file" -r
-complete -c yum -l exclude --description "Exclude specified package from updates" -a "(__fish_print_packages)"
+complete -c yum -l obsoletes --description "Enables obsolets processing logic"
+complete -c yum -l rss-filename --description "Output rss-data to file" -r
+complete -c yum -l exclude --description "Exclude specified package from updates" -a "(__fish_print_packages)"
complete -c yum -n 'contains list (commandline -poc)' -a all --description 'List all packages'
complete -c yum -n 'contains list (commandline -poc)' -a available --description 'List packages available for installation'