aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
* Add note about uninstalling fishGravatar ridiculousfish2013-05-16
|
* Help cleanupGravatar David Adam (zanchey)2013-05-13
| | | | | | | | | | Large list of changes, including formatting and typos for most commands. More substantive changes have been made to alias, bind, block, break, builtin, case, cd, commandline, count, else, emit, fish_config, funced, function, functions, history, math, mimedb, nextd, not, popd, prevd, pushd, pwd, random, read, set, set_color, switch, test, trap, type, ulimit, umask, and while.
* Document that fish functions cannot be backgroundGravatar David Adam (zanchey)2013-05-13
| | | | (Documentation for #238, #563)
* FAQ updates - implicit cd and autosuggestionsGravatar David Adam (zanchey)2013-05-13
|
* documentation typosGravatar David Adam (zanchey)2013-05-13
|
* Avoid generating man page and help section for printf (to fallback on system ↵Gravatar Siteshwar Vashisht2013-05-05
| | | | man page for printf)
* Added documentation for printfGravatar Siteshwar Vashisht2013-05-05
| | | | Fix for https://github.com/fish-shell/fish-shell/issues/488
* Clarify "input/output methods" in documentationGravatar ridiculousfish2013-05-04
|
* Merge branch 'zanchey-docs'Gravatar ridiculousfish2013-05-04
|\ | | | | | | | | Conflicts: doc_src/index.hdr.in
| * Add a note about getting help through man pagesGravatar ridiculousfish2013-05-04
| |
* | Fixed small typoGravatar Kurtis Nusbaum2013-05-01
| | | | | | | | | | | | Fixed a small typo that I noticed in the design docs. Pretty sure it was meant to say "turned off" instead of "turned of".
* | Tiny typo.Gravatar Eivind Uggedal2013-05-01
| |
| * index.hdr.in: slightly more controversial changesGravatar David Adam2013-04-30
| | | | | | | | | | | | | | | | | | | | | | - Clarify wording in functions section - Use the term aliases rather than wrappers - Clarification of concepts and better? examples in variable expansion - Likewise in environment variables - Using the phrase builtin commands rather than builtins - Tidy up keybindings a bit - Another example in the history section - Remove TODO section in favour of mailing list, GitHub and IRC link
| * index.hdr.in: (hopefully) non-controversial editsGravatar David Adam2013-04-30
| |
| * index.hdr.in: add code markupGravatar David Adam2013-04-30
| |
| * status command: improve help textGravatar David Adam2013-04-29
| |
| * miscellaneous typosGravatar David Adam2013-04-29
|/
* Fix typos in count documentationGravatar ridiculousfish2013-04-28
|
* Fix broken sentence in the Job Control section of the user doc.Gravatar Eivind Uggedal2013-04-28
|
* Some documentation cleanupGravatar Steven Fackler2013-04-21
|
* Fix typo in docsGravatar Dmitry Chestnykh2013-04-20
|
* 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
|