From 7c4d355193e8328902c0f335fc4b956c841c7513 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sun, 25 Dec 2022 10:16:50 -0500 Subject: [PATCH] qmv: add -f do example (#9661) Co-authored-by: Marek Kowalczyk --- pages/common/qmv.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/qmv.md b/pages/common/qmv.md index fde2ff2ea..c9981460e 100644 --- a/pages/common/qmv.md +++ b/pages/common/qmv.md @@ -22,3 +22,7 @@ - Move files, but swap the positions of the source and the target filenames in the editor: `qmv --option swap {{*.jpg}}` + +- Rename all files and folders in the current directory, but show only target filenames in the editor (you can think of it as a kind of simple mode): + +`qmv --format=do .`