Get motivation quotes right in your terminal by just typing motivate. You will get a random inspirational quote that keeps you focused and energized throughout the day. Simple and fast for a quick boost.
- Shows a random motivational quote in your terminal
- Lightweight and fast
- Works offline once installed
- Easily extendable with your own quotes
✅ Works on macOS & Linux
⚠️ Windows users: use Git Bash or WSL
Just paste this into your terminal:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/mesamirh/Terminal-Motivation/main/install.sh)"motivateYou’ll see a random quote like:
"Push yourself, because no one else is going to do it for you."
rm -rf ~/.terminal-motivation && sed -i.bak '/alias motivate=/d' ~/.bashrc ~/.zshrc ~/.config/fish/config.fish 2>/dev/null- Quotes are stored in data/quotes.json
- Script uses Node.js to read and print a random one
