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 dragon
to enter the folder with the sourcecode -
make
will use theMakefile
file 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 install
to but the dragon binary into the bin folder. -
dragon
will run dragon and printUsage: dragon [OPTIONS] FILENAME
-
dragon example
will create a window with a drag-and-droppable folder from theexample
folder in the source code directory. (ls
)