qcp, qmv: small tweaks (#3712)

This commit is contained in:
Waldir Pimenta
2019-12-31 18:27:57 +00:00
committed by Starbeamrainbowlabs
parent 55edce104a
commit bb392b5654
2 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
# qcp
> Copy files with your favorite text editor.
> Copy files using the default text editor to define the filenames.
> More information: <https://www.nongnu.org/renameutils/>.
- Copy a single file (invoke an editor with source on the left, target on the right):
- Copy a single file (open an editor with the source filename on the left and the target filename on the right):
`qcp {{source_file}}`
@@ -11,6 +11,6 @@
`qcp {{*.jpg}}`
- Copy files, but swap the positions of the source and the target in the editor:
- Copy files, but swap the positions of the source and the target filenames in the editor:
`qcp --option swap {{*.jpg}}`