aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
...
* Document %last process expansionGravatar Fabian Homborg2015-09-11
| | | | Fixes #2379 (at least the most pressing part of it).
* commandline docs: Add examples for the filtersGravatar Fabian Homborg2015-09-11
| | | | i.e. "-t", "-b", "-j" and "-p"
* docs: Improve autoloading/event documentationGravatar Fabian Homborg2015-09-11
| | | | The thing that says "event handlers can't be autoloaded, put it in config.fish". I make good words.
* printf docs: Improve wordingGravatar Fabian Homborg2015-09-11
|
* Add multi-condition example to if documentationGravatar Fabian Homborg2015-09-11
|
* Document printfGravatar Fabian Homborg2015-09-11
|
* Also document autoloaded event handlers in funcsaveGravatar Fabian Homborg2015-09-11
|
* Document problems with event handlers and autoloadingGravatar Fabian Homborg2015-09-11
| | | | Fixes #845.
* Document pushd "+N" and "-N"Gravatar Fabian Homborg2015-09-11
| | | | Fixes #2173
* Document dirs -cGravatar Fabian Homborg2015-09-11
| | | | Fixes #2174
* Fix a typo in documentation for 'complete'Gravatar ridiculousfish2015-09-10
|
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| | | | Makes it harder to cause issues with aliases, see fish-shell#2245
* doc_src/complete: update for new options in synopsisGravatar David Adam2015-09-09
| | | | | | Update complete documentation, hopefully to avoid another #2368. [ci skip]
* Suspend docs: Fix typoGravatar Fabian Homborg2015-09-06
| | | | | While not a huge thing, wrong variable names always carry great confusion potential.
* Use $VISUAL before $EDITOR in funcedGravatar Fabian Homborg2015-09-02
| | | | Closes #2268
* Add info to suspend help page.Gravatar Mike Meyer2015-09-02
|
* Add suspend help page.Gravatar Mike Meyer2015-09-02
|
* Remove an errant ampersand from the docsGravatar ridiculousfish2015-08-26
| | | | Fixes fish-site issue 26
* docs/design.hdr: inclusive lanugageGravatar Igor Gali2015-08-17
| | | | | | | | Closes fish-shell/fish-site#25. Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au> [skip ci]
* Fix raw &amp in docsGravatar Kunal Mehta2015-08-04
| | | The missing semicolon caused a raw &amp to be rendered.
* Merge branch 'death_of_mimedb'Gravatar David Adam2015-07-25
|\
* | tutorial: arrays as a synonym for listsGravatar David Adam2015-07-23
| | | | | | | | | | | | Closes https://github.com/fish-shell/fish-site/issues/13 [skip ci]
* | docs: typo fixesGravatar Razzi Abuissa2015-07-23
| | | | | | | | | | | | [skip ci] Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
| * death of mimedb: remove mimedb from the treeGravatar David Adam2015-07-23
| |
| * open: drop mimedb dependencyGravatar David Adam2015-07-23
| |
| * __fish_complete_suffix: don't provide file description by defaultGravatar David Adam2015-07-23
|/ | | | | Drops dependency on the mimedb tool and reflects the changes made to the default chooser for files in #279.
* fishd is dead, long live fishdGravatar David Adam2015-07-20
| | | | [skip ci]
* Use a better wording for escaping charactersGravatar Nitish Chandra2015-07-12
| | | | Replace the wording '... escapes the tab character ...' with '... represents the tab character ...'. Similarly for other escape sequences.
* Further tweak the language about setting PATH in the tutorialGravatar ridiculousfish2015-07-03
|
* Improve discussion of how to set PATH in the tutorialGravatar ridiculousfish2015-07-03
| | | | Also fix a few broken anchors
* Merge branch 'Integration_2.2.0'Gravatar David Adam2015-06-05
|\
| * Add some simple documentation for fish_vi_modeGravatar ridiculousfish2015-06-04
| |
* | Add some simple documentation for fish_vi_modeGravatar ridiculousfish2015-06-04
| |
* | document new input functionsGravatar Michael Steed2015-06-04
| |
| * abbr: rename --remove to --eraseGravatar David Adam2015-05-22
| | | | | | | | | | | | for consistency with other fish commands Closes #2071.
* | Merge branch 'Integration_2.2.0'Gravatar David Adam2015-05-21
|\|
| * FAQ: shorter fish_title fixGravatar David Adam2015-05-21
| | | | | | | | [skip ci]
* | documents function options must follow nameGravatar Jeremy W. Sherman2015-05-17
|/ | | | | When declaring a function using the function "function", the options must follow, not precede, the function name. The examples demonstrate this syntax, but the synopsis previously showed the options preceding the name.
* doc: faq: avoid overwriting config.fish.Gravatar Jakukyo Friel2015-05-03
| | | | | | | | | | | | | | In FAQ: > I'm seeing weird output before each prompt when using screen. What's wrong? The command provided is echo 'function fish_title;end' > ~/.config/fish/config.fish Using `>` will overwrite current config.fish. We should use `>>` instead.
* docs: document pkg-config command for vendor_completions.dGravatar David Adam2015-05-01
|
* docs: document __fish_complete_path functionGravatar David Adam2015-05-01
| | | | Introduced with 6ece852 for #834.
* typoGravatar Ingo Blechschmidt2015-04-25
|
* Revert "document evaluation of /etc/profile.d/*.fish, introduced in 20a6b65"Gravatar Konrad Borowski2015-04-14
| | | | This reverts commit e17f6fb2dcdbc147cfdb4a55639ad784a927f2a6.
* docs: move discussion of fishd file to universal variable sectionGravatar David Adam2015-03-26
|
* document evaluation of /etc/profile.d/*.fish, introduced in 20a6b65Gravatar David Adam2015-03-26
| | | | Work on #1956.
* Updated exit.txt reference to sourceGravatar Lucretiel2015-03-18
| | | Changed the text referencing 'source' in exit.txt from '.' to 'source'
* Mention that `for` variables are local.Gravatar Konrad Borowski2015-02-06
| | | | | This is the current behaviour, documentation can be updated if this behaviour changes, assuming it can, because it's an incompatible change.
* isatty: revert to previous behaviourGravatar David Adam2015-02-01
| | | | This partially reverts commit 60808a4820b1714.
* test: note that the square bracket form is availableGravatar David Adam2014-12-28
| | | | As requested in https://github.com/fish-shell/fish-shell/issues/1850
* Clarify some documentation regarding fish_indentGravatar ridiculousfish2014-12-24
|