Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calebhearth/writegood


https://github.com/calebhearth/writegood

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# writegood

Command line utility to help you write gooder.

## Usage

`writegood [passive|weasel|duplicate] `

### `passive`

Find and highlight passive voice.

`writegood passive declaration_of_independence.parchment`

> PASSIVE 2: that all men **are created** equal

### `weasel`

Find and highlight weasel words

`writegood weasel `

> WEASEL 15: the soup is **very** hot

### `duplicate`

Find and highlight duplicate words

`writegood weasel `

Given the following file:

```
Many readers are not aware that the
the brain will automatically ignore
a second instance of the word "the"
when it starts a new line.
```

> DUPLICATE 2: **the** brain will automatically ignore