Skip to content

Commit 504a16a

Browse files
committed
Add animated demo GIF to README
- Convert video to optimized gribble.gif (800x450, 10fps) - Replace static screenshot with animated demo - Add gitignore rules for video files to prevent repo bloat
1 parent d45c07e commit 504a16a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
/target
2+
3+
# Video files (keep only optimized GIFs)
4+
*.mp4
5+
*.mov
6+
*.avi
7+
*.mkv

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
A terminal-based system monitor built with Rust and ratatui. Provides real-time system metrics, process management, file browsing, and network traffic visualization.
44

5-
![Gribble System Monitor](gribble-screenshot.png)
5+
![Gribble System Monitor Demo](gribble.gif)
6+
7+
*Animated demo showing Gribble's real-time system monitoring capabilities*
68

79
## Features
810

gribble.gif

3.1 MB
Loading

0 commit comments

Comments
 (0)