An open API service indexing awesome lists of open source software.

https://github.com/ilya-meer/marcus

Get quotes from Marcus Aurelius directly in your terminal.
https://github.com/ilya-meer/marcus

aurelius golang marcus shell

Last synced: about 1 month ago
JSON representation

Get quotes from Marcus Aurelius directly in your terminal.

Awesome Lists containing this project

README

          

# marcus

Get quotes from Marcus Aurelius directly in your terminal.

marcus aurelius quote

Inspired by Ben Sima's [aurelius](https://github.com/bsima/aurelius) project.

## Usage

To install the package, run

```
make install
```

To uninstall,

```
make uninstall
```

## Development

This package is written in [Go](https://golang.org/), 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
```