Skip to content
/ dwag Public

Drag and drop files/folders from your terminal on Windows

License

Notifications You must be signed in to change notification settings

8LWXpg/dwag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwag

Drag and drop files/folders from your terminal on Windows

preview

Prerequisites

.NET Desktop Runtime 10

Installation

Download

Download executable from latest release.

Build from Source

  1. Clone the repo
  2. cd dwag; dotnet publish -c Release -r [win-x64|win-arm64]
  3. Copy build output from bin\Release\net9.0-windows\[win-x64|win-arm64]\publish

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 %h'
for = 'windows'
desc = 'Drag files/folders'

About

Drag and drop files/folders from your terminal on Windows

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published