From f49848c8a4f1a5b35794fd69402d1557a6fe296c Mon Sep 17 00:00:00 2001 From: SanskritFritz Date: Mon, 7 Apr 2014 12:33:43 +0200 Subject: Removed unnecessary comments. --- share/completions/anamnesis.fish | 2 -- share/completions/burp.fish | 4 ---- share/completions/cower.fish | 2 -- share/completions/cp.fish | 2 -- share/completions/duply.fish | 2 -- share/completions/encfs.fish | 2 -- share/completions/gphoto2.fish | 2 -- share/completions/journalctl.fish | 2 -- share/completions/ln.fish | 2 -- share/completions/locate.fish | 2 -- share/completions/logkeys.fish | 2 -- share/completions/makepkg.fish | 3 --- share/completions/mc.fish | 2 -- share/completions/meat.fish | 1 - share/completions/obnam.fish | 2 -- share/completions/pacman-key.fish | 2 -- share/completions/pbget.fish | 2 -- share/completions/pdftotext.fish | 2 -- share/completions/readlink.fish | 4 ---- share/completions/scrot.fish | 2 -- share/completions/seq.fish | 2 -- share/completions/sort.fish | 2 -- share/completions/timeout.fish | 3 --- share/completions/transmission-remote.fish | 2 -- 24 files changed, 53 deletions(-) (limited to 'share') diff --git a/share/completions/anamnesis.fish b/share/completions/anamnesis.fish index 8024af4c..70bd7dba 100644 --- a/share/completions/anamnesis.fish +++ b/share/completions/anamnesis.fish @@ -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" diff --git a/share/completions/burp.fish b/share/completions/burp.fish index c2997230..5c57c775 100644 --- a/share/completions/burp.fish +++ b/share/completions/burp.fish @@ -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' diff --git a/share/completions/cower.fish b/share/completions/cower.fish index ecc9bea1..89b0254c 100644 --- a/share/completions/cower.fish +++ b/share/completions/cower.fish @@ -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]' diff --git a/share/completions/cp.fish b/share/completions/cp.fish index 8b161585..61bcdee0 100644 --- a/share/completions/cp.fish +++ b/share/completions/cp.fish @@ -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" diff --git a/share/completions/duply.fish b/share/completions/duply.fish index 10c3c31b..1de4bc75 100644 --- a/share/completions/duply.fish +++ b/share/completions/duply.fish @@ -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' diff --git a/share/completions/encfs.fish b/share/completions/encfs.fish index 6034f42f..9deabcfd 100644 --- a/share/completions/encfs.fish +++ b/share/completions/encfs.fish @@ -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" diff --git a/share/completions/gphoto2.fish b/share/completions/gphoto2.fish index d4469f70..00285ead 100644 --- a/share/completions/gphoto2.fish +++ b/share/completions/gphoto2.fish @@ -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' diff --git a/share/completions/journalctl.fish b/share/completions/journalctl.fish index e0081507..a9ef1ce2 100644 --- a/share/completions/journalctl.fish +++ b/share/completions/journalctl.fish @@ -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")' diff --git a/share/completions/ln.fish b/share/completions/ln.fish index c15d9162..e9ce1ab7 100644 --- a/share/completions/ln.fish +++ b/share/completions/ln.fish @@ -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' diff --git a/share/completions/locate.fish b/share/completions/locate.fish index a932783f..04aea4dd 100644 --- a/share/completions/locate.fish +++ b/share/completions/locate.fish @@ -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' diff --git a/share/completions/logkeys.fish b/share/completions/logkeys.fish index 7833eb8c..62ce1494 100644 --- a/share/completions/logkeys.fish +++ b/share/completions/logkeys.fish @@ -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' diff --git a/share/completions/makepkg.fish b/share/completions/makepkg.fish index 0443a64c..c811f463 100644 --- a/share/completions/makepkg.fish +++ b/share/completions/makepkg.fish @@ -1,6 +1,3 @@ -# Completions for makepkg 4, the Archlinux utility to build packages from source -# Author: Giorgio Lando -# 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' diff --git a/share/completions/mc.fish b/share/completions/mc.fish index bb49e337..0905db28 100644 --- a/share/completions/mc.fish +++ b/share/completions/mc.fish @@ -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' diff --git a/share/completions/meat.fish b/share/completions/meat.fish index 09964fe7..8e33c3c3 100644 --- a/share/completions/meat.fish +++ b/share/completions/meat.fish @@ -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)" diff --git a/share/completions/obnam.fish b/share/completions/obnam.fish index 87e615e3..4bad90d0 100644 --- a/share/completions/obnam.fish +++ b/share/completions/obnam.fish @@ -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"' diff --git a/share/completions/pacman-key.fish b/share/completions/pacman-key.fish index be69bc24..2f2fbc4f 100644 --- a/share/completions/pacman-key.fish +++ b/share/completions/pacman-key.fish @@ -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 ' complete -c pacman-key -l 'config' -d 'Use an alternate config ' diff --git a/share/completions/pbget.fish b/share/completions/pbget.fish index 581c0ce0..75b1b063 100644 --- a/share/completions/pbget.fish +++ b/share/completions/pbget.fish @@ -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' diff --git a/share/completions/pdftotext.fish b/share/completions/pdftotext.fish index f7ae4286..9ef0691a 100644 --- a/share/completions/pdftotext.fish +++ b/share/completions/pdftotext.fish @@ -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" diff --git a/share/completions/readlink.fish b/share/completions/readlink.fish index 692892db..e2ada369 100644 --- a/share/completions/readlink.fish +++ b/share/completions/readlink.fish @@ -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' diff --git a/share/completions/scrot.fish b/share/completions/scrot.fish index e09d5c01..8e77ceab 100644 --- a/share/completions/scrot.fish +++ b/share/completions/scrot.fish @@ -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' diff --git a/share/completions/seq.fish b/share/completions/seq.fish index 2d4b2903..eaf54761 100644 --- a/share/completions/seq.fish +++ b/share/completions/seq.fish @@ -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' diff --git a/share/completions/sort.fish b/share/completions/sort.fish index a9f665ae..512ad826 100644 --- a/share/completions/sort.fish +++ b/share/completions/sort.fish @@ -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" diff --git a/share/completions/timeout.fish b/share/completions/timeout.fish index 6f40e685..a1e60768 100644 --- a/share/completions/timeout.fish +++ b/share/completions/timeout.fish @@ -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' diff --git a/share/completions/transmission-remote.fish b/share/completions/transmission-remote.fish index a5c662e1..f72e8895 100644 --- a/share/completions/transmission-remote.fish +++ b/share/completions/transmission-remote.fish @@ -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' -- cgit v1.2.3