aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
Commit message (Collapse)AuthorAge
* Use local scope for variables in Mercurial completion functions.Gravatar Daniel Matz2014-03-31
|
* Improve Mercurial command completion.Gravatar Daniel Matz2014-03-31
| | | | | Rewrote the completion file by hand. Added completion of files, bookmarks, revision labels, etc.
* add pacsrv completionGravatar Lukas Stabe2014-03-31
|
* Add completions for git stash sub-commandsGravatar Mandeep Sandhu2014-02-16
| | | | | | Closes #1102. Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
* adding completion for aura. adding pacman integration for __fish_print_packagesGravatar Eric Mrak2014-02-16
|
* sshfs completions: use all directories as mount pointsGravatar David Adam2014-01-29
| | | | Closes #1268.
* Rename __fish_complete_usb function.Gravatar Konrad Borowski2014-01-14
|
* 新文件: share/completions/lsusb.fishGravatar leafonsword2014-01-13
| | | | 新文件: share/functions/__fish_complete_usb.fish
* Update adb.fishGravatar maxried2013-12-28
| | | Added semi-documented but often used adb subcommand.
* adding elixir, iex, mix completionsGravatar Andreas Eger2013-12-24
|
* Added completion for Android adb command.Gravatar Tom Sutcliffe2013-12-05
|
* add port informationGravatar Shane Xu2013-11-27
|
* Add eselect, rc-update and rc-service completions. (These are utilities used ↵Gravatar Jelte Fennema2013-11-27
| | | | | | | | by Gentoo Linux) Disable php completion for the 4th part of the command, since php-eselect is differently designed and causes errors Closes #1131.
* Update brew completion with new optionsGravatar Misty De Meo2013-11-26
|
* Do not show files in modprobe completionsGravatar Siteshwar Vashisht2013-11-17
|
* Fix modprobe completion for newer modprobe versionsGravatar Thierry Goettelmann2013-11-16
|
* Implement file autocompletion for git add and git checkout.Gravatar Konrad Borowski2013-10-31
| | | | Fixes bpinto/oh-my-fish#59.
* add completions for source and document the move away from '.'Gravatar David Adam2013-10-28
| | | | Closes: #310
* Disallow package names with dots.Gravatar Konrad Borowski2013-10-25
| | | | | They cannot be used as arguments (Perl thinks it's version check, but version checks are pointless for oneliners), and Debian puts path containing version depending directories (like 5.14.2) in Perl path.
* Add postgres psql completionGravatar Ronaldo Maia2013-10-04
| | | | | Options and descriptions are from psql --help output. Database and username completion based on the bash completion
* Add postgres psql completionGravatar Ronaldo Maia2013-10-04
| | | | | Options and descriptions are from psql --help output. Database and username completion based on the bash completion
* Fix git completions when aliased command is not found.Gravatar nulltrek2013-10-02
|
* Complete apt-get purge identical to apt-get removeGravatar MagicMuscleMan2013-09-29
| | | As apt-get purge really has the same operations as apt-get remove, there is not reason to handle them differently in its completion file.
* Add Perl modules completion.Gravatar Konrad Borowski2013-09-22
|
* rsync completions: complete hostnames ala scpGravatar David Adam2013-09-19
| | | | Closes #1010
* scp completions: use __fish_print_hostnames rather than doing independent ↵Gravatar David Adam2013-09-19
| | | | hostname searches
* Added git stash completion options.Gravatar Konrad Borowski2013-09-18
| | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 962a19dfab7f04552ce7919fff91e945bab53bde Author: Mandeep Sandhu <mandeepsandhu.chd@gmail.com> Date: Wed Sep 18 18:09:49 2013 +0530 Add missing 'git stash' completion options Fixed typo. commit 57bbd89caf922228363418cacbfa1daeb352e520 Author: Mandeep Sandhu <mandeepsandhu.chd@gmail.com> Date: Wed Sep 18 17:59:36 2013 +0530 Add missing 'git stash' completion options Added the following options which were missing: * save * branch
* Fix useradd completion syntaxGravatar ridiculousfish2013-09-02
| | | | (https://github.com/fish-shell/fish-shell/issues/863)
* completion for vim-addonsGravatar Adrien Grellier2013-09-01
|
* Fix make command completion. Fixes issue #928.Gravatar Konrad Borowski2013-07-25
| | | | | Previously, TAB on make CC=/us caused CC=/us/usr/ to appear. This commit fixes this, by properly removing part after equals sign.
* Fix canto completionGravatar Konrad Borowski2013-07-19
| | | | -d option was forgotten, causing error for last complete command
* Add completion for canto.Gravatar Johann Weging2013-07-19
|
* Fix broken darcs completionGravatar raichoo2013-07-16
|
* Add completion for BundlerGravatar David Celis2013-06-20
| | | | Signed-off-by: David Celis <me@davidcel.is>
* Portmaster completionsGravatar James French2013-06-17
| | | | | | | * Added FreeBSD's pkg to __fish_print_packages * Portmaster completes on installed packages and ports * Options list as per fish_generate_completions, needs to be tidied up further but will suffice for now
* Added completions for VagrantGravatar Ivan Giuliani2013-06-17
|
* Added completions for apt-markGravatar James French2013-06-04
|
* rsync completions: use rsync --list-only to generate completions, allowing ↵Gravatar David Adam (zanchey)2013-06-03
| | | | the use of rsync daemons
* Rsync Remote Path CompletionGravatar James French2013-06-03
| | | | | | | Relevant section lifted from scp.fish Silenced SSH output to squash banners and failed connections Erroneous 'and true' removed echo (commandline -ct) is exactly the same as commandline -ct
* Fixed the capitalization and shorten the descriptions.Gravatar Johann Weging2013-06-02
|
* Added completions for headGravatar Johann Weging2013-06-02
|
* Added completions for netctlGravatar Johann Weging2013-06-02
|
* Add completions for lunchy (Service launcher for OSX)Gravatar Terje Larsen2013-06-02
| | | | Now when we have fuzzy matching it is actually quite useful.
* Merge branch 'completions-git-add' of git://github.com/phisto/fish-shell ↵Gravatar ridiculousfish2013-05-25
|\ | | | | | | | | | | | | into phisto-completions-git-add Conflicts: share/completions/git.fish
* | Add systemctl completionsGravatar Valentin-Costel Hăloiu2013-05-25
| |
* | Escape question mark in ack completionGravatar Konrad Borowski2013-05-25
| | | | | | | | | | | | I haven't noticed that because I tested ack in directory with one file. After @gfxmonk sent issue #797, I have noticed the problem. This patch fixes #797 by escaping question mark.
* | Added darwin uname completions, fixes #778Gravatar Bodo Tasche2013-05-24
| |
* | Squashed commit of the following:Gravatar ridiculousfish2013-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit bb27562af5333f84b9995b50b59c767eaae12f7c Author: Terje Larsen <terlar@gmail.com> Date: Mon May 20 04:18:09 2013 +0200 Enhance completions for git rebase commit e9f69ea4f9deb7a7c9284148591ff2075748ab8c Author: Terje Larsen <terlar@gmail.com> Date: Mon May 20 03:56:51 2013 +0200 Enhance completions for git merge commit 75974f9c2468b381069f11f8e1a03e86af1e47d7 Author: Terje Larsen <terlar@gmail.com> Date: Mon May 20 03:40:27 2013 +0200 Enhance completions for git add commit ec6aeab105f351a6d2184078d84d32bb12df3204 Author: Terje Larsen <terlar@gmail.com> Date: Mon May 20 03:16:48 2013 +0200 Enhance completions for git tag commit c3a1c17c436a670588a692240a562e2436538498 Author: Terje Larsen <terlar@gmail.com> Date: Mon May 20 03:09:13 2013 +0200 Add git completions for stash commit 40baae8c75151be753da9efc309287662818d93d Author: Terje Larsen <terlar@gmail.com> Date: Mon May 20 02:54:19 2013 +0200 Enhance completions for git push commit 6d9023bb744f80e33481f765d542a17ecf6ccf19 Author: Terje Larsen <terlar@gmail.com> Date: Mon May 20 02:32:27 2013 +0200 Enhance completions for git pull
* | Implement subcommand arguments completion for zypper package managerGravatar Max Gonzih2013-05-24
| |
* | Add completion for zypper pkg manager (openSUSE)Gravatar Max Gonzih2013-05-24
| | | | | | | | | | Implemented subcommand completion, global arguments completion Not implemented yet subcommand arguments completion