| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Adds a --watch mode that turns fastfetch into a live-updating system monitor. Features: - --watch [interval_ms] flag (default 2000ms, short flag -w) - Reverse-video header bar with timestamp, iteration count, and interval display - Clean alternate buffer mode with Ctrl+C exit hint - Uses existing --dynamic-interval infrastructure internally Example: fastfetch --watch 1000
| Back | FazBrowse Home | New Git URL |
Summary
This PR adds a --watch mode that turns fastfetch into a live-updating system monitor — perfect for keeping an eye on your system in real-time.
🎬 Demo
✨ Features
📸 Screenshot description
When running fastfetch --watch, the terminal enters a full-screen alternate buffer with:
🔧 Implementation
Files changed