aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/help.fish
Commit message (Collapse)AuthorAge
* Fix user browser for help in CygwinGravatar Gordon Tyler2016-02-12
| | | | | | | Fixes the invocation of a user-specified browser by the `help` command on Cygwin. - Use `cygstart` to launch the browser with escaped quotes to avoid problems with spaces in the path to the browser, (e.g. Program Files). - Use `cygpath` to convert the base help dir to a Windows path before constructing the fie URL to pass to the browser.
* 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
| | | | Fixes #73
* help command: only use $BROWSER if it is a valid commandGravatar David Adam (zanchey)2013-05-25
| | | | (plus add Google Chrome and Chromium to graphical_browsers and a spelling fix)
* 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
| | | | https://github.com/fish-shell/fish-shell/issues/293
* Fix for https://github.com/fish-shell/fish-shell/issues/218Gravatar ridiculousfish2012-07-09
| | | | make help smarter on OS X (don't show useless builtin man page)
* Add Rekonq in list of browsers to display helpGravatar Siteshwar Vashisht2012-06-08
|
* Fixed builtin_test to properly handle "just a strings" in combining ↵Gravatar ridiculousfish2012-05-20
| | | | | | expressions, like 'test foo -a bar'. This was causing error messages in the help function. Fixed help function to know about OS X and use the open command to open web pages.
* help.fish: Fix the sed expression to find anchors with id or nameGravatar Dylan Smith2010-11-23
| | | | | | | | | | | Previously the expression only searched for anchors with a name attribute, but doxygen 1.7.1 is producing anchors with the id attribute instead. The sed expression allows both cases for compatibility. I also used single quotes for the sed expression to avoid escaping double quotes. Signed-off-by: Grissiom <chaos.proton@gmail.com>
* remove trialing spaces #2Gravatar Grissiom2010-09-18
|
* Make all descriptions for function calls use the implicit translation from ↵Gravatar axel2007-01-16
| | | | | | the previous patch instead of explicitly using N_ darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.gz
* Update documentation display code to run roff on the client system instead ↵Gravatar axel2006-11-18
| | | | | | of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
* Fix a bug in the help function causing help to fail when trying to open help ↵Gravatar axel2006-11-07
| | | | | | for a builtin command. Thanks to Reuben Thomas for the report. darcs-hash:20061107131211-ac50b-9727a813d940b34923b23b073c80a7b42c023486.gz
* Fix warning when help function is called with no argumentsGravatar axel2006-09-05
| | | | darcs-hash:20060904201612-ac50b-63b83a589735021a6afd6be193500b549e3b25dd.gz
* help --help should be same as help helpGravatar axel2006-08-22
| | | | darcs-hash:20060822005230-ac50b-b82c0665cae7427c09992f51e128e33cea44b41e.gz
* Add a message to stdout in the help function describing where the help went ↵Gravatar axel2006-08-15
| | | | | | if help opens an external browser window darcs-hash:20060814181135-ac50b-6d9b05b714bc9576c260e87b5706e7d94dd73e39.gz
* Fix bug in help builtin that caused fish to show index page instead of ↵Gravatar axel2006-06-14
| | | | | | command-specific help darcs-hash:20060613152224-ac50b-d1841f7069e4fee2c569fb0ee079efd3cfe7de8a.gz
* Check documentation for listing of external commands instead of relying on ↵Gravatar axel2006-05-29
| | | | | | out of date static lists in various places darcs-hash:20060529133239-ac50b-48392cfa1e5817ed8df452f0632658af7fe47a28.gz
* Use 'type -f' instead of 'which' to test for presense of command, since the ↵Gravatar axel2006-03-14
| | | | | | latter does not set the exit status correctly on all platforms darcs-hash:20060314002127-ac50b-6ed726bdcc9e3a7a9608a904c382973799dc73ef.gz
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
| | | | darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz