summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* basic implementation of aliasesJesse Luehrs2022-03-071-0/+2
|
* add tokio-console supportJesse Luehrs2022-03-051-0/+3
|
* upgrade to notify 5Jesse Luehrs2022-03-041-1/+2
| | | | to fix some duplicated deps
* bump depsJesse Luehrs2022-03-041-2/+2
|
* move to clap 3Jesse Luehrs2022-03-041-2/+1
|
* remove network support from gitJesse Luehrs2022-03-041-1/+1
|
* bump pty-processJesse Luehrs2022-02-251-2/+0
|
* move to tokioJesse Luehrs2022-02-251-9/+11
|
* depsJesse Luehrs2022-02-121-6/+6
|
* more useful pty-process depJesse Luehrs2022-01-181-1/+1
|
* bump depsJesse Luehrs2022-01-181-1/+1
|
* use structoptJesse Luehrs2022-01-171-0/+2
|
* use inotify to update the prompt git statusJesse Luehrs2022-01-111-0/+1
|
* detect git repositoriesJesse Luehrs2022-01-111-0/+1
|
* implement globbingJesse Luehrs2022-01-101-0/+1
|
* clean up some depsJesse Luehrs2022-01-031-1/+0
|
* use real serializationJesse Luehrs2022-01-031-0/+2
|
* restart stopped processesJesse Luehrs2022-01-031-0/+1
| | | | | eventually we will want to do something better here, but for now this at least avoids deadlocks
* stop cloning exe and env all over the placeJesse Luehrs2022-01-031-1/+0
|
* start adding back builtin supportJesse Luehrs2022-01-031-0/+1
|
* depsJesse Luehrs2021-12-311-4/+4
|
* basic implementation of pipesJesse Luehrs2021-12-311-0/+1
|
* update pty_processJesse Luehrs2021-12-311-2/+3
| | | | and make everything executed in a single command share a pty
* refactorJesse Luehrs2021-12-251-0/+1
|
* allow running multiple commands separated by semicolonsJesse Luehrs2021-12-221-1/+3
|
* start writing a parserJesse Luehrs2021-12-221-0/+2
|
* bump depsJesse Luehrs2021-12-151-4/+4
|
* bump depsJesse Luehrs2021-12-131-2/+2
|
* move from chrono to timeJesse Luehrs2021-12-071-1/+1
| | | | chrono seems a bit unmaintained, and has a more awkward api
* try to avoid displaying invalid dataJesse Luehrs2021-12-061-2/+2
|
* bump depsJesse Luehrs2021-12-061-5/+5
|
* bump depsJesse Luehrs2021-11-171-2/+2
|
* add some more data to the promptJesse Luehrs2021-11-171-0/+2
|
* track timing information for commandsJesse Luehrs2021-11-131-0/+1
|
* handle backspacing over combined characters properlyJesse Luehrs2021-11-121-0/+1
|
* use local copies of dependencies when developing locallyJesse Luehrs2021-11-111-3/+3
|
* handle dynamic terminal sizesJesse Luehrs2021-11-111-0/+3
|
* move to unstable async-stdJesse Luehrs2021-11-111-2/+1
| | | | apparently this is the only way i will get an async condvar
* switch to futures-liteJesse Luehrs2021-11-111-1/+1
|
* fix some dependenciesJesse Luehrs2021-11-101-3/+5
|
* more refactoring, make commands blocking by default and handle ^C/^ZJesse Luehrs2021-11-101-0/+1
|
* basic command running and displayJesse Luehrs2021-11-091-0/+7
|
* basic skeletonJesse Luehrs2021-11-061-2/+3
|
* project skeletonJesse Luehrs2021-11-061-0/+8