mf

Crates.iomf
lib.rsmf
version2.1.1
sourcesrc
created_at2021-09-08 15:14:56.274349
updated_at2023-02-26 20:16:42.844466
descriptionI modify files.
homepagehttps://github.com/clientcrash
repositoryhttps://github.com/clientcrash/mf
max_upload_size
id448484
size5,125
Client (ClientCrash)

documentation

README

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
Commit count: 46

cargo fmt