prx prxi / prx i
Beta Feature
This feature is currently in beta. For a more polished experience, try the Desktop app with prx web.
Launch the interactive terminal UI - a full-screen terminal interface for managing projects.
Syntax
prx prxi
prx i
Description
Launches the interactive Terminal UI (TUI) built with Ink. This provides a full-screen terminal interface for managing projects with keyboard navigation.
Features
- Navigate projects with arrow keys or vim bindings (j/k)
- View project details, tests, ports, and running scripts
- Scan projects for tests and ports
- Stop running scripts
- Full-height columns with independent scrolling
Keyboard Shortcuts
Navigation
↑/k- Move up in project list↓/j- Move down in project listTab/←/→- Switch between project list and details
Actions
s- Scan selected project for testsp- Scan ports for selected projectr- Show available scriptsx- Stop all scripts for selected project
General
?- Show help screenq/Esc- Quit
Examples
Launch TUI
prx i # Short alias
prx prxi # Full command
UI Layout
The TUI displays:
- Left Panel: List of all projects
- Right Panel: Details for selected project
- Project information
- Available scripts
- Detected ports
- Test files
- Running processes
Related Commands
prx web- Launch Desktop web interfaceprx list- List projects in terminal- Prxi Documentation - Detailed Prxi package documentation