aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Add -u flag to case completions - case is often used to parse switches, color...Gravatar axel2007-02-05
* Update vi/vim completions. Add __fish_complete_text function that completes u...Gravatar axel2007-02-05
* Switch various completions to the simpler format for __fish_complete_suffixGravatar axel2007-01-31
* Make the first and last argument to __fish_complete_suffix optional. Use mime...Gravatar axel2007-01-31
* Add vim completions, written by Velko HristovGravatar axel2007-01-30
* Add command specific completions for xterm, written by Velko HristovGravatar axel2007-01-30
* Add command specific completions for totem, written by Velko HristovGravatar axel2007-01-30
* Remove trailing period in descriptions for darcs and svnGravatar axel2007-01-30
* Add support for -s switch to read builtin, enables shell syntax highlighting ...Gravatar axel2007-01-30
* Add command specific completions for file and locate, written by Velko HristovGravatar axel2007-01-28
* Add -u switch to completions which can have unknown switches or which are inc...Gravatar axel2007-01-28
* Add command specific completions for mutt and sylpheed, written by Velko HristovGravatar axel2007-01-28
* Add aptitude completions, written by Velko Hristov.Gravatar axel2007-01-28
* Remove unneeded code from isatty, fix spelling in docsGravatar axel2007-01-28
* Fix a few more trailing N_ callsGravatar axel2007-01-27
* Another batch of fixes for the VCS completionsGravatar axel2007-01-27
* Fix various completions that didno't drop the N_ no-opGravatar axel2007-01-26
* Update make_mercurial_completions.fish to also handle cvs. Correct bug causin...Gravatar axel2007-01-26
* make the make_mercurial_completions.fish script able to handle svn as well. U...Gravatar axel2007-01-26
* Generalize make_mercurial_completions.fish a bit so it can be used with darcs...Gravatar axel2007-01-25
* Use make_completions.py to make new completions for gccGravatar axel2007-01-25
* Add completions for hg (Mercurial). These completions are autogenerated from ...Gravatar axel2007-01-25
* Minor edit to init scripts to reduce number of non-builtins called on initGravatar axel2007-01-22
* Fix bug in rsync completionsGravatar axel2007-01-21
* Add switch completions for the rsync commandGravatar axel2007-01-21
* Simplify completions for a few commands (svn, cvs, darcs, yum)Gravatar axel2007-01-21
* Make save_function print the help text when given no argumetns. Thanks to Ale...Gravatar axel2007-01-19
* Add missing completion for the commandline builtinGravatar axel2007-01-19
* Remove the final non-builtin call from __fish_gnu_complete, to make it even f...Gravatar axel2007-01-19
* Additional performance tweak for __fish_gnu_completeGravatar axel2007-01-16
* Bugfix in __fish_gnu_complete - switches could be ignoredGravatar axel2007-01-16
* Improve speed of __fish_gnu_complete on systems with no native seq implementa...Gravatar axel2007-01-16
* Make all descriptions for function calls use the implicit translation from th...Gravatar axel2007-01-16
* Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext...Gravatar axel2007-01-16
* Darcs completions: Check for file existance before trying to complete using t...Gravatar axel2007-01-16
* Document -f option for psub, add tab completionsGravatar axel2007-01-16
* Add a -f switch to psub to use regular files instead of fifos. This makes psu...Gravatar axel2007-01-16
* Add missing completions to ulimitGravatar axel2007-01-13
* Remove comments from apropos matching in function for getting description fo...Gravatar axel2007-01-08
* Allow the user to specify name of history file to use with the read builtinGravatar axel2007-01-07
* Update the dcop completions. This update was written by David Bitseff.Gravatar axel2007-01-06
* Add iconv completionsGravatar axel2006-12-27
* svn-delete-completion.dpatchGravatar Tassilo Horn2006-12-22
* Fix minor type in 'find' completionsGravatar axel2006-12-20
* Fix yet another place where the 'builtin' builtin was used in stead of 'command'Gravatar axel2006-12-15
* Make the directory history keyboard shortcuts repaint the screen. Otherwise, ...Gravatar axel2006-12-15
* Do not add --help completions for builtins at init time. These completions ar...Gravatar axel2006-12-14
* Fix incorrect use of the 'builtin' builtin when the 'command' builtin was int...Gravatar axel2006-12-14
* Drop unneeded '--' when using set builtin in various placesGravatar axel2006-12-13
* Drop unneeded '--' when using set builtin in the trap functionGravatar axel2006-12-13