aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
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
* Add a few extra directories to check for in path on startupGravatar liljencrantz2007-09-29
* Make path checking on startup faster by only using builtin commandsGravatar liljencrantz2007-09-29
* 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
* Remove confusing and misleading error message when trying to repaint the prom...Gravatar axel2007-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
* Make sure completion descriptions generated by make_vcs_completions.fish are ...Gravatar axel2007-06-05
* Actually add the count function. Thanks to Tassilo Horn for the report.Gravatar axel2007-04-25
* Add a fes minor completion correctionsGravatar axel2007-04-24
* Launch debug shell on TRAP signal.Gravatar axel2007-04-24
* Replace the eval builtin with a functionGravatar axel2007-04-23
* Add funced function, which works like vared, but with functionsGravatar axel2007-04-23
* Add support for changing token separator in command substitution. IT is not t...Gravatar axel2007-04-23
* Minor improvements to the completion generator and gcc completionsGravatar axel2007-04-22
* Add completion support for named function argumentsGravatar axel2007-04-21
* Change output format of complete -C to make writing case insensitive command ...Gravatar axel2007-04-21
* Add completions for evinceGravatar axel2007-04-19
* 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