The example in selectool.1 shouldn't have issues with double quotes - croptool - Image cropping tool
HTML git clone git://lumidify.org/croptool.git (fast, but not encrypted)
HTML git clone https://lumidify.org/croptool.git (encrypted, but very slow)
HTML git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/croptool.git (over tor)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c49f7928026cab6699ef7988a2dabf62b7fc6c40
DIR parent a609327a44bd87ff54adcfbc549230c83ae49179
HTML Author: lumidify <nobody@lumidify.org>
Date: Tue, 14 May 2024 17:28:43 +0200
The example in selectool.1 shouldn't have issues with double quotes
Diffstat:
M selectool.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/selectool.1 b/selectool.1
@@ -122,7 +122,7 @@ $ selectool -f "mv -- '%f' '/path/to/dir/'" *.jpg | sh
.Ed
.Pp
Note that no great care has been taken to deal with filenames containing
-single or double quotes.
+single quotes.
That is left as an exercise to the reader (hint: just don't have
filenames containing quotes).
.Sh SEE ALSO