LinuxCommandLibrary

qcp

Copy files using the default text editor to define the filenames.

TLDR

Copy a single file (open an editor with the source filename on the left and the target filename on the right)

$ qcp [source_file]
copy


Copy multiple JPG files
$ qcp [*.jpg]
copy


Copy files, but swap the positions of the source and the target filenames in the editor
$ qcp --option swap [*.jpg]
copy

Copied to clipboard