project: add README

This commit is contained in:
Bruno BELANYI 2021-10-08 14:38:31 +02:00
parent c053a6fe51
commit ec07fe4fdf
1 changed files with 14 additions and 0 deletions

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.