aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.rs
Commit message (Expand)AuthorAgeFilesLines
* move to tokio-pty-process-streamJesse Luehrs2019-10-281-17/+15
* allow the tui to manage the overall raw screenJesse Luehrs2019-07-121-24/+47
* use context instead of map_err for futures and streamsJesse Luehrs2019-07-091-11/+3
* make exit handling more consistentJesse Luehrs2019-07-061-2/+1
* have eval streams also emit start eventsJesse Luehrs2019-07-061-0/+1
* styleJesse Luehrs2019-07-061-1/+3
* there's no reason to import these by nameJesse Luehrs2019-07-061-3/+3
* clippyJesse Luehrs2019-06-261-5/+5
* simplifyJesse Luehrs2019-06-251-2/+4
* provide a framework for shell builtinsJesse Luehrs2019-06-091-0/+85