summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* parse a history file if availableJesse Luehrs2022-03-081-0/+7
* basic implementation of aliasesJesse Luehrs2022-03-071-0/+41
* add tokio-console supportJesse Luehrs2022-03-051-2/+754
* upgrade to notify 5Jesse Luehrs2022-03-041-156/+62
* bump depsJesse Luehrs2022-03-041-10/+10
* move to clap 3Jesse Luehrs2022-03-041-97/+58
* remove network support from gitJesse Luehrs2022-03-041-37/+0
* bump pty-processJesse Luehrs2022-02-251-1/+1
* bump pty-processJesse Luehrs2022-02-251-1/+1
* move to tokioJesse Luehrs2022-02-251-438/+202
* depsJesse Luehrs2022-02-121-70/+73
* more useful pty-process depJesse Luehrs2022-01-181-0/+1
* bump depsJesse Luehrs2022-01-181-12/+12
* use structoptJesse Luehrs2022-01-171-0/+161
* use inotify to update the prompt git statusJesse Luehrs2022-01-111-14/+245
* detect git repositoriesJesse Luehrs2022-01-111-0/+174
* implement globbingJesse Luehrs2022-01-101-0/+7
* clean up some depsJesse Luehrs2022-01-031-1/+0
* use real serializationJesse Luehrs2022-01-031-0/+31
* restart stopped processesJesse Luehrs2022-01-031-0/+1
* stop cloning exe and env all over the placeJesse Luehrs2022-01-031-12/+0
* start adding back builtin supportJesse Luehrs2022-01-031-0/+12
* depsJesse Luehrs2021-12-311-24/+24
* basic implementation of pipesJesse Luehrs2021-12-311-2/+34
* update pty_processJesse Luehrs2021-12-311-7/+6
* refactorJesse Luehrs2021-12-251-0/+1
* allow running multiple commands separated by semicolonsJesse Luehrs2021-12-221-2/+1
* start writing a parserJesse Luehrs2021-12-221-0/+138
* bump depsJesse Luehrs2021-12-151-41/+29
* bump depsJesse Luehrs2021-12-131-4/+4
* move from chrono to timeJesse Luehrs2021-12-071-43/+4
* try to avoid displaying invalid dataJesse Luehrs2021-12-061-4/+0
* bump depsJesse Luehrs2021-12-061-20/+26
* bump depsJesse Luehrs2021-11-171-2/+2
* add some more data to the promptJesse Luehrs2021-11-171-0/+29
* track timing information for commandsJesse Luehrs2021-11-131-0/+50
* handle backspacing over combined characters properlyJesse Luehrs2021-11-121-0/+1
* use local copies of dependencies when developing locallyJesse Luehrs2021-11-111-6/+0
* handle dynamic terminal sizesJesse Luehrs2021-11-111-0/+15
* move to unstable async-stdJesse Luehrs2021-11-111-1/+1
* switch to futures-liteJesse Luehrs2021-11-111-86/+1
* fix some dependenciesJesse Luehrs2021-11-101-27/+15
* more refactoring, make commands blocking by default and handle ^C/^ZJesse Luehrs2021-11-101-6/+19
* basic command running and displayJesse Luehrs2021-11-091-2/+186
* basic skeletonJesse Luehrs2021-11-061-0/+648