wordlist: Command-line tool to get random words

[ apache, application, library, program, text ] [ Propose Tags ]

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]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

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.14), MonadRandom, optparse-applicative, text, vector, 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 2020-03-15T10:01:16Z
Distributions
Executables wordlist
Downloads 1279 total (18 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 2020-03-15 [all 1 reports]

Readme for wordlist-0.1.0.4

[back to package description]

wordlist is 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