aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Force at least one line of output for `set_color`.Gravatar Konrad Borowski2014-03-03
* Make fish install a command_not_found handler in non-interactive uses.Gravatar ridiculousfish2014-02-20
* Caching for pacman packages.Gravatar Eric Mrak2014-02-16
* adding completion for aura. adding pacman integration for __fish_print_packagesGravatar Eric Mrak2014-02-16
* 'seq' should return 1, not exit 1, on bad arglistGravatar waterhouse2014-02-16
* math.fish: exit if no output (e.g. from syntax error)Gravatar glennj2014-02-05
* Redirect stderr of initial call to __fish_reload_key_bindings. Fixes ##1155Gravatar ridiculousfish2014-02-03
* Squashed commit of the following:Gravatar David Adam2014-02-02
* Support for escaped colons in makefile targets in __fish_print_make_targets, ...Gravatar ridiculousfish2014-01-29
* __fish_print_packages: correct syntax for yum, improve yum/rpm pipelinesGravatar David Adam2014-01-29
* Enhance/fix `isatty` using `command test`.Gravatar Geoff Nixon2014-01-28
* Support escape or up-arrow to cancel the completion search field.Gravatar ridiculousfish2014-01-27
* Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
* Teach down-or-search how to use down-arrow to begin pager navigationGravatar ridiculousfish2014-01-25
* Fix for issue where wc on OS X would produce leading spaces, causingGravatar ridiculousfish2014-01-25
* Further work on keyboard navigating the completion listGravatar ridiculousfish2014-01-18
* Rename __fish_complete_usb function.Gravatar Konrad Borowski2014-01-14
* 新文件: share/completions/lsusb.fishGravatar leafonsword2014-01-13
* Fix __fish_print_packages for rpmGravatar Max Gonzih2014-01-13
* Fixes issue #1234. Fish now parses system wide ssh configuration file in addi...Gravatar Alexander I.Grafov2014-01-12
* Add Alt+. as a default binding for history-token-search-backwardGravatar David Adam2014-01-08
* __fish_complete_svn: remove GNU extension optionsGravatar David Adam2013-12-30
* Math: disable bc multi-line output.Gravatar Derek Li2013-12-26
* Non standard cut optionsGravatar Javier Gonel2013-12-18
* __fish_git_prompt: initialise colors earlyGravatar David Adam2013-12-02
* 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