hva314 / rand_quote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rand_quote

Sourcecode of query.sh is from Eduardo San Martin Morote aka Posva. Quotes are from http://www.quotationspage.com/random.php3

Prereq:

sudo apt update
sudo apt install locat cowsay

Install:

git clone https://github.com/hva314/rand_quote
cd rand_quote
chmod +x quote.py query.sh
cp quotes.txt ~/.quotes

put this line at the end of your .bashrc or configure file of current shell you are using

/path/to/rand_quote/quote.py | cowsay | locat

in case you want to download more quotes:

query.sh

Screenshot

Enjoy!

About


Languages

Language:Shell 67.0%Language:Python 33.0%