From ec07fe4fdff8680f3e378904a704e308fa87c210 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 8 Oct 2021 14:38:31 +0200 Subject: [PATCH] project: add README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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.