Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dchest/randomword
Print random word
https://github.com/dchest/randomword
Last synced: about 1 month ago
JSON representation
Print random word
- Host: GitHub
- URL: https://github.com/dchest/randomword
- Owner: dchest
- Created: 2014-11-03T09:50:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T23:31:56.000Z (over 9 years ago)
- Last Synced: 2024-04-15T01:16:12.633Z (7 months ago)
- Language: Go
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
randomword -- print random words from a list of 4096 words specifically
selected to be easy to memorize when used in passphrases (taken from passwdqc).USAGE
randomword [-c N] [-n] [-l]
Options:
-c N Print N random words (by default, print one).
-n Do not print the trailing new line character.
-l Print each word on its own line.