aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/record.rs
Commit message (Expand)AuthorAgeFilesLines
* bump depsJesse Luehrs2019-11-061-2/+2
* move resizing out into a separate crateJesse Luehrs2019-10-271-32/+26
* move ttyrec to a separate crateJesse Luehrs2019-10-271-8/+14
* simplify ttyrec implementationJesse Luehrs2019-10-251-17/+19
* move process out to a separate crateJesse Luehrs2019-10-241-6/+10
* move component_future to a separate crateJesse Luehrs2019-10-241-39/+31
* remove unnecessary tokio::spawn useJesse Luehrs2019-10-221-1/+2
* remove some duplicationJesse Luehrs2019-10-221-7/+5
* 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/+3
* 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-13/+3
* simplify config loadingJesse Luehrs2019-10-201-46/+9
* don't allow configuring command to run except on the command lineJesse Luehrs2019-10-191-2/+2
* 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/+19
* ensure resize handling works everywhereJesse Luehrs2019-10-171-3/+8
* improve the interface of component_future a bitJesse Luehrs2019-10-171-29/+30
* refactor config handlingJesse Luehrs2019-10-171-34/+70
* use different logic for buffering on the client side vs serverJesse Luehrs2019-10-161-1/+1
* ensure that all bytes coming from the terminal actually get writtenJesse Luehrs2019-10-161-6/+1
* a few more tweaksJesse Luehrs2019-10-141-7/+8
* consolidate errorsJesse Luehrs2019-10-141-37/+14
* move common traits into a preludeJesse Luehrs2019-10-141-3/+1
* name change, againJesse Luehrs2019-10-141-1/+1
* polling should be considered doing workJesse Luehrs2019-10-141-1/+1
* add command to play ttyrecsJesse Luehrs2019-10-141-0/+1
* add command to record terminal sessionsJesse Luehrs2019-10-131-0/+297