Get quotes from Marcus Aurelius directly in your terminal.
Inspired by Ben Sima's aurelius project.
To install the package, run
make install
To uninstall,
make uninstall
This package is written in Go, so you'll need Go installed to be able to build the binary.
Once you've made your changes, you can compile with
make build
or just good old
go build