Skip to content

mikaelbdj/daily-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Display a stylized daily quote in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages