Show HN: Epiq – Distributed Git based issue tracker TUI
4 hours ago
- #Git Integration
- #Keyboard Navigation
- #Issue Tracker
- Epiq is a vim-inspired, keyboard-centric issue tracker that renders as ASCII and uses Git for synchronization.
- It stores work as an immutable event log, allowing inspection of past changes and deterministic replay.
- Features include vim-like movement, command history, filters, autocompletion, and local instant interactions.
- Epiq operates within any Git repository with isolated worktrees and state branches for team collaboration.
- Install via npm, run in a Git repo, and use commands like :new, :filter, and :sync for issue management.