fetchy/README.org

40 lines
1.2 KiB
Org Mode
Raw Normal View History

2021-05-03 21:47:19 +02:00
#+TITLE: Fetchy
2021-05-26 20:10:19 +02:00
Currently supported : Arch, Artix, Arco, Manjaro, Debian and Ubuntu. (more to come)
2021-05-13 13:06:46 +02:00
2021-05-26 21:47:05 +02:00
****TESTERS NEEDED
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-26 20:10:19 +02:00
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
2021-05-03 21:47:19 +02:00
2021-05-26 20:10:19 +02:00
* Installation
2021-05-03 21:47:19 +02:00
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-26 20:10:19 +02:00
* Running
2021-05-03 21:47:19 +02:00
#+begin_src
2021-05-26 20:10:19 +02:00
fetchy -{x,a,r,m,u,d}
2021-05-03 21:49:11 +02:00
#+end_src
2021-05-26 20:10:19 +02:00
Arguments are purely for testing purposes for now, all they do is change ascii art. Enjoy !