aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* 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
* Fix bug in contains functionGravatar axel2006-10-10
* Add missing newline in error message for popd function. Thanks to Phipip Ganc...Gravatar axel2006-10-05
* Fix bug causing ls function to never color or classify filesGravatar axel2006-10-05
* Fix bug in the setenv function (values wheren't exported!), thanks to Matrin ...Gravatar axel2006-09-29
* Unly use classifications in ls if stdout is a ttyGravatar axel2006-09-20
* Make sude completions include /sbin and /usr/sbin in PATH. Thanks to Xavier D...Gravatar axel2006-09-14
* Fix bug in __fish_complete_subcommand, reported by Xavier DouvilleGravatar axel2006-09-13