0.1.0 • Published 7 years ago
wfreq v0.1.0
This utility allows you to get frequency of words from a file.
Version: 0.1 (beta)
Features
- Type file available: txt, pdf, epub
- Output: terminal or html file
- Filter by: minimum, maximum, limit, order
- Ignore a list of words
Installation
npm install -g wfreqUsage
wfreq ./myfile.txtCommands
- Min
- Max
- Order
- Limit
- Ignore
- Output
Min
wfreq ./myfile.txt --min 10Max
wfreq ./myfile.txt --max 5Order
wfreq ./myfile.txt --order desc
wfreq ./myfile.txt --order ascLimit
wfreq ./myfile.txt --limit 25Ignore
wfreq ./myfile.txt --ignore "foo, bar"Output
wfreq ./myfile.txt --output html
wfreq ./myfile.txt --output shellLicense
MIT
0.1.0
7 years ago