A TUI for Azure DevOps Boards
go install github.com/laupski/bored@latestSee releases for more info.
- Keychained Credentials - PAT stored securely in system keychain
- TOML Config Support - Customizable settings in
~/.config/bored/config.toml
- View work items in a tabular board view
- Create new work items (Bug, Task, User Story, Feature, Epic)
- Edit work item details (title, state, assigned to, tags)
- Delete work items with confirmation (type title to confirm)
- Open work items in browser
- View comments with scroll support
- Add new comments
- @mention highlighting
- View parent/child relationships
- Create child work items
- Create parent work items
- Remove hierarchy links
- Navigate directly to related items
- View current iteration/sprint
- Change work item iteration
- Dynamic planning fields based on work item type
- Story Points, Original Estimate, Remaining Work, Completed Work
- Filter "My Items" vs "All Items"
- Server-side pagination for large backlogs
- Vim-style keyboard navigation (j/k, h/l)
- Dynamic work item types (fetched from project)
- Change notifications with system sound alerts
- Automatic tracking of work item revisions
- Redesign TUI to be more streamlined and intuitive
- Add VHS tape files for terminal recordings and integrate into CI
- Implement mocked config/keychain tests for improved coverage
- Create CLI wrapper for
azdo/client.goto enable scripting and automation - Add contacts page for easy look up for your organization


