aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* 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
* Use the math function instead of calling bc directly in various placesGravatar axel2006-12-13
* Make sure the rm command and not a wrapper function that could change its beh...Gravatar axel2006-12-12
* Make sure cwd colors update when the variable changes. This is a common regre...Gravatar axel2006-12-12
* Add completions for flac, written by David BitseffGravatar axel2006-12-10
* Add completions for oggenc, written by David BitseffGravatar axel2006-12-09
* ruby-gems-completion.dpatchGravatar Tassilo Horn2006-12-09
* Add dcop completions, written by David BitseffGravatar axel2006-12-09
* Update comlpetions for the help functionGravatar axel2006-12-06
* Make delete-or-exit work with multiline commandsGravatar axel2006-12-06
* Add ant target completions, written by Nate DrakeGravatar axel2006-12-06
* Add completions for the env commandGravatar axel2006-12-04
* Add completions for the locate commandGravatar axel2006-12-04
* Add subcommand completion support to nice completionsGravatar axel2006-12-04
* Rename __fish_complete_directory to increase consistencyGravatar axel2006-12-03
* Add completions for the find commandGravatar axel2006-12-01
* Improve kill completions on non-Debian systems (They where fine before on Deb...Gravatar axel2006-12-01
* Remove fallback of using globals when universal variables are broken in confi...Gravatar axel2006-12-01
* Use dircolors to set default colors for lsGravatar axel2006-12-01
* Fix bug in save_function scriptGravatar axel2006-12-01
* Fix bug in save_function that causes it to not create missing directory entri...Gravatar axel2006-11-30
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ...Gravatar axel2006-11-30
* Don't use GREP_OPTIONS in 'contains' function - this is a modified version of...Gravatar axel2006-11-26
* Add completions for the wajig command. These where generated by the create_wa...Gravatar axel2006-11-21
* Touch up completions for builtin commandsGravatar axel2006-11-21
* Minor edits, whitespace fixes, etc.Gravatar axel2006-11-20
* Support bold and underlined characters in help outputGravatar axel2006-11-20
* Move the event handler for fish_color_cwd to init file, so it is not autounlo...Gravatar axel2006-11-19