Marc Garcia Sastre
|
8213885491
|
Capture read command contents without displaying it via a silent flag.
Implement a `read --silent` flag. This echos the input using an
obfuscation character.
|
2017-04-11 19:06:48 -07:00 |
|
Kurtis Rader
|
5809608bd2
|
implement chunked reads
Provide a more efficient method for reading lines (or null terminated
sequences) when the input is seekable.
Another partial fix for #2007
|
2017-01-14 20:51:54 -08:00 |
|
Kevin Ballard
|
190712d4b0
|
Add a test harness for interactive behavior
Add a test harness that uses `expect` to drive Fish to test interactive
behavior.
Include some tests for `read`.
|
2014-09-07 23:56:59 -07:00 |
|