First import
Get a GitHub PAT
Section titled “Get a GitHub PAT”eunha needs a GitHub Personal Access Token to read your stars and fetch repo metadata.
- Go to github.com/settings/tokens → Generate new token (classic)
- Select the
read:userscope (no write permissions needed) - Copy the token
Add the token to config
Section titled “Add the token to config”Open ~/.eunha/config.toml (it’s created on first launch) and add:
[github]token = "ghp_your_token_here"Import your stars
Section titled “Import your stars”Press , to open Settings, paste your PAT, and save. Then press i (or use the Import button) to start importing.
eunha fetches all your starred repos in parallel (5 concurrent pages of 100) and writes them to the local database. Progress is shown in the status bar.
After import, all repos appear in the library. None have LLM descriptions yet — see LLM setup to add them.