Implement open recent project/file, fixes #124 and #125

This commit is contained in:
Jeremy Soller 2024-02-15 13:03:27 -07:00
parent 7890ab5809
commit 5a8dfa2fcc
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
5 changed files with 63 additions and 11 deletions

View file

@ -7,6 +7,7 @@ license = "GPL-3.0-only"
rust-version = "1.71"
[dependencies]
dirs = "5"
env_logger = "0.10.0"
grep = "0.3.1"
ignore = "0.4.21"