Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxphilo/motivate
⚡ motivate ⚡ - A simple script to print random motivational quotes.
https://github.com/dxphilo/motivate
Last synced: 7 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T13:21:21.000Z (12 months ago)
- Last Synced: 2024-11-12T16:30:42.269Z (2 months ago)
- Language: Rust
- Size: 263 KB
- Stars: 2
- 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
git
rustc
```## Installation
#### Linux/MacOs
```bash
git clone https://github.com/dxphilo/motivate.git
cd motivate
cargo build --release
sudo bash install.sh
source ~/.bashrc
```#### Windows
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!