https://github.com/pfahlr/zsh_plugin_loremipsum
lorem ipsum generator z shell plugin
https://github.com/pfahlr/zsh_plugin_loremipsum
Last synced: about 18 hours ago
JSON representation
lorem ipsum generator z shell plugin
- Host: GitHub
- URL: https://github.com/pfahlr/zsh_plugin_loremipsum
- Owner: pfahlr
- Created: 2018-03-06T05:34:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T05:55:16.000Z (over 7 years ago)
- Last Synced: 2024-04-15T10:34:54.845Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - loremipsum - Generate lorem ipsum text on the command line. Gets its data from [lipsum.com](https://www.lipsum.com). (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - loremipsum - Generate lorem ipsum text on the command line. Gets its data from 🌎 [lipsum.com](www.lipsum.com). (Plugins / ZSH on Windows)
- awesome-zsh-plugins - loremipsum - Generate lorem ipsum text on the command line. Gets its data from [lipsum.com](https://www.lipsum.com). (Plugins / Zinit (née zplugin))
README
# `loremipsum` plugin
Plugin to generate lorem ipsum text on the command line. Gets data from lipsum.com.
Requires jq jquery parser
```sudp apt-get install jq```
```zsh
plugins=(... copybuffer)