summaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* redraw the clock every secondJesse Luehrs2021-11-171-0/+21
|
* simplifyJesse Luehrs2021-11-171-2/+3
|
* refactorJesse Luehrs2021-11-171-6/+23
|
* pull output out of the state structJesse Luehrs2021-11-171-3/+7
|
* make action handling the main taskJesse Luehrs2021-11-171-7/+5
|
* add ^L (or ^E^L) to force-redraw the screenJesse Luehrs2021-11-161-1/+1
|
* refactorJesse Luehrs2021-11-131-0/+1
|
* clean up formatting a bitJesse Luehrs2021-11-131-0/+1
|
* handle dynamic terminal sizesJesse Luehrs2021-11-111-0/+17
|
* avoid unnecessary rerenders and focus changesJesse Luehrs2021-11-111-1/+3
|
* simplifyJesse Luehrs2021-11-101-9/+5
|
* simplifyJesse Luehrs2021-11-101-3/+38
|
* more refactoring, make commands blocking by default and handle ^C/^ZJesse Luehrs2021-11-101-2/+1
|
* basic command running and displayJesse Luehrs2021-11-091-3/+10
|
* basic skeletonJesse Luehrs2021-11-061-1/+14
|
* project skeletonJesse Luehrs2021-11-061-0/+3