sxyazi / yazi

💥 Blazing fast terminal file manager written in Rust, based on async I/O.
https://yazi-rs.github.io
MIT License
16.72k stars 389 forks source link

Drag & Drop support on windows #1893

Closed skelewir closed 2 weeks ago

skelewir commented 2 weeks ago

yazi --debug output

-

Please describe the problem you're trying to solve

No file drag and drop support on Windows

Would you be willing to contribute this feature?

Describe the solution you'd like

Would be great to support drag and drop on Windows platform

Additional context

No response

Validations

sxyazi commented 2 weeks ago

Yazi is a TUI app, not a GUI, so drag-and-drop isn't possible, you would need to create a GUI window to make that work anyway.

To achieve it, you'd have to use third-party tools like ripdrag or dragon, but it seems they don't support Windows.

Closing as not doable in Yazi itself, yet there are no plans to create a completely new tool like ripdrag myself.