aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/ttyplay/main.rs
Commit message (Expand)AuthorAgeFilesLines
* clippyJesse Luehrs2023-03-081-1/+1
* bump depsJesse Luehrs2023-03-081-8/+10
* move to tokioJesse Luehrs2022-02-241-9/+10
* clippy consistencyJesse Luehrs2021-12-151-0/+1
* be a bit less aggressiveJesse Luehrs2021-12-151-3/+1
* clippyJesse Luehrs2021-12-141-0/+8
* fill out help outputJesse Luehrs2021-12-051-5/+28
* just notify about initial pauses the same way as normalJesse Luehrs2021-12-051-1/+1
* also allow setting the initial speed on the command lineJesse Luehrs2021-12-051-0/+7
* option to start pausedJesse Luehrs2021-12-051-4/+16
* allow limiting the maximum time between framesJesse Luehrs2021-12-051-2/+5
* more refactoringJesse Luehrs2021-12-051-181/+6
* more refactoringJesse Luehrs2021-12-051-22/+33
* remove some indirectionJesse Luehrs2021-12-051-18/+1
* simplifyJesse Luehrs2021-12-051-36/+11
* pause directly instead of going back through the event loopJesse Luehrs2021-12-051-1/+3
* fix moving forward and backwardJesse Luehrs2021-12-041-8/+9
* let's not rely on reading back display dataJesse Luehrs2021-12-041-19/+27
* renameJesse Luehrs2021-12-041-2/+2
* simplifyJesse Luehrs2021-12-041-29/+33
* filter unnecessary eventsJesse Luehrs2021-12-041-12/+16
* clippyJesse Luehrs2021-12-041-7/+10
* allow hiding the ui when pausedJesse Luehrs2021-12-041-0/+4
* allow moving around in the ttyrecJesse Luehrs2021-12-041-11/+47
* add a bit of uiJesse Luehrs2021-12-041-9/+34
* split stuff out into multiple filesJesse Luehrs2021-12-041-108/+46
* implement input and pausingJesse Luehrs2021-12-041-18/+69
* refactorJesse Luehrs2021-12-041-45/+142
* parse the frames into terminal screens and draw thoseJesse Luehrs2021-12-041-6/+55
* initial implementationJesse Luehrs2021-12-041-0/+43