Skip to content

hackfetch v1.2.0 — Live Mode + SVG Export

Choose a tag to compare

@xerneas3318 xerneas3318 released this 19 Jun 03:25
· 8 commits to main since this release

Live mode 🎥

hackfetch -watch re-fetches your Hackatime stats every 30 seconds and redraws in place. Today's hours tick up while you code. Ctrl+C to quit.

hackfetch -watch
hackfetch -watch stardance rainbow

Perfect for second-monitor displays or screen recordings.

Share your fetch 🖼️

hackfetch -export card.svg saves your fetch as a shareable SVG card with rounded corners, monospace font, and matching colors.

hackfetch -export card.svg
hackfetch -export card.svg stardance pride
hackfetch -export card.svg -logo orpheus -color rainbow

The SVG is self-contained - open in any browser, drop into a tweet, paste into a devlog. Convert to PNG with rsvg-convert or any image editor.

Tip: put flags before positional args. hackfetch -export card.svg stardance rainbow works; the other order doesn't.

Upgrade

brew update && brew upgrade hackfetch

Or fresh install:

brew tap xerneas3318/tap
brew install hackfetch