A beautiful, real-time terminal-based system monitor for Linux, macOS, and Windows. Built with Go and Bubble Tea, CropTop provides an interactive interface to monitor CPU, memory, processes, network, disk usage, and battery status with smooth progress bars and keyboard navigation.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
feat(collector): parallelize system stat collection using goroutines
cc33212View on GitHubfeat(collector): improve CPU usage accuracy using cached time-delta strategy
18d3e72View on GitHubrefactor(cache): temperature data type changed to float32
ad706e9View on GitHubfix(cpu): fix inverted logic in IsModelCacheValid when checking model presence
346f53eView on GitHubrefactor(stats): change temperature type from float64 to float32
87cf9deView on GitHub