onefetch

onefetch 2.27.1

Git repository summary on your terminal

https://github.com/o2sh/onefetch
MIT License
main program: onefetchprograms: onefetch
Platforms (38)
powerpc64-linuxriscv64-linuxx86_64-openbsdwasm32-wasip1armv7l-netbsdi686-freebsdi686-netbsdloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  onefetch
];
Ad-hoc shell
nix-shell -p onefetch
Flake (nix run)
nix run nixpkgs#onefetch