xcv

Cut, copy and paste files with Bash using a clipboard-like interface

brewmacoslinux
Try with needOr install directly
Source

About

Cut, copy and paste files with Bash

Commands

xcv

Examples

Cut a file to clipboard for moving$ xcv cut myfile.txt
Copy a file to clipboard without removing original$ xcv copy document.pdf
Paste previously cut or copied files to current directory$ xcv paste