https://github.com/dxphilo/motivate
⚡ motivate ⚡ - A simple script to print random motivational quotes.
https://github.com/dxphilo/motivate
Last synced: 5 months ago
JSON representation
⚡ motivate ⚡ - A simple script to print random motivational quotes.
- Host: GitHub
- URL: https://github.com/dxphilo/motivate
- Owner: dxphilo
- License: mit
- Created: 2024-01-09T21:25:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T12:00:09.000Z (5 months ago)
- Last Synced: 2026-01-27T23:13:04.636Z (5 months ago)
- Language: Rust
- Size: 283 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# motivate
⚡ **motivate** ⚡ - A simple script to print random motivational quotes.
## Why
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](https://github.com/mubaris/motivate/tree/master).
## Requirements
```bash
rustc
```
## Installation
#### Linux / macOS (curl)
```bash
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/dxphilo/motivate/releases/download/v0.2.0/motivate-installer.sh | sh
```
#### Windows (PowerShell)
```bash
powershell -ExecutionPolicy Bypass -c "irm https://github.com/dxphilo/motivate/releases/download/v0.2.0/motivate-installer.ps1 | iex"
```
I haven't tested this project on a Windows system, but be sure to check for Windows configuration.
## Usage
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.
```bash
motivate
"Don’t be pushed around by the fears in your mind. Be led by the dreams in your heart."
-- Roy T. Bennett
--------------------------------------------------
```
## Contribution
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](https://github.com/dxphilo/dotfiles/issues/new). Your contributions and feedback are greatly appreciated!