No description
  • Go 62.2%
  • HTML 37.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Humphrey Drummond 518b273112 Migrate module path from github.com to codeberg.org
Codeberg is the primary source; GitHub is a mirror.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 23:08:02 +00:00
inbox first tagged release with improved appearance 2026-02-20 08:49:22 +00:00
internal Updating library 2026-03-02 23:31:55 +00:00
templates Updating library 2026-03-02 23:31:55 +00:00
.gitignore Making OCR loop 2026-02-20 22:17:22 +00:00
.goreleaser.yaml first tagged release with improved appearance 2026-02-20 08:49:22 +00:00
CHANGELOG.md Update CHANGELOG for v0.4.7 2026-03-03 11:27:59 +00:00
CLAUDE.md first tagged release with improved appearance 2026-02-20 08:49:22 +00:00
go.mod Migrate module path from github.com to codeberg.org 2026-03-26 23:08:02 +00:00
go.sum Updating library 2026-03-02 23:31:55 +00:00
godocs-inbox copy.yaml first tagged release with improved appearance 2026-02-20 08:49:22 +00:00
LICENSE Initial commit 2026-02-13 09:39:04 +00:00
main.go Migrate module path from github.com to codeberg.org 2026-03-26 23:08:02 +00:00
README.md Migrate module path from github.com to codeberg.org 2026-03-26 23:08:02 +00:00
ROADMAP.md clickable buttons 2026-02-20 11:52:05 +00:00
task-plus.yml Add task-plus.yml and links section to README 2026-03-09 16:06:04 +00:00
Taskfile.yml Changing task--plus for isntall from main.go at root 2026-03-03 11:27:59 +00:00

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
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