aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
Commit message (Collapse)AuthorAge
* Update completions for fish_indentGravatar ridiculousfish2014-12-24
|
* Tmuxinator completionsGravatar Jonathan Arnett2014-12-24
|
* tmux completion: add more attach-session aliasesGravatar Igor Savchuk2014-12-08
|
* Add cygport completions provided by Andrew SchulmanGravatar Konrad Borowski2014-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit a396c5e95a9987ea8ce6e057910131886d1b9695 Merge: bfd1951 f329530 Author: Konrad Borowski <x.fix@o2.pl> Date: Mon Dec 1 17:54:02 2014 +0100 Merge branch 'master' of https://github.com/andrex-e-schulman/fish-shell into andrex-e-schulman-master commit f32953064e1083be48c785f6763a4f6da6caf54b Author: Andrew Schulman <andrex-e-schulman@users.noreply.github.com> Date: Mon Dec 1 05:34:29 2014 -0500 improve descriptions of pkg and diff commit 81def0fb3086de639453eacb2eab174f3c67b976 Author: Andrew Schulman <andrex-e-schulman@users.noreply.github.com> Date: Mon Dec 1 04:51:20 2014 -0500 simplify cygport option descriptions commit 4d84eb3e5cadbf4b1f6210552256e5373360d8fb Author: Andrew Schulman <andrex@5200-glenwood.net> Date: Mon Dec 1 04:32:47 2014 -0500 add command descriptions to share/completions/cygport commit c7ff7e4fa21dad19aeda0ae837e22bf4cff20a79 Author: Andrew Schulman <andrex@5200-glenwood.net> Date: Mon Dec 1 03:09:00 2014 -0500 add share/completions/cygport.fish
* Add completion for git-cleanGravatar Vladimir Varankin2014-11-29
|
* brew completion: update completionGravatar Misty De Meo2014-11-20
| | | | | * Remove unsupported options * Add new 'unpack' command
* Filter lines starting with hash from /etc/shells and /etc/groupGravatar ridiculousfish2014-11-19
| | | | | Fixes the useradd completion when these files contains comment lines
* Fix error in yum completionsGravatar David Adam2014-11-17
| | | | | | Pass -- to contains. Closes #1811.
* Fixes typo on line 86Gravatar jbbrokaw2014-11-04
|
* Changes tabs to 4 spaces per fish styleGravatar jbbrokaw2014-11-04
|
* Adds heroku toolbelt completionsGravatar jbbrokaw2014-11-04
|
* Update completion for BundlerGravatar Alex Sulim2014-10-28
| | | | | | | All commands and options available for Bundler version 1.7.4 Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au> (with trailing fullstops removed)
* Add Composer completionGravatar Natrim2014-10-26
|
* Add setfacl completionsGravatar Roman Inflianskas2014-10-21
|
* Vagrant completion updatesGravatar Diego Zamboni2014-10-10
| | | | | | | Improve vagrant completions for some commands to avoid spurious completions, and add completions for some missing Vagrant commands. Fixes #1748.
* Revert "Remove help completion for eval, which doesn't work"Gravatar Kevin Ballard2014-10-09
| | | | This reverts commit d2f23e1df45f07fb4d716b07c40de7381e539b9d.
* Remove help completion for eval, which doesn't workGravatar ridiculousfish2014-10-08
| | | | Fixes #1379
* abbr.fish: add abbr, a command to manipulate abbreviationsGravatar David Adam2014-10-05
| | | | Work on #731.
* Fix Perl module completions.Gravatar Konrad Borowski2014-10-04
| | | | | | This fixes the issue with nonexistant directories (some Linux distributions put these for local modules), and also fixes the issue of dot meaning any character instead of simply dot.
* add yast2 completionGravatar Roman Inflianskas2014-10-04
|
* Prevent STDERR leak from abook detection in mutt completionGravatar Jon Gjengset2014-10-03
| | | Fixes #1737
* Added some completions for opamGravatar Vincent Huang2014-09-29
| | | | | | All opam subcommands and descriptions are covered, along with all the flags that are common to all commands. However, only `opam config` has complete subsubcommand coverage.
* bind: add completions for -m and -MGravatar David Adam2014-09-29
| | | | See https://github.com/fish-shell/fish-shell/issues/1663
* Tweak git completion for aliases/stashesGravatar Kevin Ballard2014-09-21
| | | | | | | Use the new `read -z` flag to complete git aliases better. This approach won't break if an alias contains a newline. Also fix stash completion, which was broken on BSD sed.
* Use double dashes for contains in fossil completions.Gravatar Konrad Borowski2014-09-21
| | | | | This fixes the issue with strange behaviour of fish shell when first option of a command is an option.
* Complete custom git commands in $PATHGravatar Kevin Ballard2014-09-19
| | | | | | | Git treats executables in $PATH that start with "git-" as custom subcommands. Add completion support for them. Fixes #1680.
* Better git alias completionGravatar Kevin Ballard2014-09-19
| | | | | Config entries that contained the word "alias" but were not in fact aliases no longer are treated as aliases.
* update completions for builtin commandsGravatar David Adam2014-09-17
|
* Add Fossil command completions.Gravatar Konrad Borowski2014-08-29
|
* Use sgrep instead of grep in ssh completionGravatar ridiculousfish2014-08-13
|
* Strip users with leading underscores from ssh completionsGravatar ridiculousfish2014-08-12
|
* Update grunt.fishGravatar Kevin Stone2014-08-02
| | | | | Fixed command error when no local Gruntfile results in a command error. Fixes #1592.
* add completions for Node.js & NPMGravatar phette232014-07-29
|
* Select the 4th line of output, instead of the second to last lineGravatar Michishige Kaito2014-07-16
|
* Add grunt completionGravatar Michishige Kaito2014-07-16
|
* Add dropbox completionGravatar Maxim Gonchar2014-07-06
|
* Functions instead of static variables for conditions.Gravatar SanskritFritz2014-05-03
|
* Fixed an unintended result of some copy paste.Gravatar SanskritFritz2014-05-03
|
* Removed unnecessary comments.Gravatar SanskritFritz2014-05-03
|
* Completions added/updated.Gravatar SanskritFritz2014-05-03
|
* functions on topGravatar David Flores2014-04-19
|
* added docker completion fileGravatar David Flores2014-04-19
|
* fix gem --version/--help tab completionsGravatar Fabian Ruff2014-04-06
|
* Properly detect when MQ is enabled for Mercurial completion.Gravatar Daniel Matz2014-03-31
|
* Properly complete Mercurial bookmarks when only one bookmark exists.Gravatar Daniel Matz2014-03-31
| | | | | | The if statement checking the output of hg bookmarks uses two conditions joined by the or keyword. However, only the first part was being used. Wrapping the two statements with begin and end properly combines them.
* Add fallback for label completion in older versions of Mercurial.Gravatar Daniel Matz2014-03-31
|
* Replace use of xargs with command substitution in Mercurial completion.Gravatar Daniel Matz2014-03-31
|
* Add the __fish prefix to all Mercurial completion functions.Gravatar Daniel Matz2014-03-31
|
* Remove unnecessary use of uniq in Mercurial completion.Gravatar Daniel Matz2014-03-31
| | | | Fish already takes care of duplicate completions.
* Use the current commandline token for Mercurial filename completion.Gravatar Daniel Matz2014-03-31
| | | | | The token variable was being used, but I must have accidentally deleted its definition while I was working on the original version of the file.