fetchy/README.org

38 lines
544 B
Org Mode
Raw Normal View History

2021-05-03 21:47:19 +02:00
#+TITLE: Fetchy
2021-05-17 19:54:27 +02:00
Currently supported : Arch, Artix, Debian and Ubuntu. (more to come)
2021-05-13 13:06:46 +02:00
2021-05-03 21:47:19 +02:00
* 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
2021-05-17 20:00:48 +02:00
**** fetchy - simple cli system information tool written in C.
2021-05-03 21:47:19 +02:00
* 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