Skip to main content

Prxi Overview

Beta Feature

Prxi is currently in beta. While functional, it may have bugs or rough edges. We recommend using the Desktop app for the best experience. Feedback is welcome!

prxi (pronounced "prixi") is the interactive Terminal UI (TUI) for PROJAX, built with Ink and React.

Features

  • Full-screen Terminal Interface: Beautiful terminal UI for managing projects
  • Keyboard Navigation: Vim-style bindings (hjkl) and arrow keys
  • Real-time Information: View project details, tests, and ports
  • Interactive Scanning: Scan projects without leaving the terminal
  • Color Scheme: Matches the desktop app design

What is Prxi?

Prxi provides a terminal-based alternative to the Desktop app, perfect for:

  • Terminal-focused workflows
  • Remote development
  • Quick project management
  • Keyboard-driven navigation

Installation

Prxi is included when you install projax:

npm install -g projax

Launching

Start Prxi:

prx i        # Short alias
prx prxi # Full command

Quick Start

  1. Launch: prx i
  2. Navigate: Use arrow keys or j/k
  3. View details: Select a project to see details
  4. Scan: Press s to scan selected project
  5. Quit: Press q or Esc

Next Steps