2021-05-03 21:47:19 +02:00
|
|
|
#+TITLE: Fetchy
|
|
|
|
|
2021-05-13 15:25:10 +02:00
|
|
|
Currently supported : Arch, Artix and Ubuntu. (more to come)
|
2021-05-13 13:06:46 +02:00
|
|
|
|
|
|
|
|
2021-05-03 21:47:19 +02:00
|
|
|
* 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/arch.png]]
|
2021-05-10 13:08:38 +02:00
|
|
|
|
2021-05-03 21:47:19 +02:00
|
|
|
|
|
|
|
fetchy - simple cli system information tool written in C.
|
|
|
|
|
|
|
|
|
|
|
|
* Install
|
|
|
|
|
2021-05-12 16:42:41 +02:00
|
|
|
** AUR
|
|
|
|
|
|
|
|
#+begin_src
|
|
|
|
yay -S fetchy-git
|
|
|
|
#+end_src
|
|
|
|
|
2021-05-03 21:47:19 +02:00
|
|
|
** Source
|
|
|
|
|
|
|
|
#+begin_src
|
|
|
|
git clone https://gitlab.com/vojjvoda/fetchy
|
|
|
|
cd fetchy
|
|
|
|
sudo make install
|
|
|
|
#+end_src
|
|
|
|
|
2021-05-10 13:08:38 +02:00
|
|
|
* Run
|
2021-05-03 21:47:19 +02:00
|
|
|
|
|
|
|
#+begin_src
|
2021-05-10 13:08:38 +02:00
|
|
|
fetchy
|
2021-05-03 21:49:11 +02:00
|
|
|
#+end_src
|
|
|
|
|