From 9d4e329a205884e716158ffd6aae59e181341aa2 Mon Sep 17 00:00:00 2001 From: Josh <52248669+marlocarlo@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:26:48 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d72f4e..af48615 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ ## Overview TmuxTop is an advanced Tmux process monitoring tool that provides a top-like interface for managing and monitoring processes within Tmux sessions. This tool leverages a terminal user interface (TUI) to display real-time data on CPU and memory usage of processes running in Tmux panes. Additionally, TmuxTop includes features for exporting session data, and backing up and restoring Tmux sessions. +Screenshots +----------- + +![image](https://github.com/user-attachments/assets/af7dccdc-bbec-4fa5-a154-08b0bfd29815) + ## Features - **Real-time Monitoring**: View real-time CPU and memory usage for processes within Tmux panes. - **Session Management**: Easily navigate through Tmux sessions, windows, and panes. @@ -79,10 +84,7 @@ Copy code `python tmuxtop.py --restore` -Screenshots ------------ -![image](https://github.com/user-attachments/assets/af7dccdc-bbec-4fa5-a154-08b0bfd29815) Advanced Usage --------------