aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
* Documented Alt-Right to accept a single word of an autosuggestionGravatar David Adam2014-08-06
| | | | See https://github.com/fish-shell/fish-shell/issues/1262
* Fix for CVE-2014-2905 - fishd restart required.Gravatar David Adam2014-08-03
| | | | | | | | | | | | | | | | - Use a secure path for sockets (some code used under license from tmux). - Provide the secure path in the environment as $__fish_runtime_dir. - Link the new path to the old path to ease migration from earlier versions. Closes #1359. After installing fish built from or after this commit, you MUST terminate all running fishd processes (`killall fishd`, `pkill fishd` or similar). Distributors are encouraged to do this from within their packaging scripts. fishd will restart automatically, and no data should be lost.
* Revert "Check effective credentials of socket peers"Gravatar David Adam2014-07-31
| | | | | | | This reverts commit 8412c867a501e3a68e55fef6215e86d3ac9f617b. Just checking the credentials of the peer turns out to be insufficient. See https://github.com/fish-shell/fish-shell/issues/1436.
* Check effective credentials of socket peersGravatar David Adam2014-04-27
| | | | | | | Fix for CVE-2014-2905. Code for getpeereid() on non-BSD systems imported from the PostgreSQL project under a BSD-style license.
* 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
| |
| * 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
|