#+TITLE: Fetchy Currently supported : Arch, Artix, Arco, Manjaro, Debian and Ubuntu. (more to come) **** TESTERS NEEDED * What is fetchy? #+CAPTION: fetchy Screenshot #+ATTR_HTML: :alt fetchy Screenshot :title fetchy Screenshot :align left [[https://gitlab.com/vojjvoda/fetchy/-/raw/master/arch.png]] **** fetchy - simple cli system information tool written in C. The whole purpose of fetchy is to give you information on some system aspects, while remaining concise. It is minimal and soon will have a config.h file, similar to suckless programs, where you will be able to disable or enable info. The biggest motivation for this project, besides of being concise, is speed. Neofetch is a 10K line bash script which executes rather slowly. Fetchy runs fo about 20ms on first run and about 2ms on subsequent runs, due to caching of cpu and gpu info, as it is the slowest part of the program. Cache file is located in ~/.local/share/fetchy.cache * Installation ** AUR #+begin_src yay -S fetchy-git #+end_src ** Source #+begin_src git clone https://gitlab.com/vojjvoda/fetchy cd fetchy sudo make install #+end_src * Running #+begin_src fetchy -{x,a,r,m,u,d} #+end_src Arguments are purely for testing purposes for now, all they do is change ascii art. Enjoy !