Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebhearth/writegood
https://github.com/calebhearth/writegood
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebhearth/writegood
- Owner: calebhearth
- License: mit
- Created: 2013-04-05T01:40:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T02:55:14.000Z (over 11 years ago)
- Last Synced: 2024-10-15T19:43:42.563Z (2 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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