aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Make the prompt different when root user. This change was suggested by Claes ...Gravatar liljencrantz2007-08-19
* Completions for prt-get and pkgutils, the package management utilities for CR...Gravatar patroclo72007-08-04
* Completions for ports, a tool for port management in CRUX linuxGravatar Giorgio Lando2007-08-04
* Drop contains function, since we now have a builtin.Gravatar liljencrantz2007-08-02
* Remove confusing and misleading error message when trying to repaint the prom...Gravatar axel2007-08-02
* Minor bug fix in mime-completion-filter - correctly handle when there is no m...Gravatar axel2007-08-02
* Replace the count function with a builtin for performance reasons. The count ...Gravatar axel2007-08-01
* Make sure completion descriptions generated by make_vcs_completions.fish are ...Gravatar axel2007-06-05
* Actually add the count function. Thanks to Tassilo Horn for the report.Gravatar axel2007-04-25
* Add a fes minor completion correctionsGravatar axel2007-04-24
* 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