#command-line #command-line-tool #copy #path #deep #position #arguments

app easy-cp

A simple command line tool to copy files at deep position

6 releases

0.2.3 Jul 2, 2023
0.2.2 Jun 30, 2023
0.1.2 Jun 29, 2023

#849 in Command line utilities

40 downloads per month

MIT license

5KB
70 lines

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

Dependencies

~1.2–1.8MB
~34K SLoC