File picker mockup, reuses the line editor work done on Prompt.

This commit is contained in:
Blaž Hrastnik 2020-12-17 18:08:16 +09:00
parent ed60866c54
commit 7c75ec04e8
8 changed files with 314 additions and 3 deletions

View file

@ -32,3 +32,7 @@ futures-util = "0.3"
fern = "0.6"
chrono = "0.4"
log = "0.4"
# File picker
fuzzy-matcher = "0.3"
ignore = "0.4"