/mf

I work with files.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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