aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/play.rs
Commit message (Expand)AuthorAgeFilesLines
* put vt100 in the streaming pathvt100-streamJesse Luehrs2019-11-121-1/+1
* allow hiding the `tt play` pause uiJesse Luehrs2019-11-081-5/+18
* don't recalculate total matches unless we have added more framesJesse Luehrs2019-11-071-2/+10
* fix display for long search stringsJesse Luehrs2019-11-071-5/+24
* implement ttyrec searchingJesse Luehrs2019-11-071-73/+392
* add key commands to move to first/last frameJesse Luehrs2019-11-071-23/+42
* bump depsJesse Luehrs2019-11-061-26/+26
* default to starting the player pausedJesse Luehrs2019-11-061-3/+11
* add basic ui to the playerJesse Luehrs2019-11-061-0/+97
* implement seeking in playing ttyrecsJesse Luehrs2019-11-061-28/+114
* allow adjusting the playback speed from within the playerJesse Luehrs2019-11-041-0/+32
* refactor to read the entire ttyrec into memoryJesse Luehrs2019-11-041-100/+122
* implement pausingJesse Luehrs2019-11-041-2/+26
* start adding input handling to playJesse Luehrs2019-11-041-0/+40
* allow limiting the max length of a ttyrec frameJesse Luehrs2019-11-041-6/+28
* allow adjusting the playback speed of ttyrecsJesse Luehrs2019-11-041-5/+19
* fix playback of ttyrecs whose timestamps don't start at 0Jesse Luehrs2019-11-041-2/+4
* move ttyrec to a separate crateJesse Luehrs2019-10-271-4/+5
* simplify ttyrec implementationJesse Luehrs2019-10-251-5/+5
* use a duration for the ttyrec frame timeJesse Luehrs2019-10-251-1/+4
* move component_future to a separate crateJesse Luehrs2019-10-241-23/+27
* remove unnecessary tokio::spawn useJesse Luehrs2019-10-221-1/+2
* remove some duplicationJesse Luehrs2019-10-221-6/+4
* use log::error! instead of eprintln!Jesse Luehrs2019-10-211-1/+1
* make running with no config file work againJesse Luehrs2019-10-201-4/+8
* these all need a default deserializationJesse Luehrs2019-10-201-0/+1
* exit with an error if we fail to parse the config fileJesse Luehrs2019-10-201-5/+7
* also move the flag definitions into the config readerJesse Luehrs2019-10-201-5/+1
* simplify config loadingJesse Luehrs2019-10-201-16/+4
* improve error messagesJesse Luehrs2019-10-191-3/+8
* debug-log the final configurationJesse Luehrs2019-10-181-1/+1
* load config data from a file tooJesse Luehrs2019-10-181-2/+5
* give component_future its own try_ready! macroJesse Luehrs2019-10-171-41/+23
* improve the interface of component_future a bitJesse Luehrs2019-10-171-24/+23
* refactor config handlingJesse Luehrs2019-10-171-13/+37
* consolidate errorsJesse Luehrs2019-10-141-30/+7
* move common traits into a preludeJesse Luehrs2019-10-141-3/+1
* name change, againJesse Luehrs2019-10-141-1/+1
* add command to play ttyrecsJesse Luehrs2019-10-141-0/+235