1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:53:59 +02:00

qmv: add -f do example (#9661)

Co-authored-by: Marek Kowalczyk <marek.kowalczyk@mandarine.pl>
This commit is contained in:
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

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