A simple CLI drag-and-drop utility
Go to file
Bruno BELANYI 79da9d8074
ci/woodpecker/push/check Pipeline was successful Details
ci/woodpecker/manual/check Pipeline was successful Details
nix: bump inputs
2023-04-01 16:56:31 +01:00
.woodpecker ci: add Woodpecker CI workflow 2023-04-01 16:51:49 +01: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 2023-04-01 16:56:31 +01:00
flake.nix nix: fix 'maintainers' 2023-04-01 16:56:14 +01: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.