fish-shell/share/completions
Fabian Homborg 016d83c3fc completions/git: Handle MM files
These are files with staged modifications, and additional unstaged
ones.

In practice what happened was that you ran

   git add somefile

then editted it some more and tried to

   git add <TAB>

which didn't offer it anymore.

Now, we offer it if either modified or modified-staged is set.

Currently modified-staged isn't ever set alone, but through
all-staged, so we still need to keep offering the file then.

(This shows that the current switch/case might have some holes)

Fixes #5648.

[ci skip]
2019-02-12 16:59:44 +01:00
..
a2disconf.fish Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site} 2015-06-26 16:14:01 +08:00
a2dismod.fish Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site} 2015-06-26 16:14:01 +08:00
a2dissite.fish Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site} 2015-06-26 16:14:01 +08:00
a2enconf.fish Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site} 2015-06-26 16:14:01 +08:00
a2enmod.fish Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site} 2015-06-26 16:14:01 +08:00
a2ensite.fish Add completions for Debian's Apache tools, a2{en,dis}{mod,conf,site} 2015-06-26 16:14:01 +08:00
abbr.fish Fix escaping in abbr --erase completions 2016-07-26 15:23:02 +02:00
abook.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
acat.fish Normalize atool completions 2015-07-20 15:19:02 -07:00
accept.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
ack.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
acpi.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
adb.fish Don't test with one argument 2019-01-27 15:38:03 +01:00
adduser.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
adiff.fish Normalize atool completions 2015-07-20 15:19:02 -07:00
als.fish Normalize atool completions 2015-07-20 15:19:02 -07:00
alsactl.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
alsamixer.fish Add alsamixer autocomplete 2016-06-07 16:50:28 +02:00
amixer.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
and.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
animate.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
ansible-galaxy.fish Ansible completions (#4697) 2018-02-06 17:53:23 +01:00
ansible-playbook.fish Ansible completions (#4697) 2018-02-06 17:53:23 +01:00
ansible-vault.fish Ansible completions (#4697) 2018-02-06 17:53:23 +01:00
ansible.fish Ansible completions (#4697) 2018-02-06 17:53:23 +01:00
ant.fish Redo ant completions 2019-01-23 18:00:21 -06:00
apack.fish Normalize atool completions 2015-07-20 15:19:02 -07:00
apm.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
apropos.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
apt-build.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-cache.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-cdrom.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-config.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-extracttemplates.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-file.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-ftparchive.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-get.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-key.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-listbugs.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-listchanges.fish Improved french translations; minor completion corrections 2017-11-23 11:02:32 +01:00
apt-mark.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-move.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-proxy-import.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-rdepends.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-setup.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-show-source.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-show-versions.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-sortpkgs.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-spy.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-src.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-zip-inst.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt-zip-list.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
apt.fish Rename string escape --style=pcre2 to string escape --style=regex 2018-11-16 20:22:06 -06:00
aptitude.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
arc.fish Add completions for Arcanist (#3256) 2016-08-03 15:08:22 +02:00
arepack.fish Normalize atool completions 2015-07-20 15:19:02 -07:00
arp.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
as.fish Add as completions 2017-06-18 23:10:23 -07:00
asp.fish Improve asp's package completion 2016-05-19 14:52:38 +02:00
at.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
atd.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
atom.fish Update to handle latest Atom options (#4801) 2018-03-13 14:12:35 +01:00
atool.fish a step to remove __fish_sgrep per issue #2450 2017-04-15 20:23:48 -07:00
atq.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
atrm.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
aunpack.fish Normalize atool completions 2015-07-20 15:19:02 -07:00
aura.fish pacman-ish completions: Complete files for -Qo and -Qp 2017-09-05 16:56:47 +02:00
awk.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
badblocks.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
base64.fish Add base64 completions 2016-12-21 14:51:48 +01:00
bb-wrapper.fish Completions for bb-wrapper and powerpill 2018-03-10 18:31:29 +01:00
bc.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
bd.fish Create bd.fish 2017-11-26 19:21:37 -08:00
bg.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
bind.fish Remove __fish_bind_test* functions 2019-01-26 19:16:06 +01:00
bison.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
block.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
bower.fish Correct bower and yarn completions 2018-04-20 09:12:34 -05:00
break.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
brew.fish brew.fish: Add update-reset subcommand completion (#5608) 2019-02-01 18:02:05 +01:00
btdownloadcurses.py.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
btdownloadheadless.py.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
builtin.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
bundle.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
bunzip2.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
busctl.fish completions/busctl: Port to argparse 2018-11-12 18:53:30 +01:00
bzcat.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
bzip2.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
bzip2recover.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
bzr.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
cabal-dev.fish Normalize cabal* completion 2015-09-28 16:08:01 +02:00
cabal.fish Normalize cabal* completion 2015-09-28 16:08:01 +02:00
caddy.fish Add completions for caddy 2017-05-04 15:09:29 +02:00
caffeinate.fish add caffeinate completion, see #3525 2016-11-06 05:43:45 -08:00
cancel.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
canto.fish Fix canto completion 2013-07-19 09:28:05 +02:00
cargo.fish Update cargo completion (#5172) 2018-09-07 15:29:48 +02:00
castnow.fish Add castnow completions 2017-01-19 21:59:59 -08:00
cat.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
cd.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
cdh.fish implement cdh command 2017-07-05 13:25:18 -07:00
cdrecord.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
chgrp.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
chmod.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
chown.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
chsh.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
clang++.fish Add dynamic clang completions via clang --autocomplete 2018-10-24 23:14:55 -05:00
clang.fish Add dynamic clang completions via clang --autocomplete 2018-10-24 23:14:55 -05:00
climate.fish Improved french translations; minor completion corrections 2017-11-23 11:02:32 +01:00
colordiff.fish Normalize *diff completions 2015-07-20 15:19:03 -07:00
colorsvn.fish Normalize svn completion 2015-07-20 15:19:02 -07:00
combine.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
command.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
commandline.fish Remove __fish_commandline_test function 2019-01-26 19:16:12 +01:00
compare.fish Squashed commit of the following: 2013-04-01 10:49:02 -07:00
complete.fish Clean up some language and fix bogus escape in complete.fish 2018-12-03 23:14:01 -08:00
composer.fish Add script completion for composer 2017-10-05 10:47:34 +02:00
composer.phar.fish Add Composer completion 2014-10-26 22:04:47 +08:00
composite.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
conda.fish Completion for conda, the package manager (#4837) 2018-03-26 17:07:23 +02:00
configure.fish Fix completion of directories for configure 2019-01-17 10:13:27 +01:00
conjure.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
connmanctl.fish Delete trailing spaces 2017-01-15 14:57:21 -08:00
continue.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
convert.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
cower.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
cowsay.fish Add command specific comlpetions for cowsay 2007-10-29 09:06:20 +10:00
cowthink.fish Add command specific comlpetions for cowthink 2007-10-29 09:08:07 +10:00
cp.fish cp completions: Give not-GNU cp the floam treatment 2018-11-25 01:45:45 -08:00
cupsaccept.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
cupsdisable.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
cupsenable.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
cupsreject.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
curl.fish Add partial completions for curl, supporting @file syntax 2018-06-18 23:56:22 -05:00
cut.fish Fix cut completion (#5069) 2018-06-23 15:30:31 -07:00
cvs.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
cygport.fish Update cygport completions 2017-11-08 22:19:52 +01:00
darcs.fish modernize darcs completion 2018-07-28 13:10:13 -07:00
date.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
dconf.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
dd.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
defaults.fish defaults completions: shorten and improve brevity 2016-10-22 12:37:00 -07:00
df.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
dhcpcd.fish Add dhcpcd completions 2017-06-10 14:05:38 +02:00
diff.fish Add --color completion for diff 2018-10-02 18:51:14 +02:00
dig.fish add dig completion 2016-11-04 22:19:55 +01:00
diskutil.fish diskutil.fish: added apfs completions, and tweaks to old ones 2018-01-23 19:25:12 +01:00
display.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
djview.fish * __fish_complete_subcommand_root now passes arguments to 2011-09-23 12:24:21 +04:00
djview4.fish * __fish_complete_subcommand_root now passes arguments to 2011-09-23 12:24:21 +04:00
dlocate.fish * __fish_complete_subcommand_root now passes arguments to 2011-09-23 12:24:21 +04:00
dmesg.fish pacmatic and dmesg completions 2012-07-16 10:03:01 +08:00
dnf.fish adds dnf completions for package installs 2015-12-29 14:48:09 +01:00
doas.fish Add completions for openbsd's doas (#5196) 2018-09-25 12:31:46 +02:00
docker.fish docker completions: add dummy file noting they are upstream 2018-07-08 21:38:08 +08:00
dpkg-reconfigure.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
dpkg.fish Update dpkg completions to complete commonly used options 2016-03-06 21:29:09 +08:00
dropbox.fish Delete trailing spaces 2017-01-15 14:57:21 -08:00
du.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
duply.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
dvipdf.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
dvipdfm.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
ebuild.fish Update ebuild.fish 2018-04-25 15:46:15 +02:00
echo.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
egrep.fish Normalize *grep completions 2015-07-20 15:19:03 -07:00
eix-sync.fish complete-eik-and-friends.dpatch 2006-11-11 01:59:25 +10:00
eix.fish complete-eik-and-friends.dpatch 2006-11-11 01:59:25 +10:00
elatex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
elixir.fish adding elixir, iex, mix completions 2013-12-24 12:43:38 +08:00
emacs.fish Fix typo in emacs completions 2018-04-09 00:46:35 +02:00
emaint.fish revisit gentoo-related completions (#4758) 2018-03-23 19:42:30 +01:00
emerge.fish revisit gentoo-related completions (#4758) 2018-03-23 19:42:30 +01:00
encfs.fish Removed unnecessary comments. 2014-05-03 12:30:41 -07:00
entr.fish Added completions for entr 2015-09-02 13:59:25 +02:00
env.fish [completions/env] Argparsify 2018-10-02 19:31:30 +02:00
eopkg.fish Improve eopkg completions by using the --installed flag (#5089) 2018-07-09 23:21:44 -07:00
equery.fish add completion for 'equery files' filter switch 2018-04-25 15:46:15 +02:00
eselect.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
etex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
eval.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
evince.fish Add completions for evince 2007-04-19 08:48:01 +10:00
exec.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
exercism.fish Add exercism completion 2017-12-11 10:44:06 +01:00
exit.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
expand.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
ezjail-admin.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
fab.fish Use __fish_complete_user_at_hosts 2017-07-05 16:24:45 +02:00
feh.fish Add feh completions 2016-12-21 14:45:02 +01:00
fg.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
fgrep.fish Normalize *grep completions 2015-07-20 15:19:03 -07:00
figlet.fish Delete trailing spaces 2017-01-15 14:57:21 -08:00
file.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
find.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
fish.fish Drastically improve fish completions 2019-02-09 22:48:15 -08:00
fish_indent.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
flac.fish Remove stray "=" from completions. 2016-05-19 14:29:04 +02:00
flatpak.fish Coalesce string trim and string match in flatpak completions 2017-10-11 06:23:02 +02:00
fluxbox-remote.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
fossil.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
ftp.fish ftp: add support for ftp and pftp 2013-04-07 16:49:46 -07:00
funced.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
funcsave.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
function.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
functions.fish Allow functions -e completions to complete hidden __fish functions 2018-06-27 14:42:42 -05:00
fuser.fish Squashed commit of the following: 2013-04-01 10:49:02 -07:00
fusermount.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
gcc.fish [completions/gcc] Improve wording 2018-06-01 20:16:23 +02:00
gdb.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
gem.fish Replace deprecated options with newly introduced options for gem. 2019-01-01 14:28:13 +01:00
git.fish completions/git: Handle MM files 2019-02-12 16:59:44 +01:00
go.fish completions: [go] Lookup pkgs from GOPATH 2018-06-13 15:33:29 +02:00
godoc.fish Add help option completions for godoc, gofmt, goimports, golint, gorename 2016-06-08 17:21:16 +02:00
gofmt.fish Add help option completions for godoc, gofmt, goimports, golint, gorename 2016-06-08 17:21:16 +02:00
goimports.fish Add help option completions for godoc, gofmt, goimports, golint, gorename 2016-06-08 17:21:16 +02:00
golint.fish Add help option completions for godoc, gofmt, goimports, golint, gorename 2016-06-08 17:21:16 +02:00
gorename.fish Add help option completions for godoc, gofmt, goimports, golint, gorename 2016-06-08 17:21:16 +02:00
gpasswd.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
gpg.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
gphoto2.fish Fix syntax error in gphoto2 completions 2017-05-15 21:53:56 -07:00
gprof.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
gradle.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
grep.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
groupadd.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
grub-file.fish Add grub-file completions 2017-06-14 12:41:38 +02:00
grub-install.fish Add grub-install completions 2017-06-14 12:41:38 +02:00
grunt.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
gsettings.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
gunzip.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
gv.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
gvim.fish Refactor *vi* completions, add nvim wrapper 2015-09-23 12:59:05 +02:00
gvimdiff.fish Refactor *vi* completions, add nvim wrapper 2015-09-23 12:59:05 +02:00
gzip.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
head.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
helm.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
help.fish Remove a "common fish problems" section in the docs 2018-05-06 11:19:58 -07:00
heroku.fish Update completions for heroku pg:backups 2017-07-22 11:08:15 +02:00
hg.fish hg completion: complete directories for --cwd 2018-08-16 19:26:29 +08:00
highlight.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
history.fish Add completion for --case-sensitive flag to history 2018-04-14 21:45:25 -07:00
hjson.fish Add completions for hjson 2018-07-30 14:38:00 -05:00
htop.fish Improve htop completion 2017-01-31 15:52:55 -08:00
hugo.fish Create Hugo completion (#4529) 2017-11-12 21:03:11 -08:00
i3-msg.fish Add i3-msg completions 2017-01-28 19:48:57 +01:00
iconv.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
id.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
identify.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
iex.fish adding elixir, iex, mix completions 2013-12-24 12:43:38 +08:00
ifconfig.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ifdata.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
ifdown.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ifup.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
import.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
invoke-rc.d.fish adds completion for Debian's invoke-rc.d command 2009-02-05 05:17:57 +10:00
ip.fish completions/ip: Restyle 2018-11-12 16:28:24 +01:00
ipset.fish Completions for ipset 2017-04-01 01:52:05 +02:00
iptables.fish Stringify a few more completions 2019-01-26 19:29:25 +01:00
j.fish Erase default autojump completions in j.fish completions 2018-04-14 23:23:33 -05:00
jbake.fish Create completion for JBake 2018-03-15 21:59:23 +08:00
jest.fish Aucompletion for jest CLI 2017-06-19 23:27:22 -07:00
jhipster.fish Create jhipster.fish 2017-11-26 19:21:46 -08:00
jobs.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
journalctl.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
jq.fish Add jq completions 2017-02-02 23:07:54 +01:00
kcmshell5.fish Add completions for kcmshell5 2016-01-09 18:58:03 +01:00
kdeconnect-cli.fish Add completions for kdeconnect-cli (KDE Connect) 2017-08-30 00:07:07 -07:00
kill.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
killall.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
kitchen.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
kitty.fish Add completions for kitty terminal 2018-10-14 16:32:49 -05:00
kldload.fish Include whatis description for kernel modules in kldload completions 2018-06-27 14:38:51 -05:00
kldunload.fish Add completions for FreeBSD's kldunload 2018-06-27 14:14:40 -05:00
la.fish Normalize ls completions and bring them up-to-date 2015-09-26 11:40:04 +02:00
latex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
latexmk.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
launchctl.fish Adding subcommand completions for launchctl 2016-12-28 18:39:25 +01:00
lein.fish Completions: Don't check $cmd[1] 2015-08-17 12:29:03 +02:00
less.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
light.fish Add light completions 2017-01-21 00:33:58 +01:00
ll.fish Normalize ls completions and bring them up-to-date 2015-09-26 11:40:04 +02:00
ln.fish Fix ln file completion 2017-06-01 19:06:32 -07:00
localectl.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
locate.fish Removed unnecessary comments. 2014-05-03 12:30:41 -07:00
logkeys.fish Removed unnecessary comments. 2014-05-03 12:30:41 -07:00
lp.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lpadmin.fish add file readability-test 2018-04-09 01:09:49 +02:00
lpinfo.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lpmove.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lpoptions.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lppasswd.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lpq.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lpr.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lprm.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lpstat.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
ls.fish Fix switch statement 2018-11-25 07:50:10 -08:00
lsblk.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lscpu.fish Add lscpu completions 2016-06-08 13:40:27 +02:00
lsof.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
lsusb.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
lua.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
lualatex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
lunchy.fish Add completions for lunchy (Service launcher for OSX) 2013-06-02 00:27:07 -07:00
lxc.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
lxpanel.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
m4.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
machinectl.fish Remove -A and --autoritative from completions 2016-12-20 17:16:22 -08:00
magento.fish Fix stray quote in magento completions 2017-06-07 11:35:12 +02:00
make.fish [make completions] Reenable files if token contains "=" 2018-05-12 18:52:51 +02:00
makedepend.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
makensis.fish fixup! add makensis (#5242) 2018-10-16 13:50:42 -05:00
makepkg.fish Update pacman/makepkg completions for pacman 5 2016-02-02 09:23:23 +01:00
man.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
math.fish add a simple 'math' completion 2018-11-25 05:13:14 -08:00
mc.fish Removed unnecessary comments. 2014-05-03 12:30:41 -07:00
md5sum.fish Normalize *sum (md5sum et al) completions 2015-07-20 15:19:03 -07:00
mdadm.fish Added translations for mdadm completions (#4587) 2017-12-12 22:24:02 +01:00
mdbook.fish Add mdbook completions 2016-09-16 19:23:22 +02:00
mddiagnose.fish Improved french translations; minor completion corrections 2017-11-23 11:02:32 +01:00
mdfind.fish add mdfind completion 2016-11-06 05:43:45 -08:00
mdimport.fish add mdimport completion 2016-11-06 05:43:45 -08:00
mdls.fish add mdls completion 2016-11-06 05:43:45 -08:00
mdutil.fish add mdutil completion 2016-11-06 05:43:45 -08:00
meson.fish Simplify argument completions for ttx and meson 2018-05-13 20:00:58 -05:00
minikube.fish Rename string escape --style=pcre2 to string escape --style=regex 2018-11-16 20:22:06 -06:00
mix.fish Update mix completion 2015-10-20 17:10:41 +02:00
mkdir.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
mkdocs.fish Add completion for MkDocs (#4906) 2018-04-25 15:45:48 +02:00
mkdosfs.fish Add mkdosfs completions 2017-05-08 19:16:06 +02:00
mkfs.fat.fish Add mkdosfs completions 2017-05-08 19:16:06 +02:00
mkfs.vfat.fish Add mkdosfs completions 2017-05-08 19:16:06 +02:00
mkinitcpio.fish Stringify mkinitcpio completions 2017-03-21 01:31:26 +01:00
mktemp.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
mkvextract.fish Delete trailing spaces 2017-01-15 14:57:21 -08:00
mocha.fish added mocha.fish 2017-02-08 14:22:30 -08:00
mocp.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
modinfo.fish completions/modinfo: Don't check uname 2019-01-01 13:57:32 +01:00
modprobe.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
mogrify.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
montage.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
mosh.fish Use __fish_complete_user_at_hosts 2017-11-08 12:59:31 +01:00
mount.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
mplayer.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
msgfmt.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
mupdf.fish * __fish_complete_subcommand_root now passes arguments to 2011-09-23 12:24:21 +04:00
mutt.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
mv.fish mv completions: Correctness improvements and updates for GNU, BSD, Solaris mv 2018-11-24 23:32:44 -08:00
mvn.fish fix 'grep ... | sed' 2018-04-09 01:09:49 +02:00
namei.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
native2ascii.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ncdu.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
netcat.fish Add netcat completions, written by James Stanley 2009-02-02 02:04:11 +10:00
netctl-auto.fish Fix netctl-auto completions 2016-12-21 14:51:48 +01:00
netctl.fish Remove using_command from netctl completions 2016-04-30 16:53:20 +02:00
networkctl.fish Add networkctl completion 2016-05-19 14:50:25 +02:00
nextd.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ngrok.fish Add: ngrok completions (#4642) 2018-01-05 15:30:58 +01:00
nice.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ninja.fish completions: ninja: "ninja -f" should be followed by a *.ninja file. 2018-09-07 08:00:37 +00:00
nl.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
nm.fish Remove stray "=" from completions. 2016-05-19 14:29:04 +02:00
nmcli.fish Update nmcli completions 2016-12-14 17:06:10 +01:00
node.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
not.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
npm.fish Share code between yarn and npm completions 2019-01-10 23:12:49 -06:00
nvim.fish Refactor *vi* completions, add nvim wrapper 2015-09-23 12:59:05 +02:00
nvram.fish add nvram completion 2016-11-06 05:43:45 -08:00
objdump.fish Add objdump completions 2016-12-21 14:51:48 +01:00
obnam.fish obnam completions: use $hostname instead of (hostname) 2018-11-13 15:49:03 -08:00
oggenc.fish Remove stray "=" from completions. 2016-05-19 14:29:04 +02:00
omega.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
opam.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
open.fish Fix fish-shell issue #4996: open -a works now on non-english installs 2018-05-20 21:14:10 +08:00
openocd.fish Add completions for openocd 2018-11-07 20:08:16 -06:00
opkg.fish fix OpenWrt and opkg support (#5454) 2018-12-31 16:48:03 +01:00
optipng.fish Completions for optipng 2018-05-06 18:55:12 -05:00
or.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
p4.fish Remove test invocations with implicit -n tests 2018-05-17 13:24:26 +02:00
pacaur.fish pacaur: recognize *.pkg.tar as valid package extension 2018-09-11 13:26:27 +02:00
pacman-color.fish pacman completion: Turn into regular completion 2015-07-19 18:03:01 -07:00
pacman-key.fish Removed unnecessary comments. 2014-05-03 12:30:41 -07:00
pacman.fish pacman: Recognize *.pkg.tar as valid package extension (#5005) 2018-05-26 15:41:46 -07:00
pacmatic.fish pacman completion: Turn into regular completion 2015-07-19 18:03:01 -07:00
pacmd.fish Add completions for Pulseaudio's pacmd 2016-01-14 23:31:17 +01:00
pacsrv.fish pacman completion: Turn into regular completion 2015-07-19 18:03:01 -07:00
pactl.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
pactree.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
pandoc.fish Correct pandoc data directory path in completions 2018-11-07 18:34:50 +00:00
passwd.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
patch.fish improve GNU patch completions 2019-01-21 22:37:45 -08:00
pbget.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
pdfelatex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
pdfetex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
pdflatex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
pdftex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
pdftotext.fish Removed unnecessary comments. 2014-05-03 12:30:41 -07:00
perl.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
pfctl.fish add OpenBSD pfctl completion 2017-12-12 19:18:57 +01:00
pftp.fish ftp: add support for ftp and pftp 2013-04-07 16:49:46 -07:00
pgrep.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
pine.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ping.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
pinky.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
pip.fish [pip* completions] Silence stderr 2018-05-03 11:32:18 +02:00
pip2.fish [pip* completions] Silence stderr 2018-05-03 11:32:18 +02:00
pip3.fish [pip* completions] Silence stderr 2018-05-03 11:32:18 +02:00
pipenv.fish [pip* completions] Silence stderr 2018-05-03 11:32:18 +02:00
pkg-config.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
pkg.fish Add completions for pkg [info|show|list] 2018-12-23 20:06:25 -06:00
pkg_add.fish add pkg_add completions for OpenBSD 2017-12-12 19:19:01 +01:00
pkg_delete.fish add pkg_delete completions for OpenBSD 2017-12-12 19:19:01 +01:00
pkg_info.fish add pkg_info completions for OpenBSD 2017-12-12 19:19:01 +01:00
pkgadd.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +10:00
pkgfile.fish Introduce __fish_print_pacman_repos helper 2015-09-25 13:37:39 +02:00
pkginfo.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +10:00
pkgmk.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +10:00
pkgrm.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +10:00
pkill.fish do not execute external command in pkill completions (#4586) 2017-12-10 21:56:29 -08:00
poff.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
pon.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
port.fish add completion for MacPorts 2018-02-24 23:32:25 +08:00
portmaster.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ports.fish Completions for ports, a tool for port management in CRUX linux 2007-08-04 21:09:16 +10:00
poweroff.fish Add poweroff autocomplete 2016-06-07 16:50:28 +02:00
powerpill.fish Completions for bb-wrapper and powerpill 2018-03-10 18:31:29 +01:00
prevd.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
prt-get.fish Move prt-get functions into the completion script 2019-01-26 19:16:25 +01:00
ps.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ps2pdf.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
psql.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
pstack.fish add pstack completion 2018-08-06 23:20:55 -07:00
psub.fish add more options to psub completion 2018-07-22 15:23:16 -07:00
pushd.fish Revert "Switch to bare vars in our math invocations" 2017-09-09 23:35:47 -07:00
pv.fish Add pv completions 2017-01-24 23:52:46 +01:00
pydf.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
pygmentize.fish Add __fish_print_VBox_vms function 2016-12-21 14:51:48 +01:00
python.fish Fix python{,2,3} argument completions 2018-05-12 23:40:40 -05:00
python2.fish Fix python{,2,3} argument completions 2018-05-12 23:40:40 -05:00
python3.fish Fix python{,2,3} argument completions 2018-05-12 23:40:40 -05:00
quilt.fish remove trialing spaces #2 2010-09-18 10:18:26 +08:00
random.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ranger.fish Add ranger completions 2016-09-16 19:23:22 +02:00
rbenv.fish Use command -sq instead of redirection 2017-02-18 22:16:55 +01:00
rc-service.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
rc-update.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
rc.d.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
rcctl.fish add rcctl completions for OpenBSD 2017-12-12 19:19:01 +01:00
read.fish read: update completions to include --lines and --null 2018-11-12 23:13:41 +08:00
readlink.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
realpath.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
reject.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
rejmerge.fish Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando) 2007-08-04 06:22:53 +10:00
renice.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
return.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
rfkill.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
rgrep.fish Normalize *grep completions 2015-07-20 15:19:03 -07:00
rm.fish rm completions: update BSD options 2018-11-25 06:08:24 -08:00
rmdir.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
rmmod.fish Added completions for rmmod (#3007) 2016-05-08 10:01:57 +02:00
root.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
rpm.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
rsync.fish Emit an error message on literal zero indices 2018-10-01 20:58:26 -05:00
ruby-build.fish Completions: Don't check $cmd[1] 2015-08-17 12:29:03 +02:00
ruby.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
rustc.fish Escape parameters in rustc completions 2018-09-20 18:59:57 -05:00
s3cmd.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
sass-convert.fish Remove -A and --autoritative from completions 2016-12-20 17:16:22 -08:00
sass.fish Remove -A and --autoritative from completions 2016-12-20 17:16:22 -08:00
sbt.fish Added sbt completions 2017-08-29 23:57:21 -07:00
scanimage.fish Completions (mostly): s/.../…/g 2016-07-09 10:57:59 -07:00
scons.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
scp.fish Fix scp completions to support bidirectional transfer 2018-06-04 07:32:21 -05:00
screen.fish completions/screen: Replace eval with var-as-command 2019-01-01 14:04:47 +01:00
scrot.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
scss.fish Remove -A and --autoritative from completions 2016-12-20 17:16:22 -08:00
sed.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
seq.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
serve.fish Improve completions for serve 2018-07-24 00:22:13 -07:00
service.fish Fix service completions on non-FreeBSD platforms 2018-06-17 22:03:04 -05:00
set.fish set's color completions: remove Color description. 2019-01-16 10:34:16 -08:00
set_color.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
setfacl.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
setsid.fish Add setsid completions 2017-01-29 20:06:32 -08:00
setxkbmap.fish remove "cat file |" from scripts 2016-12-21 13:46:43 +01:00
sha1sum.fish Normalize *sum (md5sum et al) completions 2015-07-20 15:19:03 -07:00
sha224sum.fish Normalize *sum (md5sum et al) completions 2015-07-20 15:19:03 -07:00
sha256sum.fish Normalize *sum (md5sum et al) completions 2015-07-20 15:19:03 -07:00
sha384sum.fish Normalize *sum (md5sum et al) completions 2015-07-20 15:19:03 -07:00
sha512sum.fish Normalize *sum (md5sum et al) completions 2015-07-20 15:19:03 -07:00
signify.fish add signify completions for OpenBSD 2017-12-12 19:19:09 +01:00
snap.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
sort.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
ssh.fish Fix scp completions to support bidirectional transfer 2018-06-04 07:32:21 -05:00
sshfs.fish Use __fish_complete_user_at_hosts 2017-11-08 12:59:31 +01:00
stack.fish complete stack built binaries 2018-08-26 17:00:04 -07:00
stat.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
status.fish status completions: tidy, add current-command, fish-path and aliases 2019-01-09 22:32:42 +08:00
stream.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
string.fish string completions: add -e, -f, --no-empty, shorten -d's 2019-02-07 04:13:38 -08:00
su.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
subl.fish [subl completions] Take files with new-window 2018-03-17 21:06:44 +01:00
sudo.fish Fix sudo completion 2018-06-14 23:05:06 +02:00
svn.fish Stringify a few more completions 2019-01-26 19:29:25 +01:00
sylpheed.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
sysbench.fish auto-complete for sysbench (0.4.12) 2016-11-04 22:22:12 +01:00
sysctl.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
systemctl.fish completions: Add systemctl set-property support 2018-10-09 16:51:49 +02:00
systemd-analyze.fish Remove stray "=" from completions. 2016-05-19 14:29:04 +02:00
systemd-nspawn.fish Remove more complete "-u" and "-A" switches 2016-12-21 13:07:27 +01:00
tail.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
tar.fish Improved french translations; minor completion corrections 2017-11-23 11:02:32 +01:00
tee.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
telnet.fish Remove period from end of completion descriptions for telnet command 2006-06-08 09:33:12 +10:00
termite.fish Add termite autocomplete 2016-06-07 16:50:28 +02:00
terraform.fish Terraform completions (#3960) 2017-04-17 17:18:39 +02:00
test.fish __fish_config_interactive: tell complete that [ wraps test 2018-11-25 02:04:56 -08:00
tex.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
time.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
timedatectl.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
timeout.fish Removed unnecessary comments. 2014-05-03 12:30:41 -07:00
tmutil.fish Improved french translations; minor completion corrections 2017-11-23 11:02:32 +01:00
tmux.fish add missing tmux new-session flags to tmux completion script 2019-01-10 13:22:02 +01:00
tmuxinator.fish Tmuxinator completions 2014-12-24 02:22:41 -05:00
top.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
totem.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
touch.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
tr.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
transmission-remote.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
trap.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
travis.fish Completions: Don't check $cmd[1] 2015-08-17 12:29:03 +02:00
tree.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
ttx.fish Simplify argument completions for ttx and meson 2018-05-13 20:00:58 -05:00
type.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
udisksctl.fish mount & udisksctl: improve -o completions` (#3764) 2017-02-12 15:23:41 +01:00
ulimit.fish Basic umask completion, and minor change to ulimit completion 2018-12-07 17:50:48 +01:00
umask.fish Basic umask completion, and minor change to ulimit completion 2018-12-07 17:50:48 +01:00
umount.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
uname.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
unexpand.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
uniq.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
unrar.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
unzip.fish Fix unzip completions for non Info-ZIP versions 2018-06-03 14:57:11 -05:00
update-eix-remote.fish complete-eik-and-friends.dpatch 2006-11-11 01:59:25 +10:00
update-eix.fish complete-eik-and-friends.dpatch 2006-11-11 01:59:25 +10:00
useradd.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
usermod.fish Add usermod completions 2017-01-26 21:40:05 +01:00
vagrant.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
valgrind.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
vared.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
VBoxHeadless.fish reinstate VBox* completions 2016-12-21 16:03:32 -08:00
VBoxSDL.fish reinstate VBox* completions 2016-12-21 16:03:32 -08:00
vi.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
vim-addons.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
vim.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
vimdiff.fish Refactor *vi* completions, add nvim wrapper 2015-09-23 12:59:05 +02:00
virsh.fish Improve virsh completions 2018-10-29 18:01:52 +01:00
vmctl.fish add vmctl completions for OpenBSD 2017-12-12 19:19:05 +01:00
w.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
wajig.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
watch.fish Get rid of 'nothing appropriate' output when completing. 2012-08-04 11:20:03 -07:00
wc.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
wesnoth.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
wget.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
whatis.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
which.fish Remove use of caret redirection from share/* 2018-04-01 13:42:38 -07:00
who.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
wicd-cli.fish Stringify a few more completions 2019-01-26 19:29:25 +01:00
wicd-client.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
wicd-gtk.fish Squashed commit of the following: 2012-06-15 17:30:33 -07:00
wpa_cli.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
wvdial.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
xargs.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
xclip.fish Add xclip completions 2018-08-04 12:00:18 -07:00
xdg-mime.fish Update xdg-mime helper 2017-08-17 10:50:06 -07:00
xdvi.fish * __fish_complete_subcommand_root now passes arguments to 2011-09-23 12:24:21 +04:00
xelatex.fish Normalize *tex completions 2015-07-20 15:19:03 -07:00
xgettext.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
xinput.fish Add completions for xinput 2017-01-26 22:04:27 +01:00
xmms.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
xpdf.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
xprop.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
xrandr.fish Stringify xrandr completions 2017-05-03 23:36:43 +02:00
xrdb.fish Remove trailing whitespaces and change tabs to spaces 2012-11-18 11:23:22 +01:00
xsel.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
xsv.fish Add completions for xsv 2018-06-04 07:32:21 -05:00
xterm.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
xz.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
yaourt.fish yaourt: recognize *.pkg.tar as valid package extension 2019-01-10 13:13:59 +01:00
yarn.fish Share code between yarn and npm completions 2019-01-10 23:12:49 -06:00
yast2.fish Delete trailing spaces 2017-01-15 14:57:21 -08:00
yum.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
zcat.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
zfs.fish fix 'sort | uniq' 2018-04-09 01:09:49 +02:00
zip.fish completions: --description -> -d 2017-10-11 10:17:35 -07:00
zpool.fish Added completions/translations for zfs and zpool 2017-12-21 16:39:06 +01:00
zypper.fish Fix zypper completion 2018-09-16 21:15:32 -07:00