aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
Commit message (Collapse)AuthorAge
* 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
| * quote command for it to be ran every timeGravatar Patrick Browne2013-05-24
| |
| * added options for git addGravatar Patrick Browne2013-05-24
| |
| * added completion for git add --patchGravatar Patrick Browne2013-05-24
|/
* Space -> tab in ack completion to match rest of fileGravatar ridiculousfish2013-05-13
|
* Silence errors when ack doesn't support --dumpGravatar Dag Odenhall2013-05-13
| | | | | It seems to be new in ack 2.x and with 1.96 I get error messages when the ack completions are loaded.
* update darcs completionsGravatar David Adam (zanchey)2013-05-13
|
* update cvs completionsGravatar David Adam (zanchey)2013-05-13
|
* Add completions for cabal; closes #567Gravatar Dag Odenhall2013-05-04
|
* Manually cleaned up Mercurial completions.Gravatar Tin Tvrtkovic2013-05-04
|
* Refactored out individual VCS completions.Gravatar Tin Tvrtkovic2013-04-28
| | | | Autogenerated completions for Mercurial using a recent version (no extensions installed).
* Typo in tar completion (vevrify->verify)Gravatar Adam2013-04-27
|
* Squashed commit of the following:Gravatar ridiculousfish2013-04-26
| | | | | | | | | | | | | | | | | | commit 839e9c2ec00fcd72b19f1d415bee26af7f51f8aa Author: lledey <lledey@gmail.com> Date: Tue Apr 23 13:28:23 2013 +0200 Fix git branch completion if grep output is not the default one Signed-off-by: lledey <lledey@gmail.com> commit 7798ed05744636f67d177bcb47d48d6aeca12787 Author: lledey <lledey@gmail.com> Date: Tue Apr 23 10:35:35 2013 +0200 Fix git branch completion if grep output is not the default one Signed-off-by: lledey <lledey@gmail.com>
* Make ack completion not spew to stderr if ack is not installedGravatar ridiculousfish2013-04-26
|
* Allow dynamicly adding typesGravatar Konrad Borowski2013-04-26
|
* Insanely long ack completionGravatar Konrad Borowski2013-04-26
|
* Moved lein.fish under share/completionsGravatar Siteshwar Vashisht2013-04-21
|
* Append / to the end of directories for scp completion as suggested by ↵Gravatar Thomas Kühnel2013-04-20
| | | | https://github.com/fish-shell/fish-shell/issues/42#issuecomment-7205032
* Update go.fishGravatar hansstimer2013-04-14
| | | | Fix typo for vet subcommand
* add completion for the Go toolGravatar Hans Stimer2013-04-14
|
* Use 'command git' instead of git to defeat certain git aliasesGravatar ridiculousfish2013-04-14
| | | | https://github.com/fish-shell/fish-shell/pull/622
* tmux: make session auto-completion user friendlyGravatar Greg Dietsche2013-04-12
| | | | | | | make it more user friendly by matching the output of: tmux list-sessions Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* tmux: use status-left short flagsGravatar Greg Dietsche2013-04-12
| | | | | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> Conflicts: share/completions/tmux.fish
* tmux: implement Status LineGravatar Greg Dietsche2013-04-12
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* tmux: implement ENVIRONMENTGravatar Greg Dietsche2013-04-12
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* Update apt-get completion. Fixes #652.Gravatar Konrad Borowski2013-04-09
|
* ftp: add support for ftp and pftpGravatar Greg Dietsche2013-04-07
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* grep: add support for egrep, fgrep, rgrepGravatar Greg Dietsche2013-04-07
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>