Added tty interactive input.
Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user