yet another fetching program
  • Go 98.3%
  • Just 1.7%
Find a file
2026-01-19 06:10:22 +01:00
go.mod Update go.mod 2025-12-31 03:14:47 +01:00
Justfile add justfile 2026-01-19 06:10:22 +01:00
LICENSE Initial commit 2025-12-31 02:29:14 +01:00
main.go Add main.go 2025-12-31 02:34:15 +01:00
README.md Update README.md 2025-12-31 03:43:27 +01:00

energonfetch

yet another fetching program

uses an energon cube.

./energonfetch 0.00s user 0.00s system 71% cpu 0.007 total

yes, it has high cpu usage for 0.007 seconds. this is a necessity for how fast it is. try harder.

fedora linux 43 (forty three)                     <- os
amd64                                             <- arch        +------+
6.17.12-300.fc43.x86_64                           <- kernel     /      /|
intel(r) core(tm) i5-6400 cpu @ 2.70ghz-3.30 ghz  <- cpu       +------+ |
6.54 gb / 15.51 gb                                <- memory    |      | +
356 mb / 8.00 gb                                  <- swap      |      |/
bspwm                                             <- desktop   +------+
250.18 gb / 951.28 gb btrfs                       <- storage

install

universal

typical go binary process.

git clone https://codeberg.org/gigirassy/energonfetch && cd energonfetch
go build -ldflags="-s -w" -o energonfetch
sudo cp energonfetch /usr/bin/

rpm-family linux distros

via COPR, prebuilt binaries are available for fedora 41+ (arm64 and x86_64), opensuse leap/tumbleweed (arm64, x86_64, and i586+ via tumbleweed), and mageia 8+ (arm64, x86_64, and i586+). to install, follow this process.

sudo dnf copr enable gigirassy/energonfetch
sudo dnf install energonfetch