2018-11-06 11:29:34 +00:00
|
|
|
# lorem
|
|
|
|
|
|
|
|
> Create more or less random lorem ipsum text.
|
2021-09-23 19:34:23 +01:00
|
|
|
> More information: <https://manned.org/lorem>.
|
2018-11-06 11:29:34 +00:00
|
|
|
|
|
|
|
- Print the specified number of words:
|
|
|
|
|
|
|
|
`lorem -n {{20}}`
|
|
|
|
|
|
|
|
- Print 10 lines of Goethe's Faust:
|
|
|
|
|
|
|
|
`lorem -l {{10}} --faust`
|
|
|
|
|
|
|
|
- Print 5 sentences of Poe's Raven:
|
|
|
|
|
|
|
|
`lorem -s {{5}} --raven`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Print 40 random characters from Boccaccio's Decameron:
|
2018-11-06 11:29:34 +00:00
|
|
|
|
|
|
|
`lorem --randomize -c {{40}} --decamerone`
|