summaryrefslogtreecommitdiffstats
path: root/src/runner/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* allow recursive aliasesJesse Luehrs2022-03-081-1/+13
|
* basic implementation of aliasesJesse Luehrs2022-03-071-14/+32
|
* refactor inputsJesse Luehrs2022-03-041-1/+1
|
* another large refactorJesse Luehrs2022-03-041-11/+6
|
* push some copies up the stackJesse Luehrs2022-02-281-3/+3
|
* reduce typingJesse Luehrs2022-02-261-6/+6
|
* remove the mutex for builtin fdsJesse Luehrs2022-02-261-11/+6
|
* move to tokioJesse Luehrs2022-02-251-52/+49
|
* split some helper functions out into a separate moduleJesse Luehrs2022-02-121-96/+9
|
* don't mess with the foreground pg if we're just using -cJesse Luehrs2022-01-181-3/+9
|
* make eval asyncJesse Luehrs2022-01-171-5/+8
|
* implement elseJesse Luehrs2022-01-171-6/+35
|
* don't update status for commands that are part of control statementsJesse Luehrs2022-01-171-0/+4
|
* basic subshell implementationJesse Luehrs2022-01-171-0/+4
|
* make nbsh -c workJesse Luehrs2022-01-171-22/+14
|
* fix cd historyJesse Luehrs2022-01-171-0/+4
|
* stop sending environment stuff over a pipeJesse Luehrs2022-01-171-22/+6
| | | | sending it through the actual environment should be sufficient
* simplify environment handlingJesse Luehrs2022-01-171-2/+3
| | | | this temporarily breaks cd history, will fix this soon
* simplifyJesse Luehrs2022-01-151-2/+4
|
* clippyJesse Luehrs2022-01-111-1/+1
|
* highlight the specific pipeline that is currently runningJesse Luehrs2022-01-111-0/+3
|
* implement globbingJesse Luehrs2022-01-101-2/+5
|
* implement expanding alternationsJesse Luehrs2022-01-101-1/+1
|
* fix builtins wrapping builtinsJesse Luehrs2022-01-091-1/+1
|
* renameJesse Luehrs2022-01-091-1/+1
|
* renameJesse Luehrs2022-01-091-0/+534
since this doesn't just run pipelines anymore