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.
- Host: GitHub
- URL: https://github.com/ilya-meer/marcus
- Owner: Ilya-Meer
- License: mit
- Created: 2021-02-14T06:36:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T07:33:26.000Z (over 5 years ago)
- Last Synced: 2025-07-28T19:53:14.412Z (11 months ago)
- Topics: aurelius, golang, marcus, shell
- Language: Go
- Homepage:
- Size: 15 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marcus
Get quotes from Marcus Aurelius directly in your terminal.

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
```