rmc

Crates.iormc
lib.rsrmc
version1.1.1
sourcesrc
created_at2023-05-07 19:34:46.182419
updated_at2023-05-07 19:34:46.182419
descriptiona tool to move and copy files
homepagehttps://github.com/toddmcintire/rmc
repositoryhttps://github.com/toddmcintire/rmc
max_upload_size
id859343
size21,869
Todd McIntire (toddmcintire)

documentation

README

rmc(rust move copy)

rmc(rust move copy) is a rust program to move and copy files. rmc is not designed to be used in production or any meaningful use but rather a learning project on creating cli tools.

Install

To install rmc visit the Releases page and download the latest version for your OS.

Usage

to use rmc simply call rmc with the choice and input and output file.

rmc --choice <choice> <FILE> <FILE>

using --help will list all options for rmc.


Usage: rmc --choice <choice> <FILE> <FILE>

Arguments:
  <FILE>  file input
  <FILE>  file output

Options:
  -c, --choice <choice>  m, c, rc
  -h, --help             Print help
  -V, --version          Print version```
  
Commit count: 37

cargo fmt