https://github.com/skibish/lorem
Offline Lorem Ipsum generator
https://github.com/skibish/lorem
go golang lorem lorem-ipsum-generator loremipsum offline offline-first
Last synced: 10 months ago
JSON representation
Offline Lorem Ipsum generator
- Host: GitHub
- URL: https://github.com/skibish/lorem
- Owner: skibish
- License: mit
- Created: 2019-11-10T09:38:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T15:18:13.000Z (about 6 years ago)
- Last Synced: 2025-01-24T14:48:36.322Z (11 months ago)
- Topics: go, golang, lorem, lorem-ipsum-generator, loremipsum, offline, offline-first
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lorem: Lorem Ipsum generator
[](https://github.com/skibish/lorem/blob/master/LICENSE)
[](https://github.com/skibish/lorem/releases)
[](https://godoc.org/github.com/skibish/lorem)
[](https://goreportcard.com/report/github.com/skibish/lorem)
[](https://golang.org)
Offline Lorem Ipsum generator.
Inspired by [lipsum.com](https://www.lipsum.com).
## Usage
```bash
$ lorem -h
-ipsum
Start with "Lorem ipsum dolor sit amet..."
-number int
How many to generate (default 5)
-stats
Print statistics
-type string
What to generate: p (paragraphs); w (words); b (bytes) (default "p")
-v Show version and exit
```
## Example
```bash
$ lorem -ipsum -stats > text.txt
STATS:
Words 242
Bytes 2808
Paragraphs 5
$ cat text.txt
# 5 paragraphs of generated Lorem Ipsum
$ lorem -type w -number 3
Nequefusce per elitvivamus.
```
## Installation
Download binary from [releases](https://github.com/skibish/lorem/releases) to `/usr/local/bin/lorem`.
And start it as:
```bash
lorem
```