diff --git a/README.md b/README.md new file mode 100644 index 0000000..93cc1a8 --- /dev/null +++ b/README.md @@ -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.