Prxi Usage
How to use Prxi, the interactive Terminal UI.
Launching Prxi
Start Prxi:
prx i # Short alias
prx prxi # Full command
Basic Navigation
Navigate Projects
- Use arrow keys (
↑/↓) or vim bindings (j/k) - Current project is highlighted
- Details panel updates automatically
View Project Details
- Select a project (navigate to it)
- Details appear in the right panel
- Use
Tabto switch focus between panels
Scanning Projects
Scan for Tests
- Select a project
- Press
s - Wait for scan to complete
- View updated test information
Scan for Ports
- Select a project
- Press
p - Wait for scan to complete
- View updated port information
Viewing Information
Available Scripts
- Select a project
- Press
r - View list of available scripts
- See commands and runner types
Test Files
- Select a project
- View test files in details panel
- See test frameworks and status
Port Information
- Select a project
- View ports in details panel
- See port numbers and config sources
Stopping Scripts
- Select a project
- Press
x - Confirm stopping scripts
- Background processes are stopped
Getting Help
Press ? to show help:
- List of all keyboard shortcuts
- Command descriptions
- Navigation tips
Press ? again or q to hide help.
Quitting
Press q or Esc to quit Prxi.
Common Workflows
Quick Project Check
- Launch:
prx i - Navigate to project:
j/k - View details: Check details panel
- Quit:
q
Scan and Review
- Launch:
prx i - Navigate to project:
j/k - Scan:
s - View results: Check details panel
- Quit:
q
Multi-Project Review
- Launch:
prx i - Navigate through projects:
j/k - Scan each:
s - Review all: Navigate and view
- Quit:
q
Tips
Efficient Navigation
- Use
j/kfor quick navigation (vim-style) - Use arrow keys if more comfortable
Tabto switch between panels quickly
Quick Actions
sfor scanning (most common)rto see what scripts are available?for help when needed
Terminal Size
Prxi works best with:
- Terminal width: 80+ columns
- Terminal height: 24+ rows
- Full-screen mode recommended
Troubleshooting
Can't See Projects
- Check if projects exist:
prx list - Add projects:
prx add - Restart Prxi
Keyboard Not Working
- Try arrow keys instead of vim bindings
- Check terminal keyboard settings
- Try a different terminal emulator
Display Issues
- Resize terminal window
- Check terminal supports ANSI colors
- Try full-screen mode
Related Documentation
- Keyboard Shortcuts - Complete keyboard reference
- Features - All Prxi features