Support drag-and-drop for files

Insert file paths when files are dropped in terminal from a file manager.
This commit is contained in:
Jason Rodney Hansen 2024-08-03 20:33:55 -06:00 committed by Jeremy Soller
parent fbb69fd399
commit 059dd5fa97
4 changed files with 86 additions and 3 deletions

1
Cargo.lock generated
View file

@ -1237,6 +1237,7 @@ dependencies = [
"shlex",
"smol_str",
"tokio",
"url",
"vergen",
]