aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* 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
* Add a few missing completions for the ls commandGravatar axel2006-11-11
* Minor cleanups, mostly of code commentsGravatar axel2006-11-11
* Add alias function. Thanks to Tassilo Horn for pointing out that it was missing.Gravatar axel2006-11-08
* Fix a bug in the help function causing help to fail when trying to open help ...Gravatar axel2006-11-07
* Add command specific completions for unrar command (No switches yet, only com...Gravatar axel2006-11-03
* Add support for completing using contents of tar archivesGravatar axel2006-11-03
* Spelling fix. Thanks to Reuben ThomasGravatar axel2006-11-02
* Add a shellscript function 'save'function' for saving the current definition ...Gravatar axel2006-10-28
* Remove the --key-binding switch for fishGravatar axel2006-10-26
* Use the xdg-open command in the open function if it existsGravatar axel2006-10-12