Quotes are grabbed from a user specified .csv file (See examples)
The chosen quote changes every day.
Install dependencies:
opam install . --deps-only
Build with Dune:
dune build
Executable is now located in _build/default/bin/main.exe
Create .csv file with your list of quotes (+ authors). Put the executable (from previous step) somewhere and call it from your .bashrc with the .csv file and your preferred options.
Use -h to see options.