lorem¶
Generate Lorem Ipsum text.
Synopsis¶
Description¶
Generate placeholder Lorem Ipsum text. Useful for testing layouts, filling templates, or creating mock content.
Flags¶
| Flag | Short | Description | Default |
|---|---|---|---|
--paragraphs |
-p |
Number of paragraphs | 1 |
--sentences |
-s |
Number of sentences (overrides paragraphs) | 0 |
--words |
-w |
Number of words (overrides sentences) | 0 |
--lorem |
-l |
Start with "Lorem ipsum dolor sit amet" | true |
Examples¶
One paragraph:
Multiple paragraphs:
Specific number of sentences:
Specific number of words:
Without "Lorem ipsum" start:
Use Cases¶
- Filling page layouts during design
- Testing text rendering
- Creating placeholder content
- Generating mock data for demos
- Testing typography and line heights
Notes¶
- When using
-s(sentences), the-pflag is ignored - When using
-w(words), both-pand-sare ignored - By default, text starts with the classic "Lorem ipsum dolor sit amet"