2019-11-05 14:33:21 +07:00
|
|
|
# qcp
|
|
|
|
|
2019-12-31 18:27:57 +00:00
|
|
|
> Copy files using the default text editor to define the filenames.
|
2025-03-27 22:02:12 +02:00
|
|
|
> More information: <https://manned.org/qcp>.
|
2019-11-05 14:33:21 +07:00
|
|
|
|
2019-12-31 18:27:57 +00:00
|
|
|
- Copy a single file (open an editor with the source filename on the left and the target filename on the right):
|
2019-11-05 14:33:21 +07:00
|
|
|
|
|
|
|
`qcp {{source_file}}`
|
|
|
|
|
2024-03-14 02:01:06 -03:00
|
|
|
- Copy multiple JPEG files:
|
2019-11-05 14:33:21 +07:00
|
|
|
|
|
|
|
`qcp {{*.jpg}}`
|
|
|
|
|
2019-12-31 18:27:57 +00:00
|
|
|
- Copy files, but swap the positions of the source and the target filenames in the editor:
|
2019-11-05 14:33:21 +07:00
|
|
|
|
2025-03-26 02:30:50 +02:00
|
|
|
`qcp {{[-o|--option]}} swap {{*.jpg}}`
|