drone-tui (drone-interactive) is a terminal user interface for Drone CI.
Browse repositories, inspect builds, and read step logs — all from your terminal.
- 🚀 Browse all your Drone CI repositories with fuzzy search
- 📊 View build history with status indicators
- 📜 Read build logs with tabbed step navigation
- 🎨 Full ANSI color support in log output
- ⌨️ Keyboard-driven navigation
Download from the releases page.
go install github.com/arch-err/drone-tui/cmd/drone-tui@latestSet your Drone server URL and API token:
export DRONE_SERVER=https://drone.example.com
export DRONE_TOKEN=your-api-tokendrone-tui| Key | Action |
|---|---|
enter |
Select / drill down |
esc |
Go back |
/ |
Filter list |
tab / shift+tab |
Switch log tabs |
↑ / ↓ / pgup / pgdn |
Scroll |
q / ctrl+c |
Quit |
Full documentation available at https://arch-err.github.io/drone-tui
MIT