From 3009bd86482b5f489a8d046a1f7146e0ed1ff03b Mon Sep 17 00:00:00 2001 From: MiftikCZ <89579269+MiftikCZ@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:59:19 +0200 Subject: [PATCH 1/3] Added preview screenshot also renamed README to README.md for markdown mode (to be able to add the image) --- README => README.md | 3 +++ 1 file changed, 3 insertions(+) rename README => README.md (88%) diff --git a/README b/README.md similarity index 88% rename from README rename to README.md index 882d0bf..326becb 100644 --- a/README +++ b/README.md @@ -34,3 +34,6 @@ name, run `make NAME=dragon-drop install`, which will generate the executable and man page to match the given name. dragon requires GTK+ 3 and is distributed under the GNU GPL version 3. + +![demo](https://user-images.githubusercontent.com/89579269/231829961-813379bb-33e4-49d4-9824-bfa3eea48c66.png) +- *now take that file that showed up and just drag it anywhere you want!* From 67b4d3570738bc855786babbbfe90a21b7be7513 Mon Sep 17 00:00:00 2001 From: MiftikCZ <89579269+MiftikCZ@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:07:57 +0200 Subject: [PATCH 2/3] Added some formating highlited some commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 326becb..bb35559 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,21 @@ Many programs, particularly web applications, expect files to be dragged into them now. If you don't habitually use a file manager that is a problem. dragon is a lightweight drag-and-drop source for X where you can run: - dragon file.tar.gz + `dragon file.tar.gz` to get a window with just that file in it, ready to be dragged where you need it. What if you need to drag into something? Using: - dragon --target + `dragon --target` you get a window you can drag files and text into. Dropped items are printed to standard output. If you're only dealing with a single file, either source or sink, use -the --and-exit option to terminate as soon as one drag-and-drop +the `--and-exit` option to terminate as soon as one drag-and-drop operation is complete. If you want to keep the files you drag in around for a while, use: - dragon --target --keep + `dragon --target --keep` and each file you drop becomes its own draggable button, which you can drag elsewhere later. From d0b902d0ec5cd8c3ecafa5f8d11e6249da2585f0 Mon Sep 17 00:00:00 2001 From: MiftikCZ Date: Sat, 22 Apr 2023 15:28:49 +0200 Subject: [PATCH 3/3] Update host of preview image githubrawcontent -> imgur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb35559..dcef290 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ executable and man page to match the given name. dragon requires GTK+ 3 and is distributed under the GNU GPL version 3. -![demo](https://user-images.githubusercontent.com/89579269/231829961-813379bb-33e4-49d4-9824-bfa3eea48c66.png) +![demo](https://i.imgur.com/UkmrXAC.png) - *now take that file that showed up and just drag it anywhere you want!*