summaryrefslogtreecommitdiffstats
path: root/src/runner/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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