Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TUI Guide

argo-rs includes an interactive Terminal User Interface (TUI) for managing GitHub repositories visually.

Launching the TUI

Navigate to a git repository with a GitHub remote and run:

argo

The TUI provides:

  • Visual navigation of pull requests
  • Real-time polling for PR updates
  • Keyboard-driven workflow with vim-style navigation
  • Quick access to all argo-rs features

Screens

The TUI consists of multiple screens:

ScreenAccessDescription
HomeLaunchMain menu
PR ListpView and manage pull requests
CommitcStage and commit changes
SettingssConfigure argo-rs

Requirements

  • Terminal with at least 80x24 characters
  • GitHub authentication (run argo auth login first)
  • Valid git repository with GitHub remote

Next Steps