project: add README
This commit is contained in:
parent
c053a6fe51
commit
ec07fe4fdf
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue