From 75ecf3f38b47e7deed14c2200c1190426546a227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=88=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=82=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=9B-=D0=A8=D1=83=D0=BC=D0=B0=D1=80=D0=B0=D1=86?= Date: Mon, 3 May 2021 19:47:19 +0000 Subject: [PATCH] Upload New File --- README.org | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..34c9c67 --- /dev/null +++ b/README.org @@ -0,0 +1,33 @@ +#+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/arch.png]] +[[https://gitlab.com/vojjvoda/fetchy/-/raw/master/ubuntu.png]] + +fetchy - simple cli system information tool written in C. + + +* Install + +** Source + +#+begin_src +git clone https://gitlab.com/vojjvoda/fetchy +cd fetchy +sudo make install +#+end_src + +* Run + +#+begin_src +fetchy +#+end_src