1 stable release
1.1.1 | May 7, 2023 |
---|
#17 in #file-input
9KB
117 lines
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```
Dependencies
~2MB
~30K SLoC