aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
* | 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
* | FAQ: address local variable/env usageGravatar David Adam (zanchey)2013-05-24
| |
* | FAQ: add questions from beta siteGravatar David Adam (zanchey)2013-05-24
| |
* | 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
|/
* Fix for crashing and assertion failures when tab completing a token that ↵Gravatar ridiculousfish2013-05-20
| | | | | | consists of only backslash Fixes https://github.com/fish-shell/fish-shell/issues/762
* Fix for failing to update command line while cycling through tab completionsGravatar ridiculousfish2013-05-20
| | | | https://github.com/fish-shell/fish-shell/issues/765
* Updated links to documentation in README.mdGravatar Siteshwar Vashisht2013-05-19
|
* Merge branch 'Integration_2.0.0'Gravatar ridiculousfish2013-05-17
|\
* | Use gnutar instead of tar for making tarballsGravatar ridiculousfish2013-05-17
| |
| * Fix for AppleScript error in fish.appGravatar ridiculousfish2013-05-17
| |
| * Added missing osx/install.sh for building fish.appGravatar ridiculousfish2013-05-16
| |
| * Fix for failing to weak link wcsncasecmp - binary dies on SnowLeopardGravatar ridiculousfish2013-05-16
|/
* Add note about uninstalling fishGravatar ridiculousfish2013-05-16
|
* Merge branch 'Integration_2.0.0'Gravatar ridiculousfish2013-05-15
|\
| * Release notes for fish 2.0Gravatar ridiculousfish2013-05-15
| |
| * 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
| |
| * Help cleanupGravatar David Adam (zanchey)2013-05-13
| | | | | | | | | | | | | | | | | | | | Large list of changes, including formatting and typos for most commands. More substantive changes have been made to alias, bind, block, break, builtin, case, cd, commandline, count, else, emit, fish_config, funced, function, functions, history, math, mimedb, nextd, not, popd, prevd, pushd, pwd, random, read, set, set_color, switch, test, trap, type, ulimit, umask, and while.
| * Document that fish functions cannot be backgroundGravatar David Adam (zanchey)2013-05-13
| | | | | | | | (Documentation for #238, #563)
| * FAQ updates - implicit cd and autosuggestionsGravatar David Adam (zanchey)2013-05-13
| |
| * documentation typosGravatar David Adam (zanchey)2013-05-13
| |
| * Add errret param to other calls to setuptermGravatar ridiculousfish2013-05-13
| |
| * Prevent fish dying if setupterm() fails in builtin_set_color()Gravatar Ian Munsie2013-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since set_color was changed to a built-in command, the entire shell will exit in the event that setupterm() fails for some reason since ncurses does an exit() if an errret was not passed in. setupterm() can fail if the TERM environment variable is not set. This can cause the shell to die prematurely if set_color is called from a startup file like config.fish (such as vi-mode.fish which caches the results of set_color when it is loaded) and fish is started without a TERM set (e.g. when started from .xsession, or when being used as a remote shell by a command such as rsync, scp or git) A simple repro case for this issue is: ian@delenn~ [i]> echo set_color normal > ~/.config/fish/config.fish ian@delenn~ [i]> scp localhost:test . TERM environment variable not set. ian@delenn~ [i]> This patch passes in an errret variable to setupterm(), which causes ncurses to return the error to builtin_set_color() rather than calling exit(): ian@delenn~ [i]> scp localhost:test . test 100% 0 0.0KB/s 00:00 ian@delenn~ [i]> Signed-off-by: Ian Munsie <darkstarsword@gmail.com>