Skip to content

ClientCrash/mf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I work with files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages