# easy-cp ``` a rich cp Usage: easy-cp [OPTIONS] Arguments: Options: -f, --force -h, --help Print help ``` ## example Use with `fzf` in fish. ```fish $ function cl set pathname (fzf --print0) and set newname [1] and easy-cp end $ cl new.rs ```