write-good

Naive linter for English prose that checks for common writing issues

brewmacoslinux
Try with needOr install directly
Source

About

Naive linter for English prose

Commands

write-good

Examples

Check a single file for writing issues$ write-good myfile.md
Check multiple files and show all suggestions$ write-good *.txt
Check stdin input from a pipe$ cat document.md | write-good