| Commit message (Expand) | Author | Age |
* | Minor tweak to vcs completion generation code. Most significantly, some svn c... | axel | 2007-03-25 |
* | Do not use makefile to generate vcs completions, do it directly in the script... | axel | 2007-02-24 |
* | Fix paran mismatch bug in umount completions that popped up when dropping the... | axel | 2007-02-24 |
* | Add missing file for vi completions that is needed to complete files selectiv... | axel | 2007-02-23 |
* | Minor tweaks to vared function | axel | 2007-02-09 |
* | Add -u flag to case completions - case is often used to parse switches, color... | axel | 2007-02-05 |
* | Update vi/vim completions. Add __fish_complete_text function that completes u... | axel | 2007-02-05 |
* | Switch various completions to the simpler format for __fish_complete_suffix | axel | 2007-01-31 |
* | Make the first and last argument to __fish_complete_suffix optional. Use mime... | axel | 2007-01-31 |
* | Add vim completions, written by Velko Hristov | axel | 2007-01-30 |
* | Add command specific completions for xterm, written by Velko Hristov | axel | 2007-01-30 |
* | Add command specific completions for totem, written by Velko Hristov | axel | 2007-01-30 |
* | Remove trailing period in descriptions for darcs and svn | axel | 2007-01-30 |
* | Add support for -s switch to read builtin, enables shell syntax highlighting ... | axel | 2007-01-30 |
* | Add command specific completions for file and locate, written by Velko Hristov | axel | 2007-01-28 |
* | Add -u switch to completions which can have unknown switches or which are inc... | axel | 2007-01-28 |
* | Add command specific completions for mutt and sylpheed, written by Velko Hristov | axel | 2007-01-28 |
* | Add aptitude completions, written by Velko Hristov. | axel | 2007-01-28 |
* | Remove unneeded code from isatty, fix spelling in docs | axel | 2007-01-28 |
* | Fix a few more trailing N_ calls | axel | 2007-01-27 |
* | Another batch of fixes for the VCS completions | axel | 2007-01-27 |
* | Fix various completions that didno't drop the N_ no-op | axel | 2007-01-26 |
* | Update make_mercurial_completions.fish to also handle cvs. Correct bug causin... | axel | 2007-01-26 |
* | make the make_mercurial_completions.fish script able to handle svn as well. U... | axel | 2007-01-26 |
* | Generalize make_mercurial_completions.fish a bit so it can be used with darcs... | axel | 2007-01-25 |
* | Use make_completions.py to make new completions for gcc | axel | 2007-01-25 |
* | Add completions for hg (Mercurial). These completions are autogenerated from ... | axel | 2007-01-25 |
* | Minor edit to init scripts to reduce number of non-builtins called on init | axel | 2007-01-22 |
* | Fix bug in rsync completions | axel | 2007-01-21 |
* | Add switch completions for the rsync command | axel | 2007-01-21 |
* | Simplify completions for a few commands (svn, cvs, darcs, yum) | axel | 2007-01-21 |
* | Make save_function print the help text when given no argumetns. Thanks to Ale... | axel | 2007-01-19 |
* | Add missing completion for the commandline builtin | axel | 2007-01-19 |
* | Remove the final non-builtin call from __fish_gnu_complete, to make it even f... | axel | 2007-01-19 |
* | Additional performance tweak for __fish_gnu_complete | axel | 2007-01-16 |
* | Bugfix in __fish_gnu_complete - switches could be ignored | axel | 2007-01-16 |
* | Improve speed of __fish_gnu_complete on systems with no native seq implementa... | axel | 2007-01-16 |
* | Make all descriptions for function calls use the implicit translation from th... | axel | 2007-01-16 |
* | Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext... | axel | 2007-01-16 |
* | Darcs completions: Check for file existance before trying to complete using t... | axel | 2007-01-16 |
* | Document -f option for psub, add tab completions | axel | 2007-01-16 |
* | Add a -f switch to psub to use regular files instead of fifos. This makes psu... | axel | 2007-01-16 |
* | Add missing completions to ulimit | axel | 2007-01-13 |
* | Remove comments from apropos matching in function for getting description fo... | axel | 2007-01-08 |
* | Allow the user to specify name of history file to use with the read builtin | axel | 2007-01-07 |
* | Update the dcop completions. This update was written by David Bitseff. | axel | 2007-01-06 |
* | Add iconv completions | axel | 2006-12-27 |
* | svn-delete-completion.dpatch | Tassilo Horn | 2006-12-22 |
* | Fix minor type in 'find' completions | axel | 2006-12-20 |
* | Fix yet another place where the 'builtin' builtin was used in stead of 'command' | axel | 2006-12-15 |