No description
- Go 62.2%
- HTML 37.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Codeberg is the primary source; GitHub is a mirror. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
| inbox | ||
| internal | ||
| templates | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| godocs-inbox copy.yaml | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| ROADMAP.md | ||
| task-plus.yml | ||
| Taskfile.yml | ||
godocs-inbox
Keyboard-driven document triage UI for godocs. Presents untagged documents one at a time and lets you tag them with single keystrokes.
Usage
# Run with a godocs server
godocs-inbox
# Run with built-in demo data (no server needed)
godocs-inbox -demo
# Create example config file
godocs-inbox -init
# Override listen address
godocs-inbox -addr :9090
Configuration
Create godocs-inbox.yaml (or run godocs-inbox -init):
godocs_server: http://your-godocs:8000
addr: :8080
tags:
- key: l
tag_id: 18
- key: m
tag_id: 20
Tag IDs come from your godocs server: GET /api/tags.
Building
task build
Links
| Documentation | https://h3-godocs-inbox.statichost.page/ |
| Source (Codeberg) | https://codeberg.org/hum3/godocs-inbox |
| Mirror (GitHub) | https://github.com/drummonds/godocs-inbox |
License
MIT