This project is to collect fun quotes from/by/to Vietnamese developers. Let's make our tough life fun.
- Create a custom file under
data/
. For example,data/ngoctrinh.txt
- Add quotes there. Use
%
between quotes. - Feel free to add link to the quote. Use http://web.archive.org/ if possible.
Pack all data and convert to fortune
format automatic using
./bin/fortune.sh
and enjoy
fortune fortune-vn
Feel free to take a look at the sample Makefile
.
WIP. Stay tuned. Here is our TODO list.
- Compiling
data/*
tofortune(6)
data format so you can see our cookies from your terminal, e.g,fortune
- Having an useful
cli
tool to get random quote from our data set. - Having a simple
API
to generate quote :)