Crates.io | rmc |
lib.rs | rmc |
version | 1.1.1 |
source | src |
created_at | 2023-05-07 19:34:46.182419 |
updated_at | 2023-05-07 19:34:46.182419 |
description | a tool to move and copy files |
homepage | https://github.com/toddmcintire/rmc |
repository | https://github.com/toddmcintire/rmc |
max_upload_size | |
id | 859343 |
size | 21,869 |
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.
To install rmc visit the Releases page and download the latest version for your OS.
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```