⚡ motivate ⚡ - A simple script to print random motivational quotes.
This project was inspired by the Python version by Mubaris. I have been using the Python version for a while, but it was archived by the author. To continue the motivation and also as an opportunity to learn Rust, I decided to implement the project in Rust.
If you are looking for the Python version, you can find it here.
git
rustc
git clone https://github.com/dxphilo/motivate.git
cd motivate
cargo build --release
sudo bash install.sh
source ~/.bashrc
I haven't tested this project on a Windows system, but be sure to check for Windows configuration.
If the installation is successful, you should be able to globally get random quotes in the terminal by running the command motivate
. If the command name feels too long, you can set up aliases in your .bashrc
file.
motivate
"Don’t be pushed around by the fears in your mind. Be led by the dreams in your heart."
-- Roy T. Bennett
--------------------------------------------------
This project is open for contributions! If you notice areas that could be improved, have suggestions for better approaches, or any general considerations, please don't hesitate to share them in the issues section or open a PR.
If you need clarification on any aspects, feel free to open an issue. Your contributions and feedback are greatly appreciated!