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.5.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.13 && <4.17), MonadRandom (>=0.5.1 && <0.6), optparse-applicative (>=0.16 && <0.17), text (>=1.2.4 && <1.3), vector (>=0.12 && <0.13), wordlist [details] |
License | Apache-2.0 |
Author | Chris Martin <ch.martin@gmail.com> |
Maintainer | Chris Martin <ch.martin@gmail.com> |
Category | Text, Application |
Home page | https://github.com/chris-martin/wordlist |
Uploaded | by chris_martin at 2022-01-14T11:16:18Z |
Distributions | |
Executables | wordlist |
Downloads | 1412 total (0 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 2022-01-14 [all 1 reports] |