Skip to content

FranexMT/proterminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Pro

A powerful TUI system monitor and terminal console built with Rust and Ratatui.

Features

  • System Monitoring: Real-time CPU, memory, disk, and network stats
  • CPU Per Core: View usage for each CPU core
  • Network Stats: Download/upload speed, total transferred, packets
  • Process Manager: View and manage running processes
  • Terminal PTY Real: Full shell/bash terminal embedded
  • Multiple Themes: Nord, Dracula, Gruvbox, Monokai, Catppuccin (switchable)
  • Interactive UI: Full keyboard navigation with shortcuts

Controls

General

  • q - Quit application
  • Tab - Next tab
  • ? or h - Toggle help
  • s - Toggle settings
  • r - Refresh data

Tabs

  • 1 or t - System overview
  • 2 or m - Monitor (processes)
  • 3 or p - Processes
  • 4 or n - Network

Process Manager

  • ↑/↓ - Navigate processes
  • k - Kill selected process
  • PgUp/PgDn - Jump by page

Terminal

  • Enter - Start terminal mode
  • Esc - Exit terminal mode
  • Arrow keys - Navigate in terminal

Themes

  • ] - Next theme
  • [ - Previous theme

Building

cargo build --release

Running

cargo run --release

Dependencies

  • Rust 1.70+
  • Terminal with Unicode support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages