#argument #arg #parse #arguments-parser #parser #cli

app grmr

Simple command-line app to fix your writing

2 unstable releases

Uses old Rust 2015

0.2.0 Jan 25, 2019
0.1.0 Jan 22, 2019

#94 in #arg

MIT license

12KB
310 lines

grmr

Crates.io Build Status license

grmr is simple command for improving writing and grammar checking.

Scripts were copied from: http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/

Installation

$ cargo install grmr

Usage

$ grmr paper.tex ~/folder/*.tex            # general check of documents
$ grmr weasel paper.tex ~/folder/*.tex     # check documents for weasel words
$ grmr passive paper.tex ~/folder/*.tex    # check documents for passive voice
$ grmr ill paper.tex ~/folder/*.tex        # check documents for illusion/duplicate words
$ grmr -h                                  # show help

Dependencies

~3–12MB
~108K SLoC