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

https://github.com/49pctber/godaniel

✨good vibes✨ for Daniel (and everyone else)
https://github.com/49pctber/godaniel

cli daily fun go golang mindfulness positivity server vibes

Last synced: 5 months ago
JSON representation

✨good vibes✨ for Daniel (and everyone else)

Awesome Lists containing this project

README

          

# Go, Daniel

Daniel's daily affirmations.

## About

This project originally started as a joke for my friend Daniel.
He can run this program each day to get some ✨good vibes✨ in the form of three randomly-selected affirmations.

I have updated this project to include any name so that everyone can get some ✨good vibes✨ on the daily.

## Installation

```
go install github.com/49pctber/godaniel@latest
```

This will install the `godaniel` executable.
`godaniel` is a CLI application that will print your affirmations in the console.

The default name is Daniel, but you can specify any name using `--name` flag.
Note that different names will result in different daily affirmations.
(i.e. Bryan will likely have different affirmations than Daniel even on the same day.)

For more information, run `godaniel --help`.

## Example Output

```
~$ godaniel

🌞 Good morning, Daniel!

- You are worthy of living your best life.
- You are on the right path.
- You are unique and irreplaceable.

🎉 GO, DANIEL! 🎉

```