aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Fix for parse_util_token_extent doing the wrong thing inside a commandGravatar ridiculousfish2013-09-21
| | | | substitution. Fixes https://github.com/fish-shell/fish-shell/issues/833
* reader_replace_current_token can be made staticGravatar ridiculousfish2013-09-21
|
* Fix set_color crash on 'ignore' and 'reset'Gravatar ridiculousfish2013-09-21
| | | | https://github.com/fish-shell/fish-shell/issues/996
* rsync completions: complete hostnames ala scpGravatar David Adam2013-09-19
| | | | Closes #1010
* scp completions: use __fish_print_hostnames rather than doing independent ↵Gravatar David Adam2013-09-19
| | | | hostname searches
* __fish_print_hostnames: do a better job of searching SSH filesGravatar David Adam2013-09-19
|
* Small fix for fish_update_completions (amended)Gravatar bathtub2013-09-19
| | | | | Amended from https://github.com/fish-shell/fish-shell/pull/1003. Fix a Unicode parsing error; search man6.
* Added git stash completion options.Gravatar Konrad Borowski2013-09-18
| | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 962a19dfab7f04552ce7919fff91e945bab53bde Author: Mandeep Sandhu <mandeepsandhu.chd@gmail.com> Date: Wed Sep 18 18:09:49 2013 +0530 Add missing 'git stash' completion options Fixed typo. commit 57bbd89caf922228363418cacbfa1daeb352e520 Author: Mandeep Sandhu <mandeepsandhu.chd@gmail.com> Date: Wed Sep 18 17:59:36 2013 +0530 Add missing 'git stash' completion options Added the following options which were missing: * save * branch
* __fish_print_packages: ignore errors, do less manipulationGravatar David Adam2013-09-17
| | | | | | | | Closes #479 by piping STDERR to /dev/null. Also does much less manipulation of the package list; there are no packages in any of the archives containing the names that are stripped out as far as I can see.
* __fish_print_packages: whitespace fixGravatar David Adam2013-09-17
|
* Don't do fuzzy matching for file completions for arguments beginningGravatar ridiculousfish2013-09-15
| | | | with a dash, as suggested in #568
* Add newline before listing current token.Gravatar nulltrek2013-09-13
|
* fix typo introduced in b56542a9fGravatar David Adam (zanchey)2013-09-13
| | | | | | | Thanks to @siteshwar for spotting. https://github.com/fish-shell/fish-shell/commit/b56542a9f195358b1ac33716bde0d731b8e70871#commitcomment-4083982 https://github.com/fish-shell/fish-shell/commit/b56542a9f195358b1ac33716bde0d731b8e70871#commitcomment-4083982
* document new bindings introduced in cd1c2f74d3bcGravatar David Adam (zanchey)2013-09-13
|
* tarball generation: include config.h.in, set mode and ownershipGravatar David Adam (zanchey)2013-09-13
| | | | | | | | | | | | Include config.h.in as well as configure. Also sets correct owner, group and mode for all appended files. Update the mtime of all appended files so that configure and config.h.in are always newer than configure.ac. (Fixes many problems introduced by 5023ade7, and makes the commit message actually true.)
* test documentation: update wording, generate test manual page (closes #734)Gravatar David Adam (zanchey)2013-09-13
|
* Fix some typos.Gravatar nulltrek2013-09-12
|
* Rename internal functions for consistency.Gravatar nulltrek2013-09-12
|
* Fix a comment typoGravatar ridiculousfish2013-09-12
|
* Don't do completions or autosuggestions for commands with wildcards.Gravatar ridiculousfish2013-09-11
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/785
* Improve error messages for double square brackets -Gravatar ridiculousfish2013-09-11
| | | | https://github.com/fish-shell/fish-shell/issues/875
* Fix certain wildcard tab completions -Gravatar ridiculousfish2013-09-11
| | | | https://github.com/fish-shell/fish-shell/issues/929
* Fix for infinite loop in cycle_competions, and potential issue inGravatar ridiculousfish2013-09-10
| | | | fish_pager when given an empty completion list
* Rework some of the new case-modifying commands to share more code, andGravatar ridiculousfish2013-09-10
| | | | also to update the autosuggestion and syntax highlighting
* add support for downcase-word, upcase-word and capitalise-wordGravatar Christian Rishøj2013-09-09
|
* Remove useless semicolon in webconfig.pyGravatar Konrad Borowski2013-09-08
|
* When exiting, only warn about _stopped_ background jobs (fix #111)Gravatar Leonardo Boiko2013-09-08
|
* tarball generation should build configure scriptGravatar David Adam (zanchey)2013-09-06
| | | | | | For the next release, this means that `autoconf` is no longer required if building from the tarball. The website and documentation should be updated accordingly at that time.
* document and enforce Autoconf 2.60 or greaterGravatar David Adam (zanchey)2013-09-06
|
* Remove duplicates from history in fish_configGravatar ridiculousfish2013-09-05
| | | | https://github.com/fish-shell/fish-shell/issues/900
* Make __fish_print_mounted work better on OS XGravatar ridiculousfish2013-09-05
|
* OS X Mavericks keybinding fixGravatar ridiculousfish2013-09-05
|
* Fix VTE version testGravatar Konrad Borowski2013-09-04
|
* Recommend eval when using variable as command.Gravatar Konrad Borowski2013-09-04
|
* Notify vte-based terminals of $PWD change (#906)Gravatar Tim Cuthbertson2013-09-04
|
* add __fish_urlencode function which URL-escapes stdinGravatar Tim Cuthbertson2013-09-04
|
* git version generation fixesGravatar David Adam (zanchey)2013-09-02
| | | | | - Remove the `version` file created for the tarball after the tarball is finished - Use the builtin type instead of which.
* Fix useradd completion syntaxGravatar ridiculousfish2013-09-02
| | | | (https://github.com/fish-shell/fish-shell/issues/863)
* docs: don't remove/rebuild share/man if we don't have doxygenGravatar David Adam (zanchey)2013-09-02
|
* completion for vim-addonsGravatar Adrien Grellier2013-09-01
|
* Fix more indentation in fish_default_key_bindings.fishGravatar ridiculousfish2013-08-31
|
* Fix indentationGravatar ridiculousfish2013-08-31
|
* Try to improve the error message printed when libcurses is not foundGravatar ridiculousfish2013-08-31
|
* Adjust prefix completions to sort alphabetically instead of by length.Gravatar ridiculousfish2013-08-31
| | | | | Other completions are still sorted by length. https://github.com/fish-shell/fish-shell/issues/923
* Support iTerm2 forward/backward word escapesGravatar ridiculousfish2013-08-31
| | | | (https://github.com/fish-shell/fish-shell/issues/920)
* Replace IRC link with WebChat linkGravatar Konrad Borowski2013-08-30
| | | It seems GitHub doesn't allow irc:// protocol, so replace it with WebChat link.
* Put an IRC link to README.Gravatar Konrad Borowski2013-08-30
|
* Initialize cycle_cursor_pos.Gravatar Konrad Borowski2013-08-29
| | | | This removes the warning from compiler.
* libncursesw5-dev is not needed on DebianGravatar Konrad Borowski2013-08-28
| | | I just checked on new Debian installation, and only libncurses5-dev appears to be needed.
* Add a fancy new paths_are_equivalent function to test for equivalentGravatar ridiculousfish2013-08-27
| | | | paths instead of merely equal ones