Commit Graph

4 Commits

Author SHA1 Message Date
46a8cee508 feat: add tabbed interface with 5 dedicated views
feat: implement auto-rotate tabs at configurable interval
feat: add pause mode for copy/paste operations
feat: update memory and swap usage statistics with task summary
feat: update network interface statistics with rx/tx rates and ip addresses
feat: update disk i/o statistics with iops
feat: change color-coded output to color-coded progress bars
feat: add -r option for auto-rotate tabs
feat: update options section in readme
feat: update tabs section in readme
feat: update key bindings section in readme
feat: update data sources section in readme
docs: update readme with new features and options
feat: implement tab navigation with arrow keys
2025-12-13 04:50:33 +00:00
9b74fcf82f feat: add error handling for null pointer dereference in buffer_write function 2025-12-13 04:45:50 +00:00
935d277f2f feat: add cpu tab with per-core usage bars and temperature detail view 2025-12-13 04:40:55 +00:00
195bf58c75 feat: implement rtop system monitoring tool
feat: add basic system information display
feat: implement cpu monitoring
feat: implement memory monitoring
feat: implement process monitoring
feat: implement network monitoring
feat: implement disk monitoring
feat: implement filesystem monitoring
feat: add terminal control handling
feat: create initial project structure
feat: add build system with makefile
feat: add readme documentation
2025-12-13 04:38:27 +00:00