Dragon
https://github.com/mwh/dragon
How to run the dragon cli tool for drag and dropping files.
Dependencies: GTK+ 3, X11 or Wayland
You are required to build it yourself, no binaries are available. Also development seems to have halted with v1.2.0 in 2022. These instructions are for MacOS.
The official README has great installation instructions.
To start, cd into some folder you don't mind having a bit of junk files in. eg. cd ~/Downloads
-
git clone https://github.com/mwh/dragon.git -
cd dragonto enter the folder with the sourcecode -
makewill use theMakefilefile to compile dragon binary.- Dealing with dependecy issues. Dragon requries GTK+ 3. For MacOS
brew install gtk+3 - You might need to install X or X11 window manager. Just google how to install it.
- Dealing with dependecy issues. Dragon requries GTK+ 3. For MacOS
-
make installto but the dragon binary into the bin folder. -
dragonwill run dragon and printUsage: dragon [OPTIONS] FILENAME -
dragon examplewill create a window with a drag-and-droppable folder from theexamplefolder in the source code directory. (ls)