Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwag

Drag and drop files/folders from your terminal on Windows

preview

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.

Installation

Download

Download executable from latest release.

Install With cargo-binstall

cargo binstall --git https://github.com/8LWXpg/dwag dwag

Build from Source

cargo install --git https://github.com/8LWXpg/dwag

Usage

Usage: dwag [options] [path]...
Options:
    -m  --move  Move files instead of copying
    -h  --help  Show help

Use With yazi

In keymap.toml

[[mgr.prepend_keymap]]
on = '<C-o>'
run = 'shell -- dwag %s'
for = 'windows'
desc = 'Drag files/folders'

# Use dwag in WSL
[[mgr.prepend_keymap]]
on = "<C-o>"
run = 'shell -- dwag.exe "$(wslpath -w %s)"'
for = "unix"
desc = "Drag files/folders"

About

Drag and drop files/folders from your terminal on Windows

Topics

Resources

Stars

14 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages