index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
share
/
functions
/
help.fish
Commit message (
Expand
)
Author
Age
*
Fix user browser for help in Cygwin
Gordon Tyler
2016-02-12
*
Adopt the new type -q flag in the other functions
Kevin Ballard
2014-07-13
*
Implement 'help' for Cygwin.
Konrad Borowski
2013-08-13
*
Indentation and quote cleanup of help.fish
ridiculousfish
2013-05-25
*
help function: tidy up messages, remove the 'difference' option
David Adam (zanchey)
2013-05-25
*
help command: only use $BROWSER if it is a valid command
David Adam (zanchey)
2013-05-25
*
Teach help how to not drop fragments on OS X
ridiculousfish
2012-12-27
*
Teach help how to go to the web if documentation is not installed
ridiculousfish
2012-12-27
*
Formatting
ridiculousfish
2012-12-26
*
add __fish_print_commands and use it for help
David Adam (zanchey)
2012-12-26
*
A quick fix to issue #456.
Cheer Xiao
2012-12-17
*
Use xdg-open instead of BROWSER, if available
ridiculousfish
2012-08-25
*
Fix for https://github.com/fish-shell/fish-shell/issues/218
ridiculousfish
2012-07-09
*
Add Rekonq in list of browsers to display help
Siteshwar Vashisht
2012-06-08
*
Fixed builtin_test to properly handle "just a strings" in combining expressio...
ridiculousfish
2012-05-20
*
help.fish: Fix the sed expression to find anchors with id or name
Dylan Smith
2010-11-23
*
remove trialing spaces #2
Grissiom
2010-09-18
*
Make all descriptions for function calls use the implicit translation from th...
axel
2007-01-16
*
Update documentation display code to run roff on the client system instead of...
axel
2006-11-18
*
Fix a bug in the help function causing help to fail when trying to open help ...
axel
2006-11-07
*
Fix warning when help function is called with no arguments
axel
2006-09-05
*
help --help should be same as help help
axel
2006-08-22
*
Add a message to stdout in the help function describing where the help went i...
axel
2006-08-15
*
Fix bug in help builtin that caused fish to show index page instead of comman...
axel
2006-06-14
*
Check documentation for listing of external commands instead of relying on ou...
axel
2006-05-29
*
Use 'type -f' instead of 'which' to test for presense of command, since the l...
axel
2006-03-14
*
Do gettext translation of descriptions just-in-time internally in fish
axel
2006-03-02
*
Redo installation file structure, move lots of things to $PREFIX/share/fish
axel
2006-02-17