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 .`