A simple CLI drag-and-drop utility
Go to file
Bruno BELANYI f8687ee5bd nix: bump inputs 2021-10-09 13:24:06 +02:00
src dragger: use actual argument parsing 2021-10-08 15:30:53 +02:00
.clang-format clang-format: fix break of arguments 2021-10-08 15:27:57 +02:00
.envrc nix: add direnv integration 2021-10-08 14:54:52 +02:00
.gitignore git: add ignore file 2021-10-08 14:54:52 +02:00
LICENSE project: add LICENSE 2021-10-08 14:54:52 +02:00
README.md project: add README 2021-10-08 14:54:52 +02:00
dragger.pro dragger: initial version 2021-10-08 14:40:19 +02:00
flake.lock nix: bump inputs 2021-10-09 13:24:06 +02:00
flake.nix nix: use 'inputsFrom' 2021-10-08 15:46:27 +02:00

README.md

dragger

Drag files from CLI, without the need to open a GUI.

Usage

Simply issue the command:

dragger [FILES...]

dragger will initiate a drag-and-drop operation for all files and directories provided as arguments.