8 releases (5 stable)
2.1.1 | Feb 26, 2023 |
---|---|
2.1.0 | Sep 21, 2022 |
2.0.2 | May 17, 2022 |
0.1.2 | Jan 12, 2022 |
0.1.1 | Sep 8, 2021 |
#1403 in Command line utilities
37 downloads per month
5KB
84 lines
mf
I work with files.
Installation
-
using cargo (rust package manager)
cargo install mf
Examples
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
Usage
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