aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
...
* | help function: tidy up messages, remove the 'difference' optionGravatar David Adam (zanchey)2013-05-25
| | | | | | | | Fixes #73
* | help command: only use $BROWSER if it is a valid commandGravatar David Adam (zanchey)2013-05-25
| | | | | | | | (plus add Google Chrome and Chromium to graphical_browsers and a spelling fix)
* | 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.
* | command and binding for transpose-charsGravatar Christian Rishøj2013-05-24
| |
* | Slightly modified this theme to match robbyrusselGravatar Marc Qualie2013-05-24
| | | | | | | | I recently switch from ZSH to Fish shell and noticed that this theme is slightly different to the one provided by ZSH. I edited my own using funced but thought it might be useful for other people who are used to the ZSH interface.
* | Squashed commit of the following:Gravatar ridiculousfish2013-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 4a9595845111bcc8d45419241f8f49bc3e8b3445 Author: Harm Aarts <harmaarts@gmail.com> Date: Fri May 24 10:45:58 2013 +0200 use the new functions commit 1c934ebbe65a82e92079952b15f31d3a92bc5e8f Author: Harm Aarts <harmaarts@gmail.com> Date: Fri May 24 10:45:21 2013 +0200 moves formatting code to the bottom in order to get it out of the way of all the colour handling commit c62f827143c30f6810026c7e4a3d8b77178cd9a4 Author: Harm Aarts <harmaarts@gmail.com> Date: Fri May 24 10:44:12 2013 +0200 adds helper returning whether or not there are staged files commit 624e47cb85a7579bf284a6a7f0c9165dfa38b0ce Author: Harm Aarts <harmaarts@gmail.com> Date: Fri May 24 10:43:41 2013 +0200 adds helper returning whether or not the current branch is dirty commit efc270da7b0998f564a7d2ae4ea3013ed6910e58 Author: Harm Aarts <harmaarts@gmail.com> Date: Fri May 24 10:42:48 2013 +0200 adds helper returning whether or not a repo is bare commit 0da668316cedb8e3fa166977be82c917ef67ad86 Author: Harm Aarts <harmaarts@gmail.com> Date: Fri May 24 10:41:55 2013 +0200 adds helper returning current branch commit 15cbcedc77199aea1868faee5d178d9547a4d541 Author: Harm Aarts <harmaarts@gmail.com> Date: Fri May 24 10:41:10 2013 +0200 adds helper returning current operation commit c3352d3e9e60bf94fd4bf412ad85d62bba4cbff8 Author: Harm Aarts <harmaarts@gmail.com> Date: Fri May 24 10:40:20 2013 +0200 adds helper returning the git dir commit f346e52b7814ebf1eed55f006c3bedc8ece38e3b Author: Harm Aarts <harmaarts@gmail.com> Date: Mon May 20 18:52:19 2013 +0200 use the fish_git_prompt_char_* variables
* | 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
|/
* Ugly hack to move functions in sample prompts inside fish_prompt to address #736Gravatar ridiculousfish2013-05-13
|
* 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
|
* Attempt again to fix UnicodeDecodeError (issue #658)Gravatar ridiculousfish2013-05-12
|
* Add completions for cabal; closes #567Gravatar Dag Odenhall2013-05-04
|
* Manually cleaned up Mercurial completions.Gravatar Tin Tvrtkovic2013-05-04
|
* Make trap sort of work on OS XGravatar ridiculousfish2013-04-28
| | | | https://github.com/fish-shell/fish-shell/issues/607
* Fix __fish_filter_mime to not pass 0 to seqGravatar ridiculousfish2013-04-28
|
* Teach fish about rxvt's special key bindingsGravatar ridiculousfish2013-04-28
| | | | https://github.com/fish-shell/fish-shell/issues/657
* 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
* Teach fish_config how to find fish from __fish_bin_dirGravatar ridiculousfish2013-04-15
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/621
* Try to fix UnicodeDecodeError in create_manpage_completions.pyGravatar ridiculousfish2013-04-15
| | | | https://github.com/fish-shell/fish-shell/issues/658
* Update go.fishGravatar hansstimer2013-04-14
| | | | Fix typo for vet subcommand
* add completion for the Go toolGravatar Hans Stimer2013-04-14
|
* Fix to make create_manpage_completions work with Python 3Gravatar ridiculousfish2013-04-14
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/658 ?
* 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
|
* make punctuation consistentGravatar Greg Dietsche2013-04-07
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* 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>
* grep: fix and add completionsGravatar Greg Dietsche2013-04-07
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* Don't pass 0 to seq because BSDs are dumb. Pipe tmux stderr to /dev/nullGravatar ridiculousfish2013-04-04
|
* Squashed commit of the following:Gravatar ridiculousfish2013-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 6259665e972d478f1ce4ab3d233033ec1dd7eef2 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Thu Apr 4 11:02:35 2013 -0500 change spaces to tabs Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit 465333d982db441f430767b645fdcd95e44cc5d6 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Wed Apr 3 11:15:22 2013 -0500 tmux: implement completion for panes Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit 684baf98a6ac070847f20a02838abe58e8c22d5b Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 23:56:27 2013 -0500 tmux: don't suggest dirs Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit 8c4a9854a1f173866439f976301b743354c945c8 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 21:57:40 2013 -0500 move front flags to the top of the tmux file Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit 7f2321e9cd20a5aa2bcbfe940e20ec57bcca2609 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 20:06:54 2013 -0500 fix some of the initial parameters Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit f70fc55bed40c0ccd2a00921c0e7373e7c18b5d7 Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 21:47:25 2013 -0500 implement tmux KEY BINDINGS implement the commands in the KEY BINDINGS man page section Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu> commit ec423040dba742f67c06dbb932417f6d19b90fba Author: Greg Dietsche <Gregory.Dietsche@cuw.edu> Date: Tue Apr 2 00:10:43 2013 -0500 implement tmux completion for CLIENTS AND SESSIONS Fully implement all tmux commands found in the tmux man page section titled: "CLIENTS AND SESSIONS" Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>