Drag and drop files/folders from your terminal on Windows
Note
As of v1.0.0 this project has been rewritten in Rust. It remains a drop-in replacement with slight improvement.
The original C# implementation is preserved in the csharp branch and prior releases.
Download executable from latest release.
cargo binstall --git https://github.com/8LWXpg/dwag dwag
cargo install --git https://github.com/8LWXpg/dwag
Usage: dwag [options] [path]...
Options:
-m --move Move files instead of copying
-h --help Show helpIn keymap.toml
[[mgr.prepend_keymap]]
on = '<C-o>'
run = 'shell -- dwag %s'
for = 'windows'
desc = 'Drag files/folders'