afetch

afetch 2.2.0

Fetch program written in C

https://github.com/13-CF/afetch
GNU General Public License v3.0 or later
main program: afetchprograms: afetch
Platforms (24)
microblazeel-linuxm68k-linuxmips64-linuxs390x-linuxarmv7l-linuxpowerpc64-linuxriscv64-linuxmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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