aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Make the Alt-p keybinding respect the PAGER variableGravatar liljencrantz2007-10-06
* 'Misfeature' fix for eval function - make it force job control when in intera...Gravatar liljencrantz2007-10-06
* Use IO redirection to make the eval function actually have a working stdinGravatar liljencrantz2007-10-06
* Make fish automatically realise a repaint is needed in more situations, makin...Gravatar liljencrantz2007-10-06
* Actually make the previously defined function for reloading key bindings on c...Gravatar liljencrantz2007-10-01
* Remove readline legacy input function 'winch' and replace its functionality w...Gravatar liljencrantz2007-10-01
* Add input function completions for the commandline builtinGravatar liljencrantz2007-09-30
* Drop the unneeded input-function delete-line. It was only there for compatiab...Gravatar liljencrantz2007-09-30
* Ignore errors when autoloading keybindingsGravatar liljencrantz2007-09-29
* Fix bug in exit code that made the exit builtin exit even if there where runn...Gravatar liljencrantz2007-09-26
* First stab at dropping all support for readlines inputrc files and instead us...Gravatar liljencrantz2007-09-26
* Fix bug causing some fish strings not to be translatedGravatar liljencrantz2007-09-24
* Minor polish like adding missing whitespace, switch to using --argument switc...Gravatar liljencrantz2007-09-24
* Fix bug making builtin help for the '.' builtin not show up.Gravatar liljencrantz2007-09-23
* Fix bug in eval function, forgot to turn off new scope creation.Gravatar liljencrantz2007-09-23
* Remove a few calls to the test command in favour of the switch builtin to spe...Gravatar liljencrantz2007-09-23
* Create common function for listing available character encodings, make sure i...Gravatar liljencrantz2007-09-22
* Move mkae completion function to its own fileGravatar liljencrantz2007-09-22
* Clean up interactive mode init a bit. Move a few utility functions to their o...Gravatar liljencrantz2007-09-22
* Make sure all keybinding scripts repaint properlyGravatar liljencrantz2007-09-22
* Add boilerplate definition when using funced on undefined functionGravatar liljencrantz2007-09-22
* Add a few comments, remove debug message add function descriptions to up-or-s...Gravatar liljencrantz2007-09-22
* Make up/down cursor move up or down when in multiline mode, except if already...Gravatar liljencrantz2007-09-22
* Avoid using test command in prompt, makes it slightly fasterGravatar axel2007-09-09
* Avoid using -n switch to eccoGravatar axel2007-09-09
* 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