Go to file
2026-06-25 18:59:30 +03:00
.forgejo/workflows navaibkodil 2026-06-25 18:59:29 +03:00
assets chafa is now used for logo rendering 2026-06-25 18:59:29 +03:00
.gitattributes Initial commit 2026-06-25 18:59:28 +03:00
.gitignore gitignore: idea 2026-06-25 18:59:30 +03:00
.SRCINFO license and PKGBUILD 2026-06-25 18:59:29 +03:00
default.nix fuck idk nix 2026-06-25 18:59:30 +03:00
flake.lock Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00
flake.nix Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00
go.mod image support!!! 2026-06-25 18:59:29 +03:00
go.sum image support!!! 2026-06-25 18:59:29 +03:00
gomod2nix.toml Added nix flake and update go.mod 2026-06-25 18:59:28 +03:00
LICENSE license and PKGBUILD 2026-06-25 18:59:29 +03:00
main.go feat: implement nixpkgs count check in nix as package manager 2026-06-25 18:59:30 +03:00
PKGBUILD forgot to remove example lol 2026-06-25 18:59:30 +03:00
README.md chafa is now used for logo rendering 2026-06-25 18:59:29 +03:00
shell.nix fucking NIXXXXXXX 2026-06-25 18:59:30 +03:00

Fetch written in Go with image support

Fetch image

Install

you can get gogofetch on AUR!

yay -S gogofetch-git

also chafa is dependency for gogofetch

Usage

basic usage:

gogofetch

to show custom image (only png supported btw):

gogofetch -l *absolute_path*

to show custom image and set custom width:

gogofetch -l *absolute_path* -w 250

to show help message:

gogofetch -h

NixOS

credits to melvi for flake

to build with nix:

nix build

to run with nix:

nix run

to install with nixos:

  1. Add to inputs:
goGoFetch.url = "git+https://codeberg.org/nekohepott/goGoFetch";
  1. Add to packages (system-wide or home-manager):
environment.systemPackages = [
  inputs.goGoFetch.packages.${pkgs.system}.default
];

or

home.packages = [
  inputs.goGoFetch.packages.${pkgs.system}.default
];
  1. Run rebuild and then you can run fetch with gogofetch command

Build

to build:

git clone https://codeberg.org/nekohepott/goGoFetch
cd goGoFetch
go build main.go

and run:

./main

Some screenshots

alacritty alacritty

foot foot

necrokall xterm