aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
* contains: add documentation regarding the use of `--`Gravatar David Adam2014-10-26
| | | | | | Closes #1194. [skip ci]
* Fix typo in abbr documentationGravatar Kevin Ballard2014-10-07
| | | | [skip ci]
* license.hdr: reduce duplication and clarify some commentsGravatar David Adam2014-10-06
| | | | [skip ci]
* license.hdr: remove licensing information for XSel, no longer shippedGravatar David Adam2014-10-06
| | | | [skip ci]
* abbr.fish: add abbr, a command to manipulate abbreviationsGravatar David Adam2014-10-05
| | | | Work on #731.
* Add new `functions` flag -V/--inherit-variableGravatar Kevin Ballard2014-10-02
| | | | | | | | | | --inherit-variable takes a variable name and snapshots its current value. When the function is executed, it will have a local variable with this value already defined. Printing the function source will include synthesized `set -l` lines for the values. This is primarily useful for functions that are created on the fly, such as in `psub`.
* Fix examples in `bind` documentationGravatar Kevin Ballard2014-10-01
|
* Fix doc example for `echo`Gravatar Kevin Ballard2014-10-01
|
* Added fish_preexec and fish_postexec eventsGravatar Jan-Thorsten Peter2014-10-01
| | | | Fixes #1549.
* Create and use $DATADIR/vendor_completions.d/ for upstream completionsGravatar David Adam2014-10-01
| | | | Closes #1485.
* Make false/true into builtinsGravatar Kevin Ballard2014-09-29
| | | | | | | Making `true` into a builtin is a significant optimization to `while true` loops. As long as `true` is a builtin, we may as well make `false` builtin as well (despite the fact that it's not typically executed in a loop).
* Add Meta+H as keybinding for man page.Gravatar Konrad Borowski2014-09-28
| | | | | | | | Apparently, in zsh, Meta+H can be used to display the manpage for the current command. This commit adds this zsh feature to fish shell. The F1 keybinding is left, although it's now secondary according to fish help, as some terminal emulators don't let the user press F1 key.
* Fix some busted escape sequences in docs, and slightly reformat a few examplesGravatar ridiculousfish2014-09-27
|
* Clean up font declarationsGravatar Mark Griffiths2014-09-23
| | | | | | | | | re: fish-shell/fish-shell@2726712e01f2ca254bd46deb5bd27cd417fca158 As this is rendering ok in Firefox, this version should pickup the best fonts for most browser/os variants based on 'font-stretch' support. `.fish_left_bar` should be condensed, the main body font shouldn't.
* Restore DejaVu Sans Condensed font.Gravatar Konrad Borowski2014-09-23
| | | | With font-strentch: condensed, the rendering is acceptable.
* lexicon_filter fix for escaped optionsGravatar Mark Griffiths2014-09-23
| | | | | Fixes #1703. Also fixes short and long options markup in synopsis when directly following a '(' or '[' character.
* Suppress italics in keyboard shortcutsGravatar Kevin Ballard2014-09-23
|
* Support `bind SEQ` to print a binding for `SEQ`Gravatar Kevin Ballard2014-09-22
|
* Rework mode handling of `bind`Gravatar Kevin Ballard2014-09-22
| | | | | | | | | | | | | Binds with the same sequence in multiple modes was not working right. Fix up the implementation to propagate modes everywhere as necessary. This means that `bind` will properly list distinct binds with the same sequence, and `bind -e` will take mode into account properly as well. Note that `bind -e seq` now assumes the bind is in the default bind mode, whereas before it would erase the first binding with that sequence regardless of mode. `bind -e -a` still erases all binds in all modes, though `bind -M mode -e -a` still only erases all binds in the selected mode.
* Update `bind` documentationGravatar Kevin Ballard2014-09-22
| | | | | | Document all the `bind` flags, including modes. Fixes #1663.
* Stop overriding <em> in user documentationGravatar Kevin Ballard2014-09-22
| | | | | | | | | <em> used to represent something else, but as far as I can tell, all uses of <em> in the documentation today actually represent text that's supposed to be visibly different. Notably, the documentation on supported escapes uses <em> to indicate the letters that are a placeholder for e.g. a hex digit, as opposed to being a literal character.
* Add --right-prompt flag to readGravatar Kevin Ballard2014-09-21
| | | | | | | Add a flag to read to allow for setting the right prompt command in addition to the existing support for setting the prompt command. Fixes #1698.
* Implement new `read --null` flagGravatar Kevin Ballard2014-09-21
| | | | | | | | The `--null` flag to `read` makes it split incoming lines on NUL instead of newlines. This is intended for processing the output of a command that uses NUL separators (such as `find -print0`). Fixes #1694.
* Don't use DejaVu Sans Condensed for documentation rendering.Gravatar Konrad Borowski2014-09-21
| | | | | | | | | This font, at least under Kubuntu 14.04 and Firefox I use is rather ugly. Anti-aliasing is wrong, and the spaces between letters are rather random. It makes reading the documentation headings and table of contents harder than it needs to be. Those issues don't happen with DejaVu Sans.
* fish_indent: minor documention updatedGravatar David Adam2014-09-17
| | | | [skip ci]
* After proofreading, fixes a few minor typos.Gravatar Mark Griffiths2014-09-12
|
* Merge remote-tracking branch 'upstream/master' into documentation-updateGravatar Mark Griffiths2014-09-08
|\ | | | | | | | | Conflicts (resolved): doc_src/design.hdr - \c changed to backticks
| * Clean up typos and style in design docGravatar Noah Frederick2014-09-07
| | | | | | | | | | | | | | | | This includes: - Fixing some typos and misspellings - Being consistent with pronouns (she/he) - Hyphenating "built-in" and "command-line" where appropriate
* | Fixed a couple of typosGravatar Mark Griffiths2014-09-07
| |
* | Update menus for consistencyGravatar Mark Griffiths2014-09-07
| | | | | | | | | | | | | | | | Widened 'Commands' menu + fish logo fish logo added to FAQ menu 'Commands' menu content aligned with Docs menu 'FAQ' menu content aligned and made 1st order as all entires are long and wrap.
* | Strip working filesGravatar Mark Griffiths2014-09-04
| |
* | Updated Testing Info. Ready for PR.Gravatar Mark Griffiths2014-09-04
| | | | | | | | | | | | | | | | | | | | | | | | Major documentation cleanup and update. - Fixes Issue #1557 - Moves entire documentation to Markdown format. Much simpler. - Fully supports Doxygen 1.8.7+ - All documentation targets updated: user_doc, share/man, doc and doc/refman.pdf. - Tested across Ubuntu, CentOS and Mac OS. See doc_src/FORMATTING.md for in depth rationale and style guide.
* | Fixed Doxygen required version to 1.8.7Gravatar Mark Griffiths2014-09-04
| | | | | | | | | | | | | | Doxygen 1.8.6 and lower do not have the \\htmlonly[block] directive which fixes a multitude of problems in the rendering of the docs. In Doxygen 1.8.7 the list of understood HTML entities was greatly increased. I tested earlier versions and many little issues returned.
* | Fix missed conflictGravatar Mark Griffiths2014-09-04
| |
* | Fix Doxygen unresolved link errorGravatar Mark Griffiths2014-09-04
| |
* | Added Doxygen notesGravatar Mark Griffiths2014-09-04
| |
* | Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-09-04
|\| | | | | | | | | Conflicts (fixed): doc_src/design.hdr
* | Added notes to Formatting docGravatar Mark Griffiths2014-09-04
| |
* | Synopsis tweaksGravatar Mark Griffiths2014-09-04
| |
* | Formatting additionsGravatar Mark Griffiths2014-09-04
| |
| * New -n option for read builtinGravatar Joseph Tannhuber2014-09-03
| | | | | | | | | | Usage: read -n nchars Reads maximum of nchars characters. If nchars <= 0, there's no limit.
* | List fixesGravatar Mark Griffiths2014-09-03
| |
* | Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-09-03
| | | | | | | | | | Conflicts: doc_src/design.hdr
* | Index long line fixesGravatar Mark Griffiths2014-09-03
| |
* | Rebase conflict resolutionGravatar Mark Griffiths2014-09-03
|\ \
* | | Rebase documentation changesGravatar Mark Griffiths2014-09-03
| | |
* | | Formatting updatesGravatar Mark Griffiths2014-09-03
| | |
* | | Supporting files for developmentGravatar Mark Griffiths2014-09-03
| | |
* | | Addition of 'ascii fish' logoGravatar Mark Griffiths2014-09-03
| | | | | | | | | | | | + small fixes
* | | Various additions and fixesGravatar Mark Griffiths2014-09-03
| | |