ai-context
CLI tool to produce MD context files from many sources, to help interact with LLMs (ChatGPT, Llama3, Claude, etc.).
File Explorer
Download Latest Version (.zip)- cli1.gif
- cli2.gif
- logo.png
- ui1.gif
- ui2.gif
- notifications.yml
- release.yaml
- root.go
- stats.go
- handler.go
- ignores.go
- source-context.go
- stats.go
- globals.go
- printer.go
- .gitignore
- go.mod
- go.sum
- LICENSE
- main.go
- Makefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Tanq16/ai-context
Downloads the entire project code from GitHub to your computer.
cd ai-context
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make build
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
