aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
* Change terminology in docs from 'environment variables' -> 'shell variables'Gravatar Alan Thompson2014-04-29
|
* Check effective credentials of socket peersGravatar David Adam2014-04-28
| | | | | | | | | Fix for CVE-2014-2905. Code for getpeereid() on non-BSD systems imported from the PostgreSQL project under a BSD-style license. Closes #1436
* Incorporate a modified UTF8 <-> wchar_t implementation from AlexeyGravatar ridiculousfish2014-03-22
| | | | | Vatchenko (http://www.bsdua.org/libbsdua.html) in preparation for eliminating our dependency on iconv
* Remove old pager remnants, including documentation and references in theGravatar ridiculousfish2014-03-15
| | | | build system
* document Alt-F as well for accepting part of autosuggestionGravatar David Adam2014-02-10
| | | | Closes #1290.
* Documented Alt-Right to accept a single word of an autosuggestionGravatar David Adam2014-02-02
| | | | See https://github.com/fish-shell/fish-shell/issues/1262
* Enhance/fix `isatty` using `command test`.Gravatar Geoff Nixon2014-01-28
| | | | | | | | | | | | Presently, `isatty` only works on a handful of keywords. Here it is rewritten to be able to take any path, device or fd number as an argument, and eliminates errors printed to stdout. Per discussion in #1228, using `builtin test -c` within a pipe to test special file descriptors is not viable, so this implementation specifcially uses `command test`. Additionally, a note has been added to the documentation of `test` regarding this potential aberration from the expected output of the test utility under the 'Standards' section.
* Implement and document new -P / --paging-mode flags to commandline, to ↵Gravatar ridiculousfish2014-01-17
| | | | | | support new pager
* fix two minor typos in tutorialGravatar Сергей Романов2014-01-08
|
* Update Free Software Foundation address.Gravatar Konrad Borowski2013-12-13
| | | | Fixes #1184.
* doc_src/eval.txt: fix typo.Gravatar Thomas Cort2013-12-10
| | | | 'folloing' => 'following'
* document new F1 bindingGravatar David Adam2013-11-09
|
* Fix broken links in tutorialGravatar Antoine Gourlay2013-10-31
|
* add completions for source and document the move away from '.'Gravatar David Adam2013-10-28
| | | | Closes: #310
* Document appending `/` feature.Gravatar Konrad Borowski2013-10-06
|
* Replace nextd/prevd <pre>s with \codeGravatar ridiculousfish2013-10-05
|
* New documentation UI, including tutorial.Gravatar ridiculousfish2013-10-05
|
* Update docs to describe autosuggestions. Fixes #937Gravatar ridiculousfish2013-09-30
|
* Updated help text of fish_config commandGravatar Siteshwar Vashisht2013-09-28
|
* fix typo introduced in b56542a9fGravatar David Adam (zanchey)2013-09-13
| | | | | | | Thanks to @siteshwar for spotting. https://github.com/fish-shell/fish-shell/commit/b56542a9f195358b1ac33716bde0d731b8e70871#commitcomment-4083982 https://github.com/fish-shell/fish-shell/commit/b56542a9f195358b1ac33716bde0d731b8e70871#commitcomment-4083982
* document new bindings introduced in cd1c2f74d3bcGravatar David Adam (zanchey)2013-09-13
|
* test documentation: update wording, generate test manual page (closes #734)Gravatar David Adam (zanchey)2013-09-13
|
* add -O and -G to test commandGravatar Tony Wang2013-08-25
| | | | they are available on Linux and OS X, and now ported to fish
* fixing small typoGravatar Mikko Viitamäki2013-08-16
|
* Document source command.Gravatar Konrad Borowski2013-08-14
|
* accidentally reopened #943, fixed nowGravatar David Adam (zanchey)2013-08-07
|
* docs: add editor documentation, move binding informationGravatar David Adam (zanchey)2013-08-07
| | | | | closes #931 also fixes a crossreference error
* Fixes broken link in docs. Fixes #943Gravatar Gennadiy Zlobin2013-08-04
|
* documentation for test and function (closes: #734)Gravatar David Adam (zanchey)2013-07-29
| | | | | | | plus speling in documentation for bind. Note that this commit does not re-enable the generation of the manpage for test, which will therefore still fall through to the system manual page with `man test`.
* Update documentation for $fish_user_pathsGravatar Konrad Borowski2013-06-22
|
* docs: remove translation instructionsGravatar David Adam (zanchey)2013-06-05
| | | | (Moved to https://github.com/fish-shell/fish-shell/wiki/Translations)
* Fix typoGravatar Dennis Ideler2013-05-25
| | | | Remove extra instance of "builtin commands", shouldn't be there.
* FAQ: address local variable/env usageGravatar David Adam (zanchey)2013-05-24
|
* FAQ: add questions from beta siteGravatar David Adam (zanchey)2013-05-24
|
* 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
| |