aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Complete using known repos in darcsGravatar axel2006-11-16
* Fix exit status of delete-or-exit functionGravatar axel2006-11-12
* Add a few missing completions for the ls commandGravatar axel2006-11-11
* Add a few more darcs completions. These are still unfinished, though.Gravatar axel2006-11-11
* Minor cleanups, mostly of code commentsGravatar axel2006-11-11
* complete-eik-and-friends.dpatchGravatar tassilo2006-11-11
* better-emerge-completion.dpatchGravatar tassilo2006-11-10
* Add completions for equery, written by Tassilo Horn.Gravatar axel2006-11-08
* Update the emerge completions. They are now complete, ignore switch ordering,...Gravatar axel2006-11-08
* 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
* Do not print a newline on empty greeting message. Thanks to Reuben Thomas for...Gravatar axel2006-11-07
* Fix code for locating inputrc-file in users fish configuration directory. Tha...Gravatar axel2006-11-04
* Add completions for ps2pdf, dvipdf and dvipdfm commands, written by Reuben Th...Gravatar axel2006-11-04
* 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
* Fix completions for which and type, which where broken by previous script upd...Gravatar axel2006-10-30
* Add a shellscript function 'save'function' for saving the current definition ...Gravatar axel2006-10-28
* Fix spelling error in init fileGravatar axel2006-10-26
* Remove the --key-binding switch for fishGravatar axel2006-10-26
* Remove extra whitespace from warning message on directory transitionGravatar axel2006-10-23
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Use the xdg-open command in the open function if it existsGravatar axel2006-10-12
* Only show greeting in interactive modeGravatar axel2006-10-11
* Fix bug in contains functionGravatar axel2006-10-10
* Make the greeting message configurable using the fish_greeting variableGravatar 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
* Add the possibility to set the cursor position using the commandline builtinGravatar axel2006-10-05
* Use universal variables for fish_function_path and fish_complete_pathGravatar 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
* Add completions for the wpa_cli commandGravatar axel2006-09-19
* 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
* Add completions for xpdf and xmms, written by Vikas GorurGravatar axel2006-09-12
* Fix syntax bug caused by new cmdsubs slicing feature. Thanks to Martin Bähr ...Gravatar axel2006-09-08
* Fix warning when help function is called with no argumentsGravatar axel2006-09-05
* Add math shellscript function, which is a thin wrapper around bcGravatar axel2006-09-05
* Fix minor null pointer bug in the set builtin, fix bug causing the -n switch ...Gravatar axel2006-09-01
* Don't turn of file completion in svn completions if given an unknown subcommandGravatar axel2006-08-28
* Minor bugfix for the completions for the complete builtinGravatar axel2006-08-26
* Add minor new completion for make commandGravatar axel2006-08-26
* help --help should be same as help helpGravatar axel2006-08-22
* Add a message to stdout in the help function describing where the help went i...Gravatar axel2006-08-15
* Remove Solaris circular dependency in init file. Thanks to Netocrat.Gravatar axel2006-08-11
* Avoid circular dependency in ls autoload. Second try.Gravatar axel2006-08-10
* The xpg4-path was mistyped. Fix it.Gravatar axel2006-08-01