https://github.com/vasilisp/aivoke
KISS CLI tool for using LLMs and managing prompts
https://github.com/vasilisp/aivoke
Last synced: 2 months ago
JSON representation
KISS CLI tool for using LLMs and managing prompts
- Host: GitHub
- URL: https://github.com/vasilisp/aivoke
- Owner: vasilisp
- License: mit
- Created: 2025-03-28T15:43:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T14:06:36.000Z (2 months ago)
- Last Synced: 2025-03-29T15:20:22.971Z (2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aivoke
KISS CLI tool for using LLMs and managing prompts
```bash
# do not pipe to Bash at home
./aivoke bash "find all Golang files in the current directory and show me the individual and total line counts" | bash
15 ./internal/util/id.go
10 ./internal/util/assert.go
36 ./internal/util/fs.go
14 ./internal/util/env.go
47 ./internal/openai/openai.go
39 ./internal/cli/cli.go
8 ./internal/data/data.go
9 ./cmd/main/aivoke/main.go
Total lines: 178
```