aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* remove more select! useJesse Luehrs2023-03-081-22/+43
|
* clippyJesse Luehrs2023-03-085-15/+23
|
* bump depsJesse Luehrs2023-03-082-14/+17
|
* i only need futures-util hereJesse Luehrs2022-02-241-2/+2
|
* stop using tokio::select!Jesse Luehrs2022-02-241-78/+89
|
* clippyJesse Luehrs2022-02-241-4/+4
|
* move to tokioJesse Luehrs2022-02-246-213/+198
|
* clippy consistencyJesse Luehrs2021-12-152-0/+2
|
* be a bit less aggressiveJesse Luehrs2021-12-155-32/+28
|
* clippyJesse Luehrs2021-12-146-25/+84
|
* clean up a bitJesse Luehrs2021-12-141-19/+19
|
* clippyJesse Luehrs2021-12-141-21/+61
|
* fix cursor positionJesse Luehrs2021-12-051-2/+1
|
* fill out help outputJesse Luehrs2021-12-052-8/+44
|
* also display the speed if it's non-defaultJesse Luehrs2021-12-053-0/+48
|
* allow searching backwardsJesse Luehrs2021-12-055-46/+77
|
* n to repeat last searchJesse Luehrs2021-12-052-26/+37
|
* let's just have one key binding per action for nowJesse Luehrs2021-12-052-8/+8
|
* add search to helpJesse Luehrs2021-12-051-11/+13
|
* basic search implementationJesse Luehrs2021-12-055-97/+261
|
* add helpJesse Luehrs2021-12-053-0/+50
|
* add a command to reset speed to defaultJesse Luehrs2021-12-053-10/+16
|
* just notify about initial pauses the same way as normalJesse Luehrs2021-12-053-5/+5
|
* also allow setting the initial speed on the command lineJesse Luehrs2021-12-052-1/+9
|
* implement speeding up and slowing downJesse Luehrs2021-12-053-2/+30
|
* option to start pausedJesse Luehrs2021-12-053-5/+26
|
* allow limiting the maximum time between framesJesse Luehrs2021-12-052-4/+19
|
* more refactoringJesse Luehrs2021-12-054-184/+200
|
* more refactoringJesse Luehrs2021-12-051-22/+33
|
* remove some indirectionJesse Luehrs2021-12-053-48/+37
|
* simplifyJesse Luehrs2021-12-053-78/+39
|
* pause directly instead of going back through the event loopJesse Luehrs2021-12-052-1/+6
|
* fix moving forward and backwardJesse Luehrs2021-12-041-8/+9
|
* let's not rely on reading back display dataJesse Luehrs2021-12-042-27/+27
|
* renameJesse Luehrs2021-12-042-5/+5
|
* simplifyJesse Luehrs2021-12-042-40/+37
|
* filter unnecessary eventsJesse Luehrs2021-12-042-12/+172
|
* clippyJesse Luehrs2021-12-045-15/+18
|
* allow hiding the ui when pausedJesse Luehrs2021-12-044-1/+13
|
* simplifyJesse Luehrs2021-12-041-19/+12
|
* allow moving around in the ttyrecJesse Luehrs2021-12-044-12/+72
|
* only draw the ui if pausedJesse Luehrs2021-12-041-20/+19
|
* add a bit of uiJesse Luehrs2021-12-044-12/+99
|
* split stuff out into multiple filesJesse Luehrs2021-12-045-108/+163
|
* 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
|
* eliminate an intermediate processJesse Luehrs2021-12-041-1/+3
|
* handle terminal resizingJesse Luehrs2021-12-041-1/+39
|
* initial implementationJesse Luehrs2021-12-043-3/+178
|