fish-shell/doc_src
Kevin Ballard 973dd6ffbd read: Support arrays, character splitting
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.
2014-07-14 00:46:38 -07:00
..
alias.txt Help cleanup 2013-05-13 01:48:20 -07:00
and.txt Help cleanup 2013-05-13 01:48:20 -07:00
begin.txt Help cleanup 2013-05-13 01:48:20 -07:00
bg.txt Help cleanup 2013-05-13 01:48:20 -07:00
bind.txt fix typo introduced in b56542a9f 2013-09-13 13:43:36 +08:00
block.txt Help cleanup 2013-05-13 01:48:20 -07:00
break.txt Help cleanup 2013-05-13 01:48:20 -07:00
breakpoint.txt Help cleanup 2013-05-13 01:48:20 -07:00
builtin.txt Help cleanup 2013-05-13 01:48:20 -07:00
case.txt Help cleanup 2013-05-13 01:48:20 -07:00
cd.txt Document appending / feature. 2013-10-06 14:17:33 +02:00
command.txt command: Rename -p/--path flag to -s/--search 2014-07-13 19:11:29 -07:00
commandline.txt Implement and document new -P / --paging-mode flags to commandline, to support new 2014-01-17 12:53:01 -08:00
commands.hdr.in New documentation UI, including tutorial. 2013-10-05 00:37:44 -07:00
complete.txt Help cleanup 2013-05-13 01:48:20 -07:00
contains.txt Help cleanup 2013-05-13 01:48:20 -07:00
continue.txt Help cleanup 2013-05-13 01:48:20 -07:00
count.txt Help cleanup 2013-05-13 01:48:20 -07:00
design.hdr New documentation UI, including tutorial. 2013-10-05 00:37:44 -07:00
dirh.txt Help cleanup 2013-05-13 01:48:20 -07:00
dirs.txt Help cleanup 2013-05-13 01:48:20 -07:00
echo.txt Help cleanup 2013-05-13 01:48:20 -07:00
else.txt Help cleanup 2013-05-13 01:48:20 -07:00
emit.txt Help cleanup 2013-05-13 01:48:20 -07:00
end.txt Help cleanup 2013-05-13 01:48:20 -07:00
eval.txt Change terminology in docs from 'environment variables' -> 'shell variables' 2014-04-29 07:27:56 +02:00
exec.txt Help cleanup 2013-05-13 01:48:20 -07:00
exit.txt Help cleanup 2013-05-13 01:48:20 -07:00
faq.hdr docs: clarify fish_greeting function and variable in FAQ 2014-06-18 17:29:59 +08:00
fg.txt Help cleanup 2013-05-13 01:48:20 -07:00
fish.txt Help cleanup 2013-05-13 01:48:20 -07:00
fish_config.txt Updated help text of fish_config command 2013-09-28 17:22:46 +05:30
fish_indent.txt Help cleanup 2013-05-13 01:48:20 -07:00
fish_prompt.txt Help cleanup 2013-05-13 01:48:20 -07:00
fish_right_prompt.txt Typos 2013-04-14 12:19:56 +05:30
fish_update_completions.txt Help cleanup 2013-05-13 01:48:20 -07:00
for.txt Help cleanup 2013-05-13 01:48:20 -07:00
funced.txt Help cleanup 2013-05-13 01:48:20 -07:00
funcsave.txt Help cleanup 2013-05-13 01:48:20 -07:00
function.txt documentation for test and function (closes: #734) 2013-07-29 16:07:00 +08:00
functions.txt Help cleanup 2013-05-13 01:48:20 -07:00
help.txt Help cleanup 2013-05-13 01:48:20 -07:00
history.txt Help cleanup 2013-05-13 01:48:20 -07:00
if.txt Help cleanup 2013-05-13 01:48:20 -07:00
index.hdr.in docs: clarify fish_greeting function and variable in FAQ 2014-06-18 17:29:59 +08:00
isatty.txt Enhance/fix isatty using command test. 2014-01-28 11:14:54 -08:00
jobs.txt Help cleanup 2013-05-13 01:48:20 -07:00
license.hdr Check effective credentials of socket peers 2014-04-28 10:41:27 +08:00
math.txt Change terminology in docs from 'environment variables' -> 'shell variables' 2014-04-29 07:27:56 +02:00
mimedb.txt Help cleanup 2013-05-13 01:48:20 -07:00
nextd.txt Replace nextd/prevd <pre>s with \code 2013-10-05 12:13:16 -07:00
not.txt Help cleanup 2013-05-13 01:48:20 -07:00
open.txt Help cleanup 2013-05-13 01:48:20 -07:00
or.txt Help cleanup 2013-05-13 01:48:20 -07:00
popd.txt Help cleanup 2013-05-13 01:48:20 -07:00
prevd.txt Replace nextd/prevd <pre>s with \code 2013-10-05 12:13:16 -07:00
psub.txt Help cleanup 2013-05-13 01:48:20 -07:00
pushd.txt Help cleanup 2013-05-13 01:48:20 -07:00
pwd.txt Help cleanup 2013-05-13 01:48:20 -07:00
random.txt Help cleanup 2013-05-13 01:48:20 -07:00
read.txt read: Support arrays, character splitting 2014-07-14 00:46:38 -07:00
return.txt Help cleanup 2013-05-13 01:48:20 -07:00
set.txt Add an optional mode to env_get_string() 2014-07-12 15:35:34 -07:00
set_color.txt Help cleanup 2013-05-13 01:48:20 -07:00
source.txt Change terminology in docs from 'environment variables' -> 'shell variables' 2014-04-29 07:27:56 +02:00
status.txt Help cleanup 2013-05-13 01:48:20 -07:00
switch.txt Help cleanup 2013-05-13 01:48:20 -07:00
test.txt Enhance/fix isatty using command test. 2014-01-28 11:14:54 -08:00
trap.txt Help cleanup 2013-05-13 01:48:20 -07:00
tutorial.hdr Change terminology in docs from 'environment variables' -> 'shell variables' 2014-04-29 07:27:56 +02:00
type.txt test: Add a new --quiet flag to suppress output 2014-07-13 19:11:29 -07:00
ulimit.txt Help cleanup 2013-05-13 01:48:20 -07:00
umask.txt Help cleanup 2013-05-13 01:48:20 -07:00
vared.txt Help cleanup 2013-05-13 01:48:20 -07:00
while.txt Help cleanup 2013-05-13 01:48:20 -07:00