summaryrefslogtreecommitdiffstats
path: root/src/runner/builtins
Commit message (Collapse)AuthorAgeFilesLines
* clippyJesse Luehrs2022-02-281-1/+1
|
* reduce typingJesse Luehrs2022-02-262-20/+17
|
* remove the mutex for builtin fdsJesse Luehrs2022-02-262-146/+82
|
* move to tokioJesse Luehrs2022-02-252-39/+43
|
* simplifyJesse Luehrs2022-01-181-13/+5
|
* no need to use mutexes here now that we're no longer bufferingJesse Luehrs2022-01-181-24/+28
|
* fix piping multiple lines to readJesse Luehrs2022-01-171-12/+30
|
* fix reading empty linesJesse Luehrs2022-01-172-4/+5
|
* fix cd historyJesse Luehrs2022-01-171-13/+0
|
* simplify environment handlingJesse Luehrs2022-01-171-6/+8
| | | | this temporarily breaks cd history, will fix this soon
* implement `cd -`Jesse Luehrs2022-01-151-3/+23
|
* move home directory expansion from cd to evalJesse Luehrs2022-01-111-50/+11
|
* setenv/unsetenv -> set/unsetJesse Luehrs2022-01-101-11/+11
|
* also clear the variable when read hits eofJesse Luehrs2022-01-091-8/+7
|
* fix builtins wrapping builtinsJesse Luehrs2022-01-092-29/+6
|
* read builtin should return a failure exit code on eofJesse Luehrs2022-01-091-1/+6
|
* renameJesse Luehrs2022-01-092-0/+712
since this doesn't just run pipelines anymore