Indulge in some motivation++ via random quote(s) from a JSON file.
❯ cargo install motivator
❯ cargo build --release
❯ ./target/release/motivator -f <JSON filename>
``` ❯ motivator -f quotes.json Whether you think you can or think you can't, you're right. - Henry Ford
❯ motivator -f quotes.json -t stoic Wants make you a servant - Seneca ``` For a full list of command-line options:
``` ❯ motivator -h Indulge in some motivation++ via random quote(s) from a JSON file.
Usage: motivator [OPTIONS] --file
Options:
-f, --file
{
"quotes": [
{
"quote": "Motivational words",
"author": "",
"tags": ["Stoic", "Positivity"]
}
]
}
https://github.com/developerish/motivator/blob/main/quotes.json