summaryrefslogtreecommitdiffstats
path: root/src/runner/builtins/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* clippyJesse Luehrs2022-02-281-1/+1
* reduce typingJesse Luehrs2022-02-261-10/+10
* remove the mutex for builtin fdsJesse Luehrs2022-02-261-61/+19
* move to tokioJesse Luehrs2022-02-251-10/+6
* fix reading empty linesJesse Luehrs2022-01-171-2/+2
* fix cd historyJesse Luehrs2022-01-171-13/+0
* simplify environment handlingJesse Luehrs2022-01-171-6/+8
* 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-091-3/+3
* read builtin should return a failure exit code on eofJesse Luehrs2022-01-091-1/+6
* renameJesse Luehrs2022-01-091-0/+314