aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
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
* 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
* Actually add the count function. Thanks to Tassilo Horn for the report.Gravatar axel2007-04-25
* Replace the eval builtin with a functionGravatar axel2007-04-23
* Add funced function, which works like vared, but with functionsGravatar axel2007-04-23
* Change output format of complete -C to make writing case insensitive command ...Gravatar axel2007-04-21
* 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
* 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
* Update vi/vim completions. Add __fish_complete_text function that completes u...Gravatar axel2007-02-05
* 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
* Remove unneeded code from isatty, fix spelling in docsGravatar axel2007-01-28
* Make save_function print the help text when given no argumetns. Thanks to Ale...Gravatar 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
* Add a -f switch to psub to use regular files instead of fifos. This makes psu...Gravatar axel2007-01-16
* Remove comments from apropos matching in function for getting description fo...Gravatar axel2007-01-08
* 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
* 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 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
* Rename __fish_complete_directory to increase consistencyGravatar axel2006-12-03
* 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
* 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
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Fix exit status of delete-or-exit functionGravatar axel2006-11-12