aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Fix s/$remote// mistake.Gravatar Konrad Borowski2013-11-29
* add port informationGravatar Shane Xu2013-11-27
* Fix bold in informative git prompt.Gravatar Konrad Borowski2013-11-27
* 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
* Update brew completion with new optionsGravatar Misty De Meo2013-11-26
* Do not open CLI browsers when using fish_config.Gravatar d10n2013-11-26
* 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
* Do not show files in modprobe completionsGravatar Siteshwar Vashisht2013-11-17
* Fix modprobe completion for newer modprobe versionsGravatar Thierry Goettelmann2013-11-16
* 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
* Prefer standard library lzma module if availableGravatar Marc Joliet2013-11-09
* Implement file autocompletion for git add and git checkout.Gravatar Konrad Borowski2013-10-31
* Make type -a print all executables in PATHGravatar Asger Hautop Drewsen2013-10-29
* add completions for source and document the move away from '.'Gravatar David Adam2013-10-28
* Disallow package names with dots.Gravatar Konrad Borowski2013-10-25
* 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
* Merge pull request #1015 from marcecj/add_bz2_lzma_xz_supportGravatar Konrad Borowski2013-10-18
|\
| * Change the way xz/lzma man pages are detectedGravatar Marc Joliet2013-10-17
* | Add postgres psql completionGravatar Ronaldo Maia2013-10-04
* | Add postgres psql completionGravatar Ronaldo Maia2013-10-04
* | Use manpath instead of man --path in man.fish function (as in commitGravatar sra2013-10-03
* | Fix git completions when aliased command is not found.Gravatar nulltrek2013-10-02
* | Complete apt-get purge identical to apt-get removeGravatar MagicMuscleMan2013-09-29
| * Only print an error when an lzma/xz manpage occursGravatar Marc Joliet2013-09-25
* | Fix one element tuple to be actually tuple.Gravatar Konrad Borowski2013-09-25
| * Skip lzma/xz manpages if lzma module not availableGravatar Marc Joliet2013-09-25
| * Only try "lzma" module on ImportErrorGravatar Marc Joliet2013-09-25
| * Change an "if" to more appropriate "elif"Gravatar Marc Joliet2013-09-25
* | default key bindings: fix syntax errors introduced in 735af50Gravatar David Adam2013-09-24
| * Support bzip2 and lzma/xz compressed man pagesGravatar Marc Joliet2013-09-24
|/
* default key bindings: add further iTerm2 bindingsGravatar David Adam2013-09-24
* Add Perl modules completion.Gravatar Konrad Borowski2013-09-22
* rsync completions: complete hostnames ala scpGravatar David Adam2013-09-19
* scp completions: use __fish_print_hostnames rather than doing independent hos...Gravatar David Adam2013-09-19
* __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
* Added git stash completion options.Gravatar Konrad Borowski2013-09-18
* __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