aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ensure!(false, ...) isn't necessaryJesse Luehrs2019-07-061-2/+2
* there's no reason to import these by nameJesse Luehrs2019-07-066-24/+24
* simplifyJesse Luehrs2019-06-261-5/+5
* clippyJesse Luehrs2019-06-267-40/+50
* simplifyJesse Luehrs2019-06-256-22/+28
* fix up cd a bit moreJesse Luehrs2019-06-091-7/+38
* provide a framework for shell builtinsJesse Luehrs2019-06-095-34/+180
* improve error display a bitJesse Luehrs2019-06-092-13/+4
* implement a few more keysJesse Luehrs2019-06-091-7/+53
* fix arrow key edge casesJesse Luehrs2019-06-091-6/+4
* start using snafuJesse Luehrs2019-06-094-106/+192
* refactorJesse Luehrs2019-06-094-3/+24
* implement cursor moving left and rightJesse Luehrs2019-06-091-1/+24
* implement backspace during readlineJesse Luehrs2019-06-091-14/+35
* fix multiple input events becoming available at onceJesse Luehrs2019-06-092-15/+27
* pass input events through to the running processJesse Luehrs2019-06-091-0/+92
* simplifyJesse Luehrs2019-06-092-74/+95
* implement process runningJesse Luehrs2019-06-094-47/+154
* basic readline implementationJesse Luehrs2019-06-083-1/+228
* project skeletonJesse Luehrs2019-06-071-0/+3