Added tty interactive input.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2020-04-01 04:56:02 +04:00
parent 822fd0d43b
commit 02344c86f9
8 changed files with 254 additions and 70 deletions

View File

@ -15,4 +15,6 @@ failure = "0.1.7" # Experimental error handling abstraction.
failure_derive = "0.1.7" # Used to create new error type.
lazy_static = "1.4" # Define lazy static vars.
alphanumeric-sort = "1.0.12" # Used to search for videos.
regex = "1" # Regular expressions.
regex = "1" # Regular expressions.
termion = "1.5.5" # For interacting with terminal.
term_grid = "0.1.7" # For showing matched files while initialization