https://github.com/joaofnds/astro
a habit tracker for the terminal with a GitHub-style activity graph
https://github.com/joaofnds/astro
bubbles bubbletea charm homebrew terminal tui
Last synced: 4 days ago
JSON representation
a habit tracker for the terminal with a GitHub-style activity graph
- Host: GitHub
- URL: https://github.com/joaofnds/astro
- Owner: joaofnds
- Created: 2022-09-16T12:59:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-24T03:37:06.000Z (3 months ago)
- Last Synced: 2026-03-24T11:19:33.561Z (3 months ago)
- Topics: bubbles, bubbletea, charm, homebrew, terminal, tui
- Language: Go
- Homepage: https://astro.joaofnds.com
- Size: 257 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Keep your habits, like an astronaut! 🧑🚀

backend at [joaofnds/gastro](https://github.com/joaofnds/gastro)
# Install
```sh
# install
brew install joaofnds/tap/astro
# start the app
astro
```
Astro is also on aur as [astro-bin](https://aur.archlinux.org/packages/astro-bin)
## Token
The token identifies you as a user, and your habits are tied to your token. If you wish to have your habits shared across
multiple machines, just copy `~/.config/astro/token` to each machine.
Astro will create a token for you on launch, but if you wish do it manually, here's how:
```sh
curl -X POST https://astro.joaofnds.com/token > ~/.config/astro/token
```