mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Removed unnecessary comments.
This commit is contained in:
parent
0101b39f6c
commit
f49848c8a4
24 changed files with 0 additions and 53 deletions
|
@ -1,5 +1,3 @@
|
|||
# Completions for anamnesis
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c anamnesis -l version -d "Show program's version number and exit"
|
||||
complete -c anamnesis -s h -l help -d "Show a help message and exit"
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Command specific completions for the burp command.
|
||||
# SanskritFritz (gmail)
|
||||
#
|
||||
|
||||
complete -c burp -s u -l user --description 'AUR login username'
|
||||
complete -c burp -s p -l password --description 'AUR login password'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Command specific completions for cower (an Archlinux AUR helper).
|
||||
# Written by SanskritFritz (gmail)
|
||||
|
||||
complete -c cower -f -s b -l 'brief' -d 'Show output in a more script friendly format'
|
||||
complete -c cower -f -s d -l 'download' -d 'Download [twice to fetch dependencies]'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for cp
|
||||
# SanskritFritz (gmail)
|
||||
|
||||
complete -c cp -s a -l archive --description "Same as -dpR"
|
||||
complete -c cp -s b -l backup --description "Make backup of each existing destination file" -a "none off numbered t existing nil simple never"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for duply
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
# First parameter is the profile name, or 'usage'
|
||||
complete --command duply --no-files --condition '__fish_is_first_token' --arguments '(/bin/ls /etc/duply ^/dev/null) (/bin/ls ~/.duply ^/dev/null)' --description 'Profile'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for encfs
|
||||
# SanskritFritz (gmail)
|
||||
|
||||
complete -c encfs -s i -l idle -d "Unmount when idle for specified MINUTES"
|
||||
complete -c encfs -s f -d "Run in the foreground"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Command specific completions for gphoto2
|
||||
# Written by SanskritFritz (gmail)
|
||||
|
||||
#Common options
|
||||
complete -c gphoto2 -s '?'-l 'help' -d 'Print complete help message on program usage'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for journalctl
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
set -l all_units '(systemctl list-unit-files --no-pager --no-legend | while read -l unit_name unit_state; echo -e $unit_name\t$unit_state;end | sed "s/ //g")'
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for ln
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c ln -f -s s -l symbolic -d 'Make symbolic links instead of hard links'
|
||||
complete -c ln -f -l backup -a "none off numbered t existing nil simple never" -d 'Make a backup of each existing destination file'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for locate
|
||||
# Author SanskritFritz (gmail)
|
||||
|
||||
complete -c locate -s A -l 'all' -d 'Match all non-option arguments'
|
||||
complete -c locate -s b -l 'basename' -d 'Match against the base name of the file'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for the logkeys command.
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c logkeys -s s -l start -d 'Starts the keylogging daemon'
|
||||
complete -c logkeys -s k -l kill -d 'Terminates the logkeys daemon'
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Completions for makepkg 4, the Archlinux utility to build packages from source
|
||||
# Author: Giorgio Lando <patroclo7@gmail.com>
|
||||
# SanskritFritz (gmail)
|
||||
|
||||
complete -c makepkg -l 'asroot' -d 'Allow makepkg to run as root'
|
||||
complete -c makepkg -s A -l 'ignorearch' -d 'Ignore missing or incomplete arch field'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for mc
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c mc -s a -l stickchars -d 'No graphic chars for line drawing'
|
||||
complete -c mc -s b -l nocolor -d 'Force black and white display'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# Command specific completions for meat (an Archlinux AUR helper).
|
||||
# Written by SanskritFritz (gmail)
|
||||
|
||||
set -l listinstalled "(pacman -Qm | tr ' ' \t)"
|
||||
set -l listall "(pacman -Sl | cut --delim ' ' --fields 2- | tr ' ' \t)"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for obnam
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
set -l nocommand 'commandline | not sgrep -qe "add-key\|backup\|client-keys\|clients\|diff\|dump-repo\|force-lock\|forget\|fsck\|generations\|genids\|list-keys\|list-toplevels\|ls\|mount\|nagios-last-backup-age\|remove-client\|remove-key\|restore\|verify"'
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for pacman-key
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c pacman-key -s a -l 'add' -d 'Add or update keys from <file>'
|
||||
complete -c pacman-key -l 'config' -d 'Use an alternate config <file>'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for the pbget command.
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c pbget -l abs --description 'Use the ABS tree'
|
||||
complete -c pbget -l arch --description 'Set the desired package architecture'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for pdftotext
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c pdftotext -s f -d "First page to convert"
|
||||
complete -c pdftotext -s l -d "Last page to convert"
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Completions for the readlink command.
|
||||
# SanskritFritz (gmail)
|
||||
#
|
||||
|
||||
complete -c readlink -s f -l canonicalize --description 'Canonicalize, follow symlinks, last can be missing'
|
||||
complete -c readlink -s e -l canonicalize-existing --description 'Canonicalize, follow symlinks, none can be missing'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Command specific completions for the scrot command.
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c scrot -s h -l help --description 'Display help and exit'
|
||||
complete -c scrot -s v -l version --description 'Display version information and exit'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for seq.
|
||||
# Author: SanskritFritz (gmail)
|
||||
|
||||
complete -c seq -s f -l format -d 'Use printf style floating-point FORMAT'
|
||||
complete -c seq -s s -l separator -d 'Use STRING to separate numbers'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Completions for sort
|
||||
# SanskritFritz (gmail)
|
||||
|
||||
complete -c sort -s b -l ignore-leading-blanks --description "Ignore leading blanks"
|
||||
complete -c sort -s d -l dictionary-order --description "Consider only blanks and alphanumerics"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Completions for timeout
|
||||
# SanskritFritz (gmail)
|
||||
|
||||
complete -c timeout -l foreground -d 'Run COMMAND in the foreground'
|
||||
complete -c timeout -s k -l kill-after -d 'Send a KILL signal after DURATION'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Fish shell completions for transmission-remote
|
||||
# Written by SanskritFritz (gmail)
|
||||
|
||||
complete -c transmission-remote -s a -l add --description 'Add torrents to transmission'
|
||||
complete -c transmission-remote -s b -l debug --description 'Enable debugging mode'
|
||||
|
|
Loading…
Reference in a new issue