aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/read.txt
Commit message (Collapse)AuthorAge
* 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.
* Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-09-04
|\ | | | | | | | | Conflicts (fixed): doc_src/design.hdr
| * 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.
* | Rebase documentation changesGravatar Mark Griffiths2014-09-03
| |
* | Make line length, wrapping and spacing consistentGravatar Mark Griffiths2014-09-03
| |
* | Simplify stylingGravatar Mark Griffiths2014-09-03
| |
* | Documentation updateGravatar Mark Griffiths2014-09-03
|/ | | | | | Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
* read: Support arrays, character splittingGravatar Kevin Ballard2014-07-14
| | | | | | | | | | Enhance the `read` builtin to support creating an array with the --array flag. With --array, only a single variable name is allowed and the entire input is tokenized and placed into that variable as an array. Also add custom behavior if IFS is empty or unset. In that event, split the input on every character, instead of the previous behavior of doing no splitting at all.
* Fix documentation on variable scopes for `read`Gravatar Kevin Ballard2014-07-14
| | | | | The `read` docs incorrectly asserted that -g was the default for variables. In actuality it behaves the same way that `set` does.
* Change terminology in docs from 'environment variables' -> 'shell variables'Gravatar Alan Thompson2014-04-29
|
* 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.
* Set single-line default promptGravatar maxfl2012-07-07
| | | | | | | | Fish now doesn't join the fish_prompt output. This breaks the default fish_prompt. Make default fish_prompt single-line. Fixes #203. Add -l flag to 'read' documentation. Remove ambiguous '-x' description. Fixes #157.
* remove trialing spaces #2Gravatar Grissiom2010-09-18
|
* Spelling fixes from Chris RebertGravatar axel2007-08-02
| | | | darcs-hash:20070801173524-ac50b-760d9ddf0e68aa24cd570b542824a7f2b3248ff5.gz
* Add support for -s switch to read builtin, enables shell syntax highlighting ↵Gravatar axel2007-01-30
| | | | | | in the read builtin darcs-hash:20070129162624-ac50b-dff9d9ebf16ce3247b83d917efbffd4942cda83f.gz
* Allow the user to specify name of history file to use with the read builtinGravatar axel2007-01-07
| | | | darcs-hash:20070106142430-ac50b-32ad52077e11438799b17911dc83e57f89e02f2b.gz
* Add missing documentation for the read builtinGravatar axel2006-04-21
| | | | darcs-hash:20060420150124-ac50b-71a94cea3fedb0265af71718022e54e42567d69e.gz
* Add subdirectoriesGravatar axel2005-09-20
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz