A simple CLI drag-and-drop utility
Go to file
Bruno BELANYI 5b3ea6e976 project: bump version to v0.1.0 2021-10-08 14:55:57 +02:00
src dragger: initial version 2021-10-08 14:40:19 +02:00
.clang-format project: add clang-format 2021-10-08 14:40:19 +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: add flake 2021-10-08 14:54:52 +02:00
flake.nix project: bump version to v0.1.0 2021-10-08 14:55:57 +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.