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)
- Host: GitHub
- URL: https://github.com/49pctber/godaniel
- Owner: 49pctber
- Created: 2024-05-31T15:16:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T18:44:11.000Z (about 1 year ago)
- Last Synced: 2025-06-22T19:37:08.369Z (about 1 year ago)
- Topics: cli, daily, fun, go, golang, mindfulness, positivity, server, vibes
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🎉
```