Scripts to copy and paste files and folders from the terminal. It uses a clipboard system to copy.
- python3
- rsync
- Add the scripts (
copy
andpaste
) to your PATH. - Done (read note please)
Note: Please note that paste
program also exists in GNU coreutils. So if you use that command then rename this paste
to something else you prefer. eg. pastef
- paste file.
Otherwise ensure that the PATH folder you put these scripts has higher priority over the one which contains paste
GNU program.
You can do so by putting this in your shell config
export PATH=/scripts/folder:$PATH
Note 2: paste
script in this repo is not a substitute for the one in GNU coreutils. (duh)