aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Launch debug shell on TRAP signal.Gravatar axel2007-04-24
* Replace the eval builtin with a functionGravatar axel2007-04-23
* Add funced function, which works like vared, but with functionsGravatar axel2007-04-23
* Add support for changing token separator in command substitution. IT is not t...Gravatar axel2007-04-23
* Minor improvements to the completion generator and gcc completionsGravatar axel2007-04-22
* Add completion support for named function argumentsGravatar axel2007-04-21
* Change output format of complete -C to make writing case insensitive command ...Gravatar axel2007-04-21
* Add completions for evinceGravatar axel2007-04-19
* Add a completion function for completiong file url:sGravatar axel2007-04-19
* Remove explicit directory completion from __fish_complete_mime, we only want ...Gravatar axel2007-04-18
* Rename save_function to funcsave to keep consistency between function/variabl...Gravatar axel2007-04-17
* Add newline to error message in alias.fish. This problem was reported by flixil.Gravatar axel2007-04-12
* Minor tweak to vcs completion generation code. Most significantly, some svn c...Gravatar axel2007-03-25
* Do not use makefile to generate vcs completions, do it directly in the script...Gravatar axel2007-02-24
* Fix paran mismatch bug in umount completions that popped up when dropping the...Gravatar axel2007-02-24
* Add missing file for vi completions that is needed to complete files selectiv...Gravatar axel2007-02-23
* Minor tweaks to vared functionGravatar axel2007-02-09
* 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