aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Fix s/$remote// mistake.Gravatar Konrad Borowski2013-11-29
* Add eselect, rc-update and rc-service completions. (These are utilities used ...Gravatar Jelte Fennema2013-11-27
* Use sed instead of sh for Informative Git Prompt.Gravatar Konrad Borowski2013-11-27
* __fish_complete_man: Use awk to parse output of aproposGravatar David Adam2013-11-27
* Fix indentation in __fish_complete_cdGravatar ridiculousfish2013-11-26
* cd completion: handle not accessible directoriesGravatar Jörg Thalheim2013-11-26
* Use fish from $__fish_bin_dir while calling fish_update_completions at startupGravatar Siteshwar Vashisht2013-11-17
* add bindings for PuTTY's I-can't-believe-it's-xterm keyboardGravatar David Adam2013-11-13
* Don't show warning while generating man page completions on startupGravatar Siteshwar Vashisht2013-11-12
* Autogenerate manpage completions in background if they do not existGravatar Siteshwar Vashisht2013-11-12
* Use basename for man argumentGravatar Konrad Borowski2013-11-09
* Allow reading manpages by using F1.Gravatar Konrad Borowski2013-11-09
* Make type -a print all executables in PATHGravatar Asger Hautop Drewsen2013-10-29
* git_prompt: Allow all set_color argumentsGravatar Brian Gernhardt2013-10-21
* git_prompt: Add upstream_prefix when verboseGravatar Brian Gernhardt2013-10-21
* git_prompt: optionally show upstream branch nameGravatar Brian Gernhardt2013-10-21
* Use manpath instead of man --path in man.fish function (as in commitGravatar sra2013-10-03
* default key bindings: fix syntax errors introduced in 735af50Gravatar David Adam2013-09-24
* default key bindings: add further iTerm2 bindingsGravatar David Adam2013-09-24
* __fish_print_hostnames: do a better job of searching SSH filesGravatar David Adam2013-09-19
* __fish_print_packages: ignore errors, do less manipulationGravatar David Adam2013-09-17
* __fish_print_packages: whitespace fixGravatar David Adam2013-09-17
* Add newline before listing current token.Gravatar nulltrek2013-09-13
* Fix some typos.Gravatar nulltrek2013-09-12
* Rename internal functions for consistency.Gravatar nulltrek2013-09-12
* add support for downcase-word, upcase-word and capitalise-wordGravatar Christian Rishøj2013-09-09
* 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
* 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
* Fix more indentation in fish_default_key_bindings.fishGravatar ridiculousfish2013-08-31
* Fix indentationGravatar ridiculousfish2013-08-31
* Support iTerm2 forward/backward word escapesGravatar ridiculousfish2013-08-31
* Fix #976. Now prompt tries to use standard git command.Gravatar Konrad Borowski2013-08-26
* Fix tabs in share/functions/__fish_config_interactive.fishGravatar ridiculousfish2013-08-24
* Fix "command not found" handler behaviour.Gravatar nulltrek2013-08-24
* Remove grep warning from make target completionGravatar lledey2013-08-19
* Initial work towards various IO cleanups with an eye to fixing https://github...Gravatar ridiculousfish2013-08-19
* Fix #684 by putting newline after $argvGravatar Konrad Borowski2013-08-18
* Fix "." function to not shadow scopes, so the tests pass again. Remove eval's...Gravatar ridiculousfish2013-08-17
* Mac OS X doesn't support uname -o. Use uname instead.Gravatar Konrad Borowski2013-08-16
* Show path containing current disk drive in Windows in titleGravatar Konrad Borowski2013-08-14
* Show drive letter under CygwinGravatar Konrad Borowski2013-08-14
* Implement 'help' for Cygwin.Gravatar Konrad Borowski2013-08-13
* Implement 'open' for Cygwin.Gravatar Konrad Borowski2013-08-13
* Fix hostname command under Cygwin with Unicode charactersGravatar Konrad Borowski2013-08-12
* Fix ls command under CygwinGravatar Konrad Borowski2013-08-12
* git_prompt: Default upstream_prefix to nothingGravatar Kevin Ballard2013-08-05
* git_prompt: Fix bad test if bash.showUntrackedFiles isn't setGravatar Kevin Ballard2013-08-05