# CoPypaSTa Command line utility to make copy pasting easier ## Usage To copy/tag a file or folder: ``` cpst -c ``` To paste tagged files or folder into current directory: ``` cpst -p ``` To move a tagged file or folder into current directory: ``` cpst -m ``` ## Install ``` cargo install cpst ```