Skip to content

hackfetch v1.0.0

Choose a tag to compare

@xerneas3318 xerneas3318 released this 14 Jun 16:09
· 12 commits to main since this release

The first official stable release of hackfetch — a Hack Club themed system fetch with live Hackatime stats.

Built for Stardance

What's in 1.0

  • 6 logos: hackclub, stardance, flag, orpheus (the real dinosaur), bot, rocket
  • 12 color schemes: hackclub, orange, mono, mute, matrix, rainbow, pride, sunset, ocean, forest, stardance, trans
  • Live Hackatime stats: today, 7-day total, streak, top project, top language, machines
  • Smart language inference: when Hackatime returns "unknown", hackfetch infers from your heartbeat file extensions
  • Verbose mode (-v): also shows top editor + top category
  • First-run setup (-setup): walks you through Hackatime config
  • Smart shorthand: hackfetch stardance rainbow works the same as hackfetch -logo stardance -color rainbow

Install

brew tap xerneas3318/tap
brew install hackfetch
hackfetch

Or via Go:

go install github.com/xerneas3318/hackfetch@latest

Configure defaults

Add to your shell rc:

export HACKFETCH_LOGO=stardance
export HACKFETCH_COLOR=rainbow
export HACKFETCH_VERBOSE=1