Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 973 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 973 Bytes

Daily terminal quotes

Add motivational, goofy or philosophical quotes to your terminal that changes every day

image

Quotes are grabbed from a user specified .csv file (See examples)

The chosen quote changes every day.

Customize the color, location and size of the quote

image

How to build with Opam and Dune

Install dependencies:

opam install . --deps-only

Build with Dune:

dune build

Executable is now located in _build/default/bin/main.exe

Usage

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.