| Crates.io | mf |
| lib.rs | mf |
| version | 2.1.1 |
| created_at | 2021-09-08 15:14:56.274349+00 |
| updated_at | 2023-02-26 20:16:42.844466+00 |
| description | I modify files. |
| homepage | https://github.com/clientcrash |
| repository | https://github.com/clientcrash/mf |
| max_upload_size | |
| id | 448484 |
| size | 5,125 |
using cargo (rust package manager)
cargo install mf
This creates the files foo.txt and bar.txt:
mf create foo.txt bar.txt
This removes the files foo.txt and bar.txt:
mf remove foo.txt bar.txt
This merges the files foo.txt and bar.txt into foobar.txt:
mf merge foobar.txt foo.txt bar.txt
mf <COMMAND> [FILES ...]
Commands:
h, help Print help information
c, create Create file/s
m, merge <TARGET> Merge files into target
r, remove Remove files