|
1 | 1 | # radix-tui |
2 | 2 |
|
3 | | -A simple TUI for radix |
| 3 | +[](https://pkg.go.dev/github.com/FredrikMWold/radix-tui) |
| 4 | +[](https://github.com/FredrikMWold/radix-tui/releases) |
4 | 5 |
|
5 | | -## Installation |
6 | | -the tui requires that you have the [radix-cli](https://github.com/equinor/radix-cli) installed on your system. You can install the tui by running the following commands: |
| 6 | +**keyboard-first TUI for Radix applications and pipelines**, built with [Bubble Tea](https://github.com/charmbracelet/bubbletea). Browse applications, inspect environments and recent jobs, open job details in your browser, and trigger Build & Deploy or Apply Config right from your terminal. |
7 | 7 |
|
8 | | -#### Install radix-cli |
9 | | -```bash |
10 | | -go install github.com/equinor/radix-cli/cli/rx@latest |
11 | | -``` |
12 | | -#### Install radix-tui |
13 | | -```bash |
| 8 | + |
| 9 | + |
| 10 | +<details> |
| 11 | + <summary><strong>Quick keys</strong></summary> |
| 12 | + |
| 13 | +| Context | Key | Action | |
| 14 | +|---|---|---| |
| 15 | +| Applications | `↑`/`↓` | Move selection | |
| 16 | +| Applications | `Enter` | Select application | |
| 17 | +| Pipeline | `↑`/`↓` | Move selection | |
| 18 | +| Pipeline | `Enter` | Open job in browser | |
| 19 | +| Pipeline | `Ctrl+n` | Build & Deploy form | |
| 20 | +| Pipeline | `Ctrl+a` | Apply Config form | |
| 21 | +| Pipeline | `Ctrl+r` | Refresh application | |
| 22 | +| Anywhere | `Esc` | Back (context aware) | |
| 23 | +| Anywhere | `q`/`Ctrl+C` | Quit | |
| 24 | + |
| 25 | +> Tip: The help footer updates based on what you can do in the current view. |
| 26 | +
|
| 27 | +</details> |
| 28 | + |
| 29 | +## Features |
| 30 | + |
| 31 | +- 🧭 Browse Radix applications and environments |
| 32 | +- 📊 See recent pipeline jobs with status and timestamps |
| 33 | +- ⚙️ Trigger Build & Deploy or Apply Config from dedicated forms |
| 34 | +- 🌐 Open the selected job in your default browser |
| 35 | + |
| 36 | +## Install |
| 37 | + |
| 38 | +Install with Go: |
| 39 | + |
| 40 | +```sh |
14 | 41 | go install github.com/FredrikMWold/radix-tui@latest |
15 | | -``` |
| 42 | +``` |
| 43 | + |
| 44 | +Or download a prebuilt binary from Releases and place it on your PATH: |
| 45 | + |
| 46 | +- https://github.com/FredrikMWold/radix-tui/releases |
0 commit comments