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 --------------