wordlist: Command-line tool to get random words
A command-line application that outputs a random list of words, designed to generate memorable passwords.
Example usage
Download a list of words:
bash$ export WORD_LIST_PATH="$HOME/words" bash$ wget -O "$WORD_LIST_PATH" 'https://raw.githubusercontent.com/trezor/python-mnemonic/ec21884db9f3af236732121e7ccf97435b924915/mnemonic/wordlist/english.txt'
By default, wordlist generates four words separated by spaces.
bash$ wordlist afraid avoid sunset cactus
The number of words and the separator are customizable.
bash$ wordlist -n 3 -d '/' kite/wire/impact
For full command-line documentation:
bash$ wordlist --help
[Skip to Readme]
Downloads
- wordlist-0.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.1, 0.1.0.2, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7 |
|---|---|
| Change log | changelog.md |
| Dependencies | base (>=4.10 && <4.13), MonadRandom, optparse-applicative, text, vector, wordlist [details] |
| Tested with | ghc ==8.2.2, ghc ==8.4.3, ghc ==8.6.1 |
| License | Apache-2.0 |
| Author | Chris Martin <ch.martin@gmail.com> |
| Maintainer | Chris Martin <ch.martin@gmail.com> |
| Uploaded | by chris_martin at 2019-02-14T19:18:34Z |
| Category | Text, Application |
| Home page | https://github.com/chris-martin/wordlist |
| Executables | wordlist |
| Downloads | 1536 total (9 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2019-02-14 [all 1 reports] |