Add a GitHub repo to context
Open
- Dominant language
- TypeScript
- Stars
- 443
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
This allows you to ask a question about a GitHub repo:
```
ask --repo egoist/shell-ask "how to use ollama"
```
by default we can limit it to `**/*.md` files, and you can extend it:
```
ask --repo egoist/shell-ask --repo-files "**/*.{md,ts,tsx}" "how does it interact with LLM"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.