v0.1 Notes #1
BarutSRB
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋❤️!
I just pushed big updates 🚀🎉.
https://www.youtube.com/watch?v=UIDG_OTgrec
What's New
No More External Dependencies
GhosttyFetch now collects all your system info natively. No need to install fastfetch or any other tools - just build and run. It pulls OS, CPU, GPU, memory, disk, network, and more directly from your system using platform APIs.
Dynamic Animation Scaling
The Ghostty animation now automatically scales to fit your terminal. Whether you're in a tiny split pane or a fullscreen window, the ASCII art stays crisp and properly proportioned. Uses smart upscaling (nearest neighbor) and downscaling (weighted block voting) to look good at any size.
Real-Time Resize
This one's fun - you can drag your terminal window while GhosttyFetch is running and everything reflows instantly. The animation, the system info panel, all of it adapts on the fly. Great for demos, screenshots, or just finding the perfect size.
XDG Config Support
Config and animation files are now searched in standard locations:
~/.config/ghosttyfetch/~/.local/share/ghosttyfetch//usr/share/ghosttyfetch/No more needing to run from a specific directory.
Robustness Improvements
Try It Out
git clone https://github.com/BarutSRB/GhosttyFetch.git cd GhosttyFetch zig build-exe -O ReleaseFast ghosttyfetch.zig ./ghosttyfetchThat's it - no other dependencies to install.
Links
Let me know what you think or if you run into any issues!
P.S. There is ansi block version ansi.json to use it jsut rename it to animation.json
Beta Was this translation helpful? Give feedback.
All reactions