aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/help.fish
Commit message (Expand)AuthorAge
* Fix user browser for help in CygwinGravatar Gordon Tyler2016-02-12
* Adopt the new type -q flag in the other functionsGravatar Kevin Ballard2014-07-13
* Implement 'help' for Cygwin.Gravatar Konrad Borowski2013-08-13
* Indentation and quote cleanup of help.fishGravatar ridiculousfish2013-05-25
* help function: tidy up messages, remove the 'difference' optionGravatar David Adam (zanchey)2013-05-25
* help command: only use $BROWSER if it is a valid commandGravatar David Adam (zanchey)2013-05-25
* Teach help how to not drop fragments on OS XGravatar ridiculousfish2012-12-27
* Teach help how to go to the web if documentation is not installedGravatar ridiculousfish2012-12-27
* FormattingGravatar ridiculousfish2012-12-26
* add __fish_print_commands and use it for helpGravatar David Adam (zanchey)2012-12-26
* A quick fix to issue #456.Gravatar Cheer Xiao2012-12-17
* Use xdg-open instead of BROWSER, if availableGravatar ridiculousfish2012-08-25
* Fix for https://github.com/fish-shell/fish-shell/issues/218Gravatar ridiculousfish2012-07-09
* Add Rekonq in list of browsers to display helpGravatar Siteshwar Vashisht2012-06-08
* Fixed builtin_test to properly handle "just a strings" in combining expressio...Gravatar ridiculousfish2012-05-20
* help.fish: Fix the sed expression to find anchors with id or nameGravatar Dylan Smith2010-11-23
* remove trialing spaces #2Gravatar Grissiom2010-09-18
* Make all descriptions for function calls use the implicit translation from th...Gravatar axel2007-01-16
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Fix a bug in the help function causing help to fail when trying to open help ...Gravatar axel2006-11-07
* Fix warning when help function is called with no argumentsGravatar axel2006-09-05
* 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
* Fix bug in help builtin that caused fish to show index page instead of comman...Gravatar axel2006-06-14
* Check documentation for listing of external commands instead of relying on ou...Gravatar axel2006-05-29
* Use 'type -f' instead of 'which' to test for presense of command, since the l...Gravatar axel2006-03-14
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17