- Jul 18, 2017
-
-
Danny Rosseau authored
-
Jeremy Soller authored
-
- Jul 17, 2017
-
-
Michael Aaron Murphy authored
Conditionals && and || weren't working as expected
-
Danny Rosseau authored
-
Michael Aaron Murphy authored
Jobs no longer use a separate list of builtins to determine the command type
-
Danny Rosseau authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
bugfix: echo was treating anything preceded by - as an option flag
-
Danny Rosseau authored
-
- Jul 16, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Leads to a major speed bonus for script executions, which have no business creating and managing a context that they'll never use. IE: the fibonacci script finishes in half the time as before.
-
Michael Aaron Murphy authored
typo in "Braces Can Create Arrays" example
-
Chen Rotem Levy authored
misplaced ']'
-
- Jul 15, 2017
-
-
Michael Aaron Murphy authored
Now when the fg and bg commands are executed without arguments, the last background job ID will be used as the argument.
-
Michael Aaron Murphy authored
This commit fixes YouTube URLs, and any word that contains a glob character, but has no globbed result
-
- Jul 14, 2017
-
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 13, 2017
-
-
-
Instead of parsing tildes separately from normal tokes they are now included inside normal tokens, but the `tilde` flag is set so when they are expanded the `ExpansionFunction::tilde` function is called on the string.
-
Jeremy Soller authored
-
* [WIP] Add array macro for replacing 'Array::from_vec(...)' et al * Document 'array\!' behavior * Grammar and spelling
-
- Jul 12, 2017
-
-
Introduced by commit ea4b98c9, an Option modifier on Context field in the Shell struct.
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
- Jul 11, 2017
-
-
* Add double and single quotes to escaped chars * Fix outstanding bugs for pipeline and escaped chars
-
* Tidle now properly expands inside a normal word * contains -> intersects
-
Michael Aaron Murphy authored
Will attempt to get the async work merged upstream ASAP. Liner PR: https://github.com/MovingtoMars/liner/pull/59
-
* Give test.rs a fresh coat of paint, avoid nasty unwraps * Forward empty string arguments
-
-
Michael Aaron Murphy authored
-