From b92a7bdf86f5a5fe6657bc1d1a757803c1e73b69 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 11 Sep 2023 01:22:28 +0300 Subject: [PATCH] it fits in a qr code --- .gitignore | 2 ++ LICENSE | 2 +- README.md | 4 +++- preview.png => assets/preview.png | Bin assets/qr.png | Bin 0 -> 1137 bytes tinierfetch.cpp | 3 ++- 6 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .gitignore rename preview.png => assets/preview.png (100%) create mode 100644 assets/qr.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4bfae5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.out +fetch diff --git a/LICENSE b/LICENSE index 988ac50..342db3f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Abhiraj Rik +Copyright (c) 2023 NotAShelf Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 493276f..9f1be0e 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ it's tinyfetch but also tinier - you could probably fit this in a QR code takes `0.001` to `0.003s` to fetch +edit: it fits in a [QR code](./assets/qr.png) + ## depends a compiler (I used g++) and `TERM`, `LANG`, `USER`, `SHELL` environmental variables to be set ## preview -![yeah](./preview.png) +![yeah](./assets/preview.png) diff --git a/preview.png b/assets/preview.png similarity index 100% rename from preview.png rename to assets/preview.png diff --git a/assets/qr.png b/assets/qr.png new file mode 100644 index 0000000000000000000000000000000000000000..15723317db83941ee25f974c7b5b66082b31cf4b GIT binary patch literal 1137 zcmV-%1djWOP)!$0tKeW6;ty?P+-DuVQF0F+6m13Xfd*GApQ!k*AH~dAH zGzqqOFmk`lNI*hRwf=p!MI_>`k z>i;A1^_bfKyndz9fw+#$2jV)$CG!YpvVMxqffi}2Exso`L?p*yBD|$fesrYr-r7du zTgzaHQ||awKU%lB8tWs-J@1{!ZJP#YIpx+=^$0rfIGFMqikMltulU_i(nBF2C(s7GzzLBgg zx{*ag=O!t_%gH4X3d;2YvP|ui5S_SKSZ0d95p|=5yM%b8xtdz5flx2jO@3rj8OT0L zUiVoZObToK=tfIGY<1uRncK}0+9u793ux6=5-);mrPWJWH)+0y_aJ2gZt}^LB5oGv zy~%z=x*yh$`;$>9`)w1NbeN(WS;1%Cmmam`DRO*;UsCBoOOOgR8<8~;9L1zOiv;x} ziA$=_in2FMhZhPgezcyRWY`Ju0IjHqD#9C3AzHwXP>ISsZB1k1=W!Pe>HFr(gV2pv zYManPkIYlFH`Skp^&qP#v!fiFg0Bbmj&c7?SRdk|etHa~np`kpnYQ0!xX@xAkE~&C zaiL}ao+C5DkI>sAkSvqj+a!!0$;8}`aCag$VF^ofS_?_$sr<+q9A&dLurXs_SOc4n z{dOS}v@yOi%L~a;tE*}6ek_&)eeyL-IAm){^zBpjZnT)m!8)=GT1D{`>1@wp1&(fnOCc1E(B`-@sWvG4k@}JB6?RnWvpqS# zP1x$YsCp3BlA>)HBYjk323DJB>PAQzt2E0X%hBBe%i7DRjc$Z>>}=O)88K|-_C-gw z?@#>5CVn{!iP%PK(#*__R}ea>xKPT;rY%xTkT0QoVie9@;N9z$Grtn6G(omykcM)j-(G*wAEJK%#!YdICe#5b00000NkvXXu0mjf D8S*3Q literal 0 HcmV?d00001 diff --git a/tinierfetch.cpp b/tinierfetch.cpp index 595b443..1ab5619 100644 --- a/tinierfetch.cpp +++ b/tinierfetch.cpp @@ -1,3 +1,4 @@ #include #define e getenv -using namespace std;int main(){cout<<"\e[31muser:\e[0m "<