Crates.io | easy-cp |
lib.rs | easy-cp |
version | 0.2.3 |
source | src |
created_at | 2023-06-29 12:56:55.244368 |
updated_at | 2023-07-02 12:45:39.255535 |
description | A simple command line tool to copy files at deep position. |
homepage | |
repository | |
max_upload_size | |
id | 903272 |
size | 12,504 |
a rich cp
Usage: easy-cp [OPTIONS] <FROM_PATH> <BASE_NAME>
Arguments:
<FROM_PATH>
<BASE_NAME>
Options:
-f, --force
-h, --help Print help
Use with fzf
in fish.
$ function cl
set pathname (fzf --print0)
and set newname [1]
and easy-cp
end
$ cl new.rs