aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
* TyposGravatar nmeum2013-04-14
|
* Remove "law of minimalism" since echo is now a builtin and we're pretty ↵Gravatar ridiculousfish2013-04-13
| | | | | | clearly prioritizing performance over modularity. https://github.com/fish-shell/fish-shell/issues/612
* Fixed a typoGravatar nmeum2013-04-13
| | | | It should be 'directory' not 'direcotry'
* Add note to docs.Gravatar Kenneth Vestergaard2013-03-10
|
* Document -e and -E flags for echo, and provide some examplesGravatar ridiculousfish2013-03-05
|
* Add some examples to set_colorGravatar ridiculousfish2013-03-04
|
* Remove -v flag from set_color synopsis.Gravatar Daniel James2013-03-04
| | | | The -v documentation was removed when set_color was made a builtin, but wasn't removed from the synopsis.
* Update doc_src/contains.txtGravatar Jacob Johnson2013-02-20
| | | | Escaped the $
* Add a note to the documentation about fish_user_pathsGravatar ridiculousfish2013-02-19
|
* First stab at builtin set_color. Moved set_color.cpp to ↵Gravatar ridiculousfish2013-02-14
| | | | builtin_set_color.cpp and taught fish about it.
* Make subcommands modify $status, and make builtin_set not modify status ↵Gravatar ridiculousfish2013-01-31
| | | | | | | unless it fails https://github.com/fish-shell/fish-shell/issues/547 https://github.com/fish-shell/fish-shell/issues/214
* Document new MAC address behaviorGravatar ridiculousfish2013-01-08
|
* make 'alias' check for recursive calls and insert 'command'; update docs, ↵Gravatar Jan Kanis2013-01-01
| | | | fix #486
* document set -L/--long optionGravatar Jan Kanis2012-12-29
|
* clarify docs on variable scope in functionsGravatar Jan Kanis2012-12-29
|
* Re-point some URLs at the fish homepage fishshell.comGravatar ridiculousfish2012-12-27
|
* Allow 'emit' to accept event argumentsGravatar Jan Kanis2012-12-20
|
* Removed some debugging code used in determining autosuggestion truncationGravatar ridiculousfish2012-12-11
| | | | Fixed a busted link in the function doc
* Implement new newline-escaping behavior. Backslashes at the end of lines now ↵Gravatar ridiculousfish2012-11-22
| | | | | | | essentially delete the newline, within normal text or double quotes. Backslashes are retained within single quotes. Fixes https://github.com/fish-shell/fish-shell/issues/347 Fixes https://github.com/fish-shell/fish-shell/issues/52
* test documentation - format examples properlyGravatar David Adam (zanchey)2012-11-08
|
* test documentation - correct argument listingGravatar David Adam (zanchey)2012-11-08
|
* Support for fish_right_promptGravatar ridiculousfish2012-11-07
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/80
* keybindings → key_bindings (for consistency)Gravatar Nate Soares2012-10-20
|
* Remove bogus path from example of "." (source) commandGravatar ridiculousfish2012-10-04
| | | | https://github.com/fish-shell/fish-shell/issues/297
* Changed "elseif" to "else if"Gravatar ridiculousfish2012-09-03
|
* Improve documentation and error reporting for elseif.Gravatar ridiculousfish2012-09-01
|
* explain how to load binds automaticallyGravatar Rubycut2012-08-04
|
* Replaced references to http://fishshell.org/ with ↵Gravatar Anders Bergh2012-08-01
| | | | http://ridiculousfish.com/shell/.
* index range docGravatar maxfl2012-07-24
|
* Tweaked fish_prompt document in a way I hope clarifies itGravatar ridiculousfish2012-07-13
|
* Added small note to the fish_prompt docGravatar Dario Bertini2012-07-12
|
* Tweaked pwd note about symbolic linksGravatar ridiculousfish2012-07-12
|
* Added doc for pwdGravatar Dario Bertini2012-07-12
|
* Allow 'contains' builtin to return indexGravatar maxfl2012-07-10
| | | | | Add an option -i/--index to the contains builtin to print the index of first coincidence.
* Set single-line default promptGravatar maxfl2012-07-07
| | | | | | | | Fish now doesn't join the fish_prompt output. This breaks the default fish_prompt. Make default fish_prompt single-line. Fixes #203. Add -l flag to 'read' documentation. Remove ambiguous '-x' description. Fixes #157.
* Created the man page for echo and testGravatar Sean DuBois2012-07-06
|
* Doc is updatedGravatar maxfl2012-07-01
| | | | btw. funced completion is updated
* Step coloring for fish_pager introduces new variableGravatar maxfl2012-06-29
| | | | | | fish_pager_color_secondary to set background of every second completion line. It simplifies finding the options corresponding to given description. Default color is 151515.
* Updated funced documentation to reflect new behaviorGravatar ridiculousfish2012-06-29
|
* Add -e option to funcedGravatar maxfl2012-06-29
| | | | | New option -e or --editor allows to edit function inside external editor, rather than in reader.
* docs: fix percentage sign escape characterGravatar David Adam (zanchey)2012-06-18
| | | | (Patch taken from Debian packaging.)
* Made history --help show history man page and history is now saved only once ↵Gravatar Siteshwar Vashisht2012-06-12
| | | | while deleting items
* Fixed closing <pre> tagGravatar Torsten Grust2012-06-11
| | | | | - Was an opening tag, should have been a closing tag - Confused Doxygen 1.8.1.1 on my machine (OS X 10.7), resulting in the fish man pages not being installed at all
* Adding history builtinGravatar Siteshwar Vashisht2012-06-05
|
* Update set_color documentationGravatar ridiculousfish2012-05-25
|
* Document some of the new commandsGravatar ridiculousfish2012-05-25
|
* minor changes on user docGravatar Jakukyo Friel2011-02-20
|
* Fix some spelling mistakesGravatar James Vega2010-11-23
| | | | | | | Fix spelling mistakes in various bits of the documentation. Signed-off-by: James Vega <jamessan@debian.org> Signed-off-by: Grissiom <chaos.proton@gmail.com>
* Merge remote branch 'origin/otherchirps-dev'Gravatar Grissiom2010-09-19
|\
* | remove trialing spaces #2Gravatar Grissiom2010-09-18
| |