qmv: add -f do example (#9661)

Co-authored-by: Marek Kowalczyk <marek.kowalczyk@mandarine.pl>
pull/1/head
Matthew Peveler 2022-12-25 10:16:50 -05:00 committed by GitHub
parent a2d50dc8d4
commit 7c4d355193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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