easy-cp

Crates.ioeasy-cp
lib.rseasy-cp
version0.2.3
sourcesrc
created_at2023-06-29 12:56:55.244368
updated_at2023-07-02 12:45:39.255535
descriptionA simple command line tool to copy files at deep position.
homepage
repository
max_upload_size
id903272
size12,504
Naoya Furudono (naoyafurudono)

documentation

README

easy-cp

a rich cp

Usage: easy-cp [OPTIONS] <FROM_PATH> <BASE_NAME>

Arguments:
  <FROM_PATH>  
  <BASE_NAME>  

Options:
  -f, --force  
  -h, --help   Print help

example

Use with fzf in fish.

$ function cl
    set pathname (fzf --print0)
    and set newname [1]
    and easy-cp  
end

$ cl new.rs
Commit count: 0

cargo fmt