From c7a1b229804651cc0f6e6dde959b6abc25d3ee79 Mon Sep 17 00:00:00 2001 From: llathasa-veleth Date: Fri, 27 Aug 2021 21:29:01 +0300 Subject: [PATCH 1/6] No more pandoc is needed --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bb0685f..301bb4e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ Build requisites: - Make - A C compiler -- `pandoc` to compile man pages To install UwUfetch from the source, type these commands in the terminal: From 2485577d77b67600dcc7a37c81c556d991b19af2 Mon Sep 17 00:00:00 2001 From: llathasa-veleth Date: Fri, 27 Aug 2021 21:30:21 +0300 Subject: [PATCH 2/6] No need to exclude man page source code --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae349dd..93359dc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,5 @@ uwufetch *.zip *.idea *.vscode -*.1 .DS_STORE .prettierrc From 49d9cb0523eef077590fa5eb69fc3c54d791836c Mon Sep 17 00:00:00 2001 From: llathasa-veleth Date: Fri, 27 Aug 2021 21:30:54 +0300 Subject: [PATCH 3/6] Adapt Makefile to use without pandoc --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index a6ab47c..1b593ef 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,7 @@ else ifeq ($(shell uname), FreeBSD) MANDIR = /usr/share/man/man1 endif -CC = cc -MAN_COMPILER = pandoc +CC = cc build: $(FILES) @@ -51,10 +50,8 @@ termux_uninstall: rm -rf $(DESTDIR)/data/data/com.termux/files/usr/lib/uwufetch/ man: - $(MAN_COMPILER) $(NAME)_man.md -st man -o $(NAME).1 - @gzip $(NAME).1 + gzip --keep $(NAME).1 man_debug: - $(MAN_COMPILER) $(NAME)_man.md -st man -o $(NAME).1 @clear - @man -P cat ./uwufetch.1 + man -P cat ./uwufetch.1 From 9b93c4d7594d4836807992461583d517657d944b Mon Sep 17 00:00:00 2001 From: llathasa-veleth Date: Fri, 27 Aug 2021 21:32:02 +0300 Subject: [PATCH 4/6] New man page in roff --- uwufetch.1 | 110 +++++++++++++++++++++++++++++++++++++++++++++ uwufetch.1.gz | Bin 1429 -> 1510 bytes uwufetch_man.md | 117 ------------------------------------------------ 3 files changed, 110 insertions(+), 117 deletions(-) create mode 100644 uwufetch.1 delete mode 100644 uwufetch_man.md diff --git a/uwufetch.1 b/uwufetch.1 new file mode 100644 index 0000000..04763ce --- /dev/null +++ b/uwufetch.1 @@ -0,0 +1,110 @@ +.\" A little documentation for future use +.\" This a comment +.\" TH request sets the title of the man page and the section (between 1 and 8) +.\" SH is a primary section heading +.\" TP sets up an indented paragraph with label +.\" B makes text appear in bold face +.\" I makes text appear in italic face +.\" inline versions would look like \fBthis\fR and \fIthis\fR +.\" EX and EE surrounds example section with text as is, with no empty lines in between the actual lines +.TH uwufetch 1 "27 August 2021" "1.4" "A meme system info tool for Linux" +.SH DESCRIPTION +UwUfetch is a program inspired by neofetch and ufetch, that takes system information and prints it in terminal in an UwU way, with either UwU ascii or image logo. +.SH SYNOPSYS +\fBuwufetch\fR [\fIOPTIONS\fR] [\fIARGUMENTS\fR] +.SH OPTIONS +.TP +.B -a --ascii +prints the logo as ascii text (default) +.TP +.B -c --config +you can change config path +.TP +.B -d --distro +you can choose the logo to print by the distro name +.TP +.B -h --help +prints a help page +.TP +.B -i --image +prints image instead of ascii logo uses a custom image if one is provided +.TP +.B -l --list +prints a list of all supported distributions +.SH CONFIGURATION +The config file is located in $HOME/.config/uwufetch/config (you need to create it), but you can change the path by using the \fB--config\fR option. +.TP +.SH EXAMPLE +.EX +distro=arch +image="~/Pictures/picture.png" +ascii=false +user=true +os=true +host=true +kernel=true +cpu=true +gpu=false +ram=true +resolution=true +shell=true +pkgs=true +uptime=true +colors=true +.EE +.SH SUPPORTED DISTRIBUTIONS +Distribution name -d \fBoption\fR +.TP +.SH FULLY SUPPORTED +.EX +Nyalpine \fBalpine\fR +Nyarch Linuwu \fBarch\fR +Nyartix Linuwu \fBartix\fR +Debinyan \fBdebian\fR +Fedowa \fBfedora\fR +GentOwO \fBgentoo\fR +GnUwU gUwUix \fBguix\fR +Miwint \fBlinuxmint\fR +Myanjawo \fBmanjaro\fR +Myanjawo AWM \fBmanjaro-arm\fR +OwOpenSUSE \fBopensuse-leap\fR +Pop OwOs \fBpop\fR +RaspNyan \fBraspbian\fR +UwUntu \fBubuntu\fR +OwOid \fBvoid\fR +Nyandroid \fBandroid\fR +Unknown (tux logo) \fBunknown\fR +.EE +.TP +.SH IMAGE OR ASCII ONLY +.EX +endeavOwO \fBendeavour\fR +KDE NeOwOn \fBneon\fR +nixOwOs \fBnixos\fR +Swackwawe \fBslackware\fR +sOwOlus \fBsolus\fR +FweeBSD \fBfreebsd\fR +OwOpenBSD \fBopenbsd\fR +macOwOS \fBmacos\fR +WinyandOwOws \fBwindows\fR +.EE +.SH EXAMPLES +.EX +uwufetch -d arch # uses ascii Arch logo +uwufetch --custom some_image.png # prints custom image (no full path is needed) +uwufetch -i -d artix # uses Artix image logo (which is also uwu) +.EE +.SH DEPENDENCIES +.TP 8 +.B lshw +better gpu info +.TP +.B viu +print images instead of ascii logo +.TP +.B kitty +better image viewing +.P +All of these dependencies are optional. There are no required dependencies. +.SH LICENSE AND COPYRIGHT +uwufetch is provided under the GPL3 license, for copyright info read https://github.com/TheDarkBug/uwufetch/tree/main/res/COPYRIGHT.md. diff --git a/uwufetch.1.gz b/uwufetch.1.gz index 2c3391c1c632a2b0d59dc1200842d8f756b958f8..c4d02038dd5b1de612a9535976bc6e51493e9634 100644 GIT binary patch literal 1510 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 diff --git a/uwufetch_man.md b/uwufetch_man.md deleted file mode 100644 index d8d8f6f..0000000 --- a/uwufetch_man.md +++ /dev/null @@ -1,117 +0,0 @@ -% UWUFETCH(1) uwufetch 1.4 -% TheDarkBug -% April 2021 - - - -# NAME - -uwufetch - A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace. - -# SYNOPSIS - -**uwufetch** [*OPTIONS*] [*ARGUMENTS*] - -# OPTIONS - --a --ascii\ -prints the logo as ascii text (default) - --c --config\ -you can change config path - --d --distro\ -you can choose the logo to print by the distro name - --h --help\ -prints a help page - --i --image\ -prints image instead of ascii logo\ -uses a custom image if one is provided - --l --list\ -prints a list of all supported distributions - -# CONFIG FILE - -The config file is located in $HOME/.config/uwufetch/config (you need to create it), but you can change the path by using the `--config` option. - -## EXAMPLE: -distro=arch\ -image="~/Pictures/picture.png"\ -ascii=false\ -user=true\ -os=true\ -host=true\ -kernel=true\ -cpu=true\ -gpu=false\ -ram=true\ -resolution=true\ -shell=true\ -pkgs=true\ -uptime=true\ -colors=true - - -# SUPPORTED DISTRIBUTIONS - -Distribution name\ \ \ \ \ -d option - -Nyalpine\ \ \ \ \ \ \ \ \ alpine\ -Nyarch Linuwu\ \ \ \ \ \ \ arch\ -Nyartix Linuwu\ \ \ \ \ \ \ artix\ -Debinyan\ \ \ \ \ \ \ \ \ debian\ -Fedowa\ \ \ \ \ \ \ \ \ \ \ fedora\ -GentOwO\ \ \ \ \ \ \ \ \ \ gentoo\ -GnUwU gUwUix\ \ \ \ \ \ \ guix\ -Miwint\ \ \ \ \ \ \ \ \ \ \ linuxmint\ -Myanjawo\ \ \ \ \ \ \ \ \ manjaro\ -Myanjawo AWM\ \ \ \ \ \ \ \\"manjaro-arm\\"\ -OwOpenSUSE\ \ \ \ \ \ \ \ \ \\"opensuse-leap\\"\ -Pop OwOs\ \ \ \ \ \ \ \ \ pop\ -RaspNyan\ \ \ \ \ \ \ \ \ raspbian\ -UwUntu\ \ \ \ \ \ \ \ \ \ \ ubuntu\ -OwOid\ \ \ \ \ \ \ \ \ \ \ \\"void\\"\ -Nyandroid\ \ \ \ \ \ \ \ \ android\ -Unknown (tux logo)\ \ \ \ \ unknown - ---image/ascii only distributions--\ -endeavOwO\ \ \ \ \ \ \ \ \ endeavour\ -KDE NeOwOn\ \ \ \ \ \ \ \ \ neon\ -nixOwOs\ \ \ \ \ \ \ \ \ \ nixos\ -Swackwawe\ \ \ \ \ \ \ \ \ slackware\ -sOwOlus\ \ \ \ \ \ \ \ \ \ solus\ -FweeBSD\ \ \ \ \ \ \ \ \ \ freebsd\ -OwOpenBSD\ \ \ \ \ \ \ \ \ openbsd\ -macOwOS\ \ \ \ \ \ \ \ \ \ macos\ -WinyandOwOws\ \ \ \ \ \ \ windows - -# DESCRIPTION - -UwUfetch is a program inspired by neofetch and ufetch, that takes system informations\ -and prints them in the terminal in an UwU way, with and UwU ascii logo or image. - -# EXAMPLES - -uwufetch -d arch\ \ \ \ \ \ \ \ \ \ # prints arch logo\ -uwufetch -\-custom some_image.png\ \ # prints custom image (does not need full path)\ -ueufetch -i -d artix\ \ \ \ \ \ \ \ # prints artix image - -# DEPENDENCIES - -lshw\ \ \ better gpu info\ -viu\ \ \ \ print images instead of ascii logo\ -kitty\ \ \ better image viewing - -All of these dependencies are optional. There are no required dependencies. - -# LICENSE AND COPYRIGHT - -uwufetch is provided under the GPL3 license, for copyright info read\ -https://github.com/TheDarkBug/uwufetch/tree/main/res/COPYRIGHT.md. From 8e4da010272f0ba7e7ba2826403eadaed5b278d8 Mon Sep 17 00:00:00 2001 From: llathasa-veleth Date: Fri, 27 Aug 2021 22:17:33 +0300 Subject: [PATCH 5/6] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 301bb4e..f214190 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A meme system info tool for (almost) all your Linux/Unix-based systems, based on ### Full support (Both ASCII art + images are provided for the given distribution) -Nyalpine, Nyarch Linuwu, Nyartix Linuwu, Debinyan, endOwO, Fedowa, GentOwO, GnUwU gUwUix, Miwint, Myanjawo, OwOpenSUSE, Pop OwOs, RaspNyan, Swackwawe, sOwOlus, UwUntu, and OwOid; Plus Nyandroid. +Nyalpine, Nyarch Linuwu, Nyartix Linuwu, Debinyan, endevaOwO, Fedowa, GentOwO, GnUwU gUwUix, Miwint, Myanjawo, OwOpenSUSE, Pop OwOs, RaspNyan, Swackwawe, sOwOlus, UwUntu, and OwOid; Plus Nyandroid. ### Partial support (Either no ASCII art, or no image is provided) From c34f3416886c1f9c1d9b152218266451d05cbf4a Mon Sep 17 00:00:00 2001 From: llathasa-veleth Date: Fri, 27 Aug 2021 22:18:32 +0300 Subject: [PATCH 6/6] Make title uppercase, update supported distro table --- uwufetch.1 | 8 ++++---- uwufetch.1.gz | Bin 1510 -> 1517 bytes 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/uwufetch.1 b/uwufetch.1 index 04763ce..9523b7e 100644 --- a/uwufetch.1 +++ b/uwufetch.1 @@ -7,7 +7,7 @@ .\" I makes text appear in italic face .\" inline versions would look like \fBthis\fR and \fIthis\fR .\" EX and EE surrounds example section with text as is, with no empty lines in between the actual lines -.TH uwufetch 1 "27 August 2021" "1.4" "A meme system info tool for Linux" +.TH UWUFETCH 1 "27 August 2021" "1.4" "A meme system info tool for Linux" .SH DESCRIPTION UwUfetch is a program inspired by neofetch and ufetch, that takes system information and prints it in terminal in an UwU way, with either UwU ascii or image logo. .SH SYNOPSYS @@ -61,6 +61,7 @@ Nyalpine \fBalpine\fR Nyarch Linuwu \fBarch\fR Nyartix Linuwu \fBartix\fR Debinyan \fBdebian\fR +endeavOwO \fBendeavour\fR Fedowa \fBfedora\fR GentOwO \fBgentoo\fR GnUwU gUwUix \fBguix\fR @@ -70,6 +71,8 @@ Myanjawo AWM \fBmanjaro-arm\fR OwOpenSUSE \fBopensuse-leap\fR Pop OwOs \fBpop\fR RaspNyan \fBraspbian\fR +Swackwawe \fBslackware\fR +sOwOlus \fBsolus\fR UwUntu \fBubuntu\fR OwOid \fBvoid\fR Nyandroid \fBandroid\fR @@ -78,11 +81,8 @@ Unknown (tux logo) \fBunknown\fR .TP .SH IMAGE OR ASCII ONLY .EX -endeavOwO \fBendeavour\fR KDE NeOwOn \fBneon\fR nixOwOs \fBnixos\fR -Swackwawe \fBslackware\fR -sOwOlus \fBsolus\fR FweeBSD \fBfreebsd\fR OwOpenBSD \fBopenbsd\fR macOwOS \fBmacos\fR diff --git a/uwufetch.1.gz b/uwufetch.1.gz index c4d02038dd5b1de612a9535976bc6e51493e9634..bcc83e9acbfa68bac18f54618d1eef73753c72dc 100644 GIT binary patch delta 1504 zcmV<61t0q63+)SkABzYGJ31+000VV*b!KIBV`wfh0Bu&=ZsRr(efL)oX&(|GvAf#> zT@=WJ6Dx_)#5U|0yFs@oXo<2|Q>4mE6u5QFy>i>e@A*)3Vw_E2$4TGg&-WWxBf0R1Bo%Q;E$i^sJ+|I|d=kavXTeizm_`KSs z$bjys>KbX0fYp|1VG<%9GtlQHBIKTVV)w|Kty7&vB(klMQ0e2rys)*@IF5{)3{F|g zw;c}xKf;obyIe|!Xi+JsFJ;!IPa!W}CezvCWzj=2LYtz93Hbxrn9@lWSpG@t;rxF2 zlue#nNkZBk0yNHg{Tp`0+0_-f>UB{@!lSd8pA-XS>%0&p56WNcHFId@MwfEk+nT^~ z944>0MyyGSiuKhVT>xE3=dC$H8{@>mp*M-C$aEAYIMciqdovZxR6;eAQ34@|H7%k1-FC)8Noz zNP^1Qk+HhC0FRDpw(V`8${2z^uIFBr>~8$TB!7$Hz9qj@sU(<>5>Qzj3Nfp+9B1QTC-Vq zW&>icMQ6+?V>@|2%hGLG&Sum3b2eh5@#1+tzFDUF9~~u#N-UNrcu8D;P)F<7xLZCx zz8vfjE0Zl(P3)9Me^5@ss0;uYqfXO?BY>s5O50w(o$S*#gmHf)R#I<~##8$R#GHZ? z7z_M$+D=aaNo<0Rm^)FJmNWLwNC~m!5pa*ma%zGAYlw{@fR3GLjUU8%1PCe0C)vj9 z`d(kf_KF_o34>Go&0F(-4pT>|H7AJS*Qbw&D{kwELY$4zi{&Cav11@~D7GslcoT6m z(=cG&JAaL#-8py7kUZ#(HZ7hRKD<#QyGS0An94VQUVyHI$4|rij7{fk zxVRmU*>v*wLS_8>C}R_WV07mJ1CErnd^;jBZpb%7N4vvRzFCY8JEaw3<%&a&cDr46 zy1km`*j^mxH%}J7Ql%HzZ5{2Ps8G0We~3dzT2R!xei&~o-LemVKXh%K+Was=B1K1v zS6#n%rWSuuTZ=7!EGl+={bU}T<9SjB^mpo{Xw|X#isItPpiIH|!#z2PWJo)QNzTsO zN_H;|S02Z=*#x(CI2mCE&R*u@`-kTPb4Np#;lYTA;()rJJ^qZzn&WbdOM0{ArrBD# zu6%mS*?79j`^Nn?7_9MX3M-7udVr`#+-`2d(b)8;&_T_m9>kHgkD*@|{oa2^`Ka3> G3;+P5MfA}C delta 1497 zcmV;~1t$9K3+4-dABzYG$So;h00VV*b!KIBV`wfh0Bu%VPb)VNe&1hV(LR6#NzZAe z9#!HYkcAT!k|+V4gGyC7yWXrDuf6q!B`^K${XE`WfbtO5<8LnhW<2A;^9dUndRq(+I7M#ciKt9ycG0qCpL|77iWmf!u6NK~33GbM%1@kgmGZifw zu35|1f^l7vz=?wFpRR=OgwX60ZGAZ-d&{qke6&_J+-~>iTJTcpb@Dk+zCsI4CUuEm zL zUW9cB%dyUX1XxkVY{241u;=Q^gQe$cL8p4ICjFAM^Y0|hbLN7zCg{>J@yeT49eAPO zQxpzdoF{=cOf;?EvgqDX_&t4*Q(pMMRocr2$VuozC45nX+>_70vQbzEWa#rxpFf?j zlTU+R@H=9SXyA71yl7ysGRzyJDDQVthu4#AfNYF^^X2toGJlxNrrBfnn5_0GGN3!E zx>i~wV6|mhn1qPOOd*^jLhhL-c8|Q-Ce>L)BHJ1Xl|CNK3)@JIah?sX*ac@77vw7Iql|<{XE8r12FliHDJmY6Kig{-&@7CuU%9vCCD6HQ)G^Xa{IU#QLR1Hdzvb#$d@t& zkE*DPAHUA-^Wh)?hPxyWdxg_Tpca6FvBC;yp|;M>8QigVsfawrJVZ`|LyI8^Drc9w zSUIMRVGhzE5o-Q@bbmj;%dSe_h z`YC9&m)-`E8JGUo#`*NM5mpP8zKb@bk2OA$DlT0T!GTf4U|Kt*x>svA>)vcY?2YJ+ z8D(rQALMzuEsyj0Z1Iqf*?6*iSWK=SQ~i&R5=12yOBB2$E`O+_^=#Zc-rYSN><}x{ zEmv*qlt+J1PQs`R02rfA(}g2|rMpVoUcSEBr)>!1{#dM}-Xe`}?UxX93hqXfrsIsg z15^-O9s#$Q8nbTp9=5Op62ptOPLJ8hR+}yMbSoh9fYiM`DT|52AnT2@A z8V;*{VC)?vtOCS+B(h{5053+CecE(s%^OHeTN087z0sz_`1j$J8q8Vpki=A0u`v76 zn%s|Wb2eMB(eipSVYBJo6P1_1(C06^^g%xfOt8_y?|`WZR)Pc>Qj7 zrcz8VQgrm%oM$7PGd*Q7iA&MOLeqtebmC>4ntCBu1H6p|)=>s_;**%3M8^v0adJ1g z&ZoG?qv;qEZ~nBH+rTD2}7s`Q6W$qXn+JIHwm{VcM;g>)NN6n~kTd zy>H!b!{Hilq_DzpY=($x%R}vE`xpjIImrG43Gxl(5DWkSu5R&~