An open API service indexing awesome lists of open source software.

https://github.com/schroedinger-hat/loremclipsum

A CLI tool to copy-paste different Ipsums from your terminal
https://github.com/schroedinger-hat/loremclipsum

Last synced: 5 months ago
JSON representation

A CLI tool to copy-paste different Ipsums from your terminal

Awesome Lists containing this project

README

        



[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]




Lorem clipsum




Logo




Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project


  2. Usage

  3. Contributing

  4. Contact

## About The Project

Types of `ipsums` present as of now:

- Cat Ipsum
- Lorem Ipsum
- Bacon Ipsum
- Hipster Ipsum
- Zombie Ipsum
- Delorean Ipsum
- Pirate Ipsum

### Tech stack

This is built in `rust`

## Installation

### Install it with Homebrew

```
brew tap Schrodinger-Hat/loremclipsum https://github.com/Schrodinger-Hat/loremclipsum
brew update
brew install loremclipsum
```
### Install it manually

Unzip the `loremclipsum.tar.gz` and `mv` the executable so that it can be found in your `$PATH` variable.

```
mv loremclipsum /usr/local/bin/

chmod +x /usr/local/bin/loremclipsum

loremclipsum
```
### Build it

Install `rust` on your systems. Run `cargo install --path [a path of your choice]`.

## Usage

`loremclipsum [-p [--paragraph] int] [-i [--ipsum] string]`

`-p, --paragraph`
Default value 1

`-i, --ipsum`
Default value "lorem"

_example_
`loremclipsum -p 5 -i cat`

The console will output that you can _paste_ your _ipsum_ with your keyboard now.

Available ipsums:

`loremclipsum -i lorem`
`loremclipsum -i cat`
`loremclipsum -i bacon`
`loremclipsum -i hipster`
`loremclipsum -i zombie`
`loremclipsum -i delorean`
`loremclipsum -i pirate`

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

## Contact

Schrodinger's Hat Team - [@schrodinger_hat](mailto:[email protected])

Project Link: [https://github.com/Schrodinger-Hat/loremclipsum](https://github.com/Schrodinger-Hat/loremclipsum)

[contributors-shield]: https://img.shields.io/github/contributors/Schrodinger-Hat/loremclipsum.svg?style=for-the-badge
[contributors-url]: https://github.com/Schrodinger-Hat/loremclipsum/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Schrodinger-Hat/loremclipsum.svg?style=for-the-badge
[forks-url]: https://github.com/Schrodinger-Hat/loremclipsum/network/members
[stars-shield]: https://img.shields.io/github/stars/Schrodinger-Hat/loremclipsum?style=for-the-badge
[stars-url]: https://github.com/Schrodinger-Hat/loremclipsum/stargazers
[issues-shield]: https://img.shields.io/github/issues/Schrodinger-Hat/loremclipsum.svg?style=for-the-badge
[issues-url]: https://github.com/Schrodinger-Hat/loremclipsum/issues