fetchy/README.org

34 lines
656 B
Org Mode

#+TITLE: Fetchy
* Table of Contents :toc:
- [[#what-is-fetchy][What is fetchy?]]
- [[#install][Install]]
- [[#source][Source]]
- [[#run][Run]]
* What is fetchy?
#+CAPTION: fetchy Screenshot
#+ATTR_HTML: :alt fetchy Screenshot :title fetchy Screenshot :align left
[[https://gitlab.com/vojjvoda/fetchy/-/raw/master/screenshot.png]]
fetchy is a minimal command line system information tool written in C.
It displays the os, kernel, uptime, number of installed packages, shell, CPU and GPU info.
* Install
** Source
#+begin_src
git clone https://gitlab.com/vojjvoda/fetchy
cd fetchy
sudo make install
#+end_src
* Run
#+begin_src
fetchy
#+end_src