project: add README

This commit is contained in:
Bruno BELANYI 2021-10-08 14:38:31 +02:00
parent dbc10b5066
commit ed45ad9b6f

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# `dragger`
Drag files from CLI, without the need to open a GUI.
## Usage
Simply issue the command:
```bash
dragger [FILES...]
```
`dragger` will initiate a drag-and-drop operation for all files and directories
provided as arguments.