A CLI tool for greeting you and your terminal with beautiful quotes around the day.
- β¨ Features
- π Installation
- π οΈ Usage
- ποΈ Uninstall
- π Bugs or Requests
- π€ Contributing
- π License
- π Acknowledgments
- Quotes: Greets you with random quotes every time you open your terminal.
- Reactive: Formatting changes based on the width of your terminal.
- Stay Motivated: Get motivational & thought-provoking quotes.
Please note that you should have Rust installed on your system.
- Clone this repo using
git clone http://github.com/jollySleeper/quoterm.git ~/quoterm && cd ~/quoterm
- Run these commands to install
cargo build --release
cargo install --path .
Please add
~/.cargo/bin/
to your PATH.
- Append the following snippet to your shell rc file:
if type "quoterm" > /dev/null; then
quoterm
fi
If you decide to uninstall, we're sorry to hear that quoterm
didn't meet your expectations. We appreciate your feedback.
To uninstall, run rm ~/.cargo/bin/quoterm
from terminal and delete the Quoterm folder using rm -r quoterm
command.
If you encounter any problem(s) feel free to open an issue.
If you feel the project is missing a feature, please raise an issue with FeatureRequest
as heading.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.