Start TRX by simply running:
trx
TRX will detect your system's package manager automatically and open the TUI.
TRX has three tabs, cycled with Tab / Shift+Tab:
| Tab | Description |
| Search | Fuzzy-search all available packages |
| Installed | Browse packages currently installed on the system |
| Updates | Packages with a newer version available |
| Key | Action |
Tab | Switch to next tab |
Shift+Tab | Switch to previous tab |
? | Toggle help overlay |
q / Esc | Quit TRX (or exit current mode) |
| Key | Action |
↑ / k | Move selection up |
↓ / j | Move selection down |
| Key | Action |
Space | Toggle package selection |
i | Install all selected packages |
x | Remove all selected packages |
U | Full system upgrade |
R | Refresh package databases |
| Key | Action |
e | Enter search / editing mode |
Esc | Exit search mode (return to normal navigation) |
- Press
e to enter search mode.
- Type a package name (e.g.
ripgrep). Results appear within 50 ms as you type.
- Use
↓ / j to move through results. The details panel on the right updates automatically.
- Press
Space to select one or more packages.
- Press
i to install the selection.
TRX accepts a small set of flags when called from the command line (before the TUI starts):
trx [OPTIONS]
Options:
-v, --version Print version information
-h, --help Print help information