Skip to content

Custom widget that allows for different datasources to be displayed like Top with a customizable refresh interval.

Notifications You must be signed in to change notification settings

kevinpalis/top-textual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOP-TEXTUAL

A simple Textual-based app that mimics the Linux top command by displaying a table refreshed every 10 seconds with ps aux output.

Features

  • Refreshes every 10 seconds (customizable)
  • Customizable data source
  • Dark/light mode toggle
  • Separate CSS styling

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py

Customize Refresh Interval or Data Source

Modify app.py or process_table.py to change the interval or plug in a different data source function.

About

Custom widget that allows for different datasources to be displayed like Top with a customizable refresh interval.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages