Crates.io | aquote |
lib.rs | aquote |
version | 0.1.1 |
source | src |
created_at | 2021-03-18 01:26:51.811963 |
updated_at | 2021-03-18 06:07:16.361811 |
description | Quote of the day for your shell. |
homepage | https://github.com/kerlilow/aquote |
repository | https://github.com/kerlilow/aquote |
max_upload_size | |
id | 370330 |
size | 65,072 |
aquote fetches a random quote daily from one of the configured quote vendors. By default, the following vendors are used:
Download the precompiled binary for your OS from the release page.
After downloading the release package for your OS, extract the archive and run install.sh
as root.
This will install the binary and setup a scheduled job to fetch a new quote daily.
Finally, add aquote show
to your shell startup script (or fish_greeting.fish
for fish).
Add aquote show
to ~/.bashrc
.
Add aquote show
to ~/.zshrc
.
Add aquote show
to the fish_greeting
function in ~/.config/fish/functions/fish_greeting.fish
.
Example:
function fish_greeting -d "What's up, fish?"
...
set_color normal
# Add the following line
aquote show
end
This project is licensed under the terms of the MIT license.
See the LICENSE.md file in this repository for more information.