greekumipsum-cli
v1.1.1
Published
Generate random greek paragraphs, words, sentences and characters. Uses the Greekum Ipsum script by Krzysztof Szewczyk.
Downloads
31
Maintainers
Readme
Greekum Ipsum CLI 📝
Generate random greek paragraphs, sentences & more.
What is Greekum Ipsum?
Original description:
Greekum Ipsum is variation of Lorem Ipsum. It was made by Krzysztof Szewczyk, serving same purpose as Lorem Ipsum, with another feature - creating generators of this, or even trying it out in applications or websites, can test system's capability to render unicode characters.
Install
npm install --global greekumipsum-cli
You can also use the online generator!
Usage
Usage
$ greekum <option> [number]
Options
-p --paragraph Generate paragraphs
-w --word Generate words
-s --sentence Generate sentences
-sc --sentence-capitalized Generate capitalized sentences
-c --character Generate characters
-h --help Display help message
Examples
$ greekum --paragraph 5
$ greekum -c 3
$ greekum -p
Note
This CLI app is just a simple wrapper around the original Greekum Ipsum script, made by my friend Krzysztof Szewczyk. All credit should go to him 😄
Maintainers
| ---|--- Antoni Kepinski | Krzysztof Szewczyk (stale)
TODO List
- [ ] Add configuration file support:
- [ ] Create configuration files starting clean or predefined
- [ ] Save, load configuration
- [ ] Add some more predefined configurations
- [ ] Look [1]
- [X] Optimize CLI (it's wasting some memory now)
- [ ] Add learning frontend
- [ ] Add GreekumHarvester CLI frontend
- [ ] Very basic markdown highlighting (?, unsure):
**, ****, #
- [X] Add commandline option to uppercase sentence.
- [X] If
num
is not passed, assume 1.