Skip to content

A Linux fetch witten in C. Package queries unimplemented for now.

Notifications You must be signed in to change notification settings

makichiis/puppyfetch

Repository files navigation

puppyfetch

puppyfetch is a system fetch for some Linux distributions.

puppyfetch output preview

Building

$ git clone https://github.com/makichiis/puppyfetch.git 
$ cd puppyfetch 
$ make 

Installing

$ sudo make install 

Uninstalling

$ sudo make uninstall 

Nix

Just to run puppyfetch via Nix:

nix run "github:makichiis/puppyfetch"

to install on NixOS:

# flake.nix
{
  inputs = {
    puppyfetch.url = "github:makichiis/puppyfetch";
  };
}
# configuration.nix
{ inputs, pkgs, ... }: {
  environment.systemPackages = [
    inputs.puppyfetch.packages.${pkgs.stdenv.system}.puppyfetch
  ];
}

=======

TODO

  • Compatability with Android devices.
  • Compatability with Raspberry PI and other embedded chips running Linux.

Contributions

If you want to add support for a certain OS/device(s) or add more aliases to the CPU list, feel free to PR and I'll review it.

About

A Linux fetch witten in C. Package queries unimplemented for now.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •