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
- Host: GitHub
- URL: https://github.com/schroedinger-hat/loremclipsum
- Owner: Schroedinger-Hat
- Created: 2023-05-27T10:11:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T19:33:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T13:58:38.970Z (6 months ago)
- Language: Rust
- Size: 1.98 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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]
Table of Contents
## 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 manuallyUnzip 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 itInstall `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