Skip to content

A command line tool written in Rust as an alternative for `cp` command

License

Notifications You must be signed in to change notification settings

dasShounak/bettercp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bettercp

A better way to copy files

Installation

You can install bettercp using cargo.

$ cargo install bettercp

Usage

Usage: bettercp [OPTIONS] <FILENAME> <DESTINATION>

Arguments:
  <FILENAME>     File name or relative path to file to be copied
  <DESTINATION>  Destination path

Options:
  -r, --rename <RENAME>  Rename file
  -h, --help             Print help
  -V, --version          Print version

Build Status

About

A command line tool written in Rust as an alternative for `cp` command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages