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

#564 in Command line utilities

MIT license

5KB
84 lines

mf

Crates.io GitHub repo size GitHub Workflow Status

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

No runtime deps