aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Support for defining color with bold/brighter color setGravatar Mariusz Smykuła2013-06-18
|
* Less code is better, __fish_git_prompt_validate_colors refactorGravatar Mariusz Smykuła2013-06-18
|
* Use tabs, sample promptGravatar Mariusz Smykuła2013-06-18
|
* Fixes, new method added to promptGravatar Mariusz Smykuła2013-06-17
|
* Added informative status methodGravatar Mariusz Smykuła2013-06-17
|
* Informative version of __fish_git_prompt_show_upstreamGravatar Mariusz Smykuła2013-06-17
|
* Fix variable nameGravatar Mariusz Smykuła2013-06-17
|
* 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
|
* Cleanup of code that decides whether or not to fork. Fix for issue where ↵Gravatar ridiculousfish2013-06-16
| | | | stderr may be output twice.
* Fix for incorrect use of shared ptr referencesGravatar ridiculousfish2013-06-16
|
* Mark jobs as completed when all processes have finished, not just the last one.Gravatar ridiculousfish2013-06-16
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/876 , and coincidentally also https://github.com/fish-shell/fish-shell/issues/848
* git prompt: Fix hang on detached head.Gravatar Brian Gernhardt2013-06-12
| | | | | | $git_dir was never set in __fish_git_prompt_current_branch, but used in the case of a detached HEAD. This caused `cut -c1-7 $git_dir/HEAD` to expand to `cut -c1-7` which then waited for input.
* Make funced properly handle an invalid number of argumentsGravatar ridiculousfish2013-06-08
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/780
* Fix for quoted variables in command position error messageGravatar ridiculousfish2013-06-08
| | | | https://github.com/fish-shell/fish-shell/issues/775
* docs: remove translation instructionsGravatar David Adam (zanchey)2013-06-05
| | | | (Moved to https://github.com/fish-shell/fish-shell/wiki/Translations)
* Added completions for apt-markGravatar James French2013-06-04
|
* git prompt: replace question with explanationGravatar Brian Gernhardt2013-06-03
| | | | | | | The code in question displays GIT_DIR! if the user is inside the .git directory of a repository that has a working directory. Several git commands won't work in that situation, so it's useful to warn the user.
* git prompt: actually show staged tokenGravatar Brian Gernhardt2013-06-03
|
* git prompt: reindentGravatar Brian Gernhardt2013-06-03
| | | | | | Normally I wouldn't bother, but it was difficult to follow the nested if statements. Most of the file used tabs, so replaced all leading spaces with the appropriate amount of tabs.
* 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
* Fix for crash when setting tmux pane titleGravatar ridiculousfish2013-06-02
| | | | https://github.com/fish-shell/fish-shell/issues/846
* FormattingGravatar ridiculousfish2013-06-02
|
* Add some const, fix spacesGravatar ridiculousfish2013-06-02
|
* make cursor placement consistent with `transpose-words` from readlineGravatar Christian Rishøj2013-06-02
|
* transpose-wordsGravatar Christian Rishøj2013-06-02
|
* 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.
* Update osx/config.h for configure.ac changesGravatar ridiculousfish2013-06-01
|
* Conditionally include sys/sysctl.hGravatar Ian Ray2013-06-01
|
* Squashed commit of the following:Gravatar ridiculousfish2013-06-01
| | | | | | | | | | | | | | | | | | | | | commit 5a577d970a293afe320b6c3280c10c2bd8a1ff50 Merge: 908b075 96941b3 Author: ridiculousfish <corydoras@ridiculousfish.com> Date: Sat Jun 1 22:59:16 2013 -0700 Merge branch 'dotdir-two-chars' of git://github.com/GlitchMr/fish-shell into GlitchMr-dotdir-two-chars commit 96941b3a92e5d7e9dd230e4797ee71285700a41f Author: Konrad Borowski <glitchmr@myopera.com> Date: Sat May 25 09:55:43 2013 +0200 Support BSD sed commit 60652c2bd2d1bbce26c90a010913f0f0d8e9365f Author: Konrad Borowski <glitchmr@myopera.com> Date: Sun May 19 10:58:40 2013 +0200 Show first two characters for dotdirs. Fixes #754.
* Support for fuzzy completionsGravatar ridiculousfish2013-05-25
| | | | | https://github.com/fish-shell/fish-shell/issues/568 https://github.com/fish-shell/fish-shell/issues/528
* 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
* | Fix wchar_t castGravatar Ian Ray2013-05-25
| |
* | Parse man8 pages with fish_update_completionsGravatar Dag Odenhall2013-05-25
| | | | | | | | Closes #727
* | Indentation and quote cleanup of help.fishGravatar ridiculousfish2013-05-25
| |
* | 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)
* | Use strerror in uClibc, which doesn't have sys_errlistGravatar ridiculousfish2013-05-25
| | | | | | | | https://github.com/fish-shell/fish-shell/pull/808
* | Fix typoGravatar Dennis Ideler2013-05-25
| | | | | | | | Remove extra instance of "builtin commands", shouldn't be there.
* | 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.
* | Fix issue where transpose fails if there is a trailing autosuggestionGravatar ridiculousfish2013-05-24
| |
* | command and binding for transpose-charsGravatar Christian Rishøj2013-05-24
| |
* | Fix $LINES = $COLUMNS bugGravatar Dag Odenhall2013-05-24
| | | | | | | | Fixes #745
* | 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