Commit graph

159 commits

Author SHA1 Message Date
TheDarkBug
87e048376b Merge branch 'main' of https://github.com/TheDarkBug/litefetch 2021-03-07 17:16:11 +01:00
TheDarkBug
5d9f0c5880 Changed install directory for better package-manager compatibility. 2021-03-07 17:15:42 +01:00
TheDarkBug
c9c0543caf
Merge pull request #17 from zcake3000/main
fix uwufetch break on some distro (e.g. : debian)
2021-03-07 17:05:07 +01:00
TheDarkBug
f2a86b4173
Update IMAGES.md 2021-03-07 17:02:25 +01:00
TheDarkBug
d05d45c750 Added images and IMAGES.md for credits, addedd options, use -h for a list. 2021-03-07 16:59:26 +01:00
zcake
4f15cb7208 fix uwufetch broken on debian 2021-03-07 23:39:50 +08:00
TheDarkBug
2159a9160c
Merge pull request #14 from Guaxinim5573/main
Move cursor relatively, solved #11
2021-03-07 15:32:22 +01:00
TheDarkBug
b39c1af276 Updated print_image next step is adding images in res directory 2021-03-07 15:30:32 +01:00
Guaxinim5573
1d84e6e273 Move cursor relatively 2021-03-07 10:22:10 -03:00
TheDarkBug
ee22b5d581
Merge pull request #13 from kugiyasan/main
Rewrote bash commands to shell commands, solved #12
2021-03-07 11:01:33 +01:00
kugiyasan
976e8e8b36 Rewrote bash commands to shell commands 2021-03-06 21:58:19 -05:00
TheDarkBug
c5ecef7e03
Removed printf() for debugging 2021-03-07 00:57:38 +01:00
TheDarkBug
ad176830af
Support for GentOwO. 2021-03-07 00:22:36 +01:00
TheDarkBug
2be739f9b7
Merge pull request #10 from prettykool/main
GentOwO
2021-03-07 00:21:57 +01:00
TheDarkBug
75cc6a77eb
Merge branch 'main' into main 2021-03-07 00:21:20 +01:00
TheDarkBug
7583f23929 Added usage, fixed something and added print_image() function (not yet working). 2021-03-07 00:19:03 +01:00
P.K
1cc394c728
GentOwO fix 2021-03-06 16:15:13 -06:00
PK
cb14ce235b GentOwO support 2021-03-06 16:07:07 -06:00
TheDarkBug
ae8ec0c57e
Merge pull request #8 from Joe-Todd0/main
add package manager name
2021-03-06 21:34:24 +01:00
TheDarkBug
59faf2b155
Merge branch 'main' into main 2021-03-06 21:34:06 +01:00
TheDarkBug
5bff492166 Fixed strange error caused by a merge in uwufetch.c 2021-03-06 21:24:04 +01:00
TheDarkBug
b3c0b0592b Split code in functions, changed printing system. edited makefile to copy images in .config/uwufetch/ 2021-03-06 21:19:15 +01:00
TheDarkBug
782039c0ed Split code in functions, changed printing system. edited makefile to copy images in .config/uwufetch/ 2021-03-06 21:17:29 +01:00
Joe Todd
3707b7f598
add package manager name
Added the package manager name after the amount of packages installed.
2021-03-06 19:43:06 +00:00
TheDarkBug
5dc6ed7b5b
Merge pull request #6 from prettykool/main
Support for Debian (Hack)
2021-03-06 18:53:29 +01:00
PK
2045dfd731 Support for Debian (Hack) 2021-03-06 11:23:07 -06:00
TheDarkBug
7fe4bc3fa9 Fedowa fetch is now available. 2021-03-06 14:35:10 +01:00
TheDarkBug
c9556650c0 Added .gitignore to prevent pushing binaries by mistake 2021-03-06 08:58:48 +01:00
TheDarkBug
e193095b04
Deleted compiled bin 2021-03-06 08:55:50 +01:00
TheDarkBug
03db781abb
Merge pull request #5 from zcake3000/main
Add Nyartix support
2021-03-06 08:54:41 +01:00
zcake3000
c88bbbac07
Update README.md 2021-03-06 10:54:54 +08:00
zcake
ff5832ce8d update readme 2021-03-06 10:45:59 +08:00
zcake
b97e1dc982 fix typo 2021-03-06 10:45:00 +08:00
zcake
2ab9b45710 remove useless line 2021-03-06 10:40:09 +08:00
zcake
57e3c264af add nyartix support 2021-03-06 10:38:53 +08:00
TheDarkBug
8aab221b76
Merge pull request #4 from Joe-Todd0/main
Change RAM to WAM
2021-03-06 00:41:20 +01:00
Joe Todd
4dbd4f94fb
Update uwufetch.c 2021-03-05 21:13:48 +00:00
Joe Todd
1b35df67e9
Change RAM to WAM 2021-03-05 21:09:29 +00:00
TheDarkBug
931ad12ea9 Removed some debug stuff in the makefile 2021-03-05 17:28:14 +01:00
TheDarkBug
f546dfbd91 Now you can uwu on Myanjaro, fixed wrong ram usage and changed version_name 2021-03-05 17:22:48 +01:00
TheDarkBug
688c654b2d
Merge pull request #2 from Nereuxofficial/main
Added the uninstall target to the makefile
2021-03-05 12:08:58 +01:00
TheDarkBug
da8175cbc9
Merge pull request #1 from Nereuxofficial/patch-1
Fixed Install Instructions
2021-03-05 12:07:17 +01:00
Nereuxofficial
2435e0d6b6
Added the uninstall target to the makefile 2021-03-05 12:03:09 +01:00
Nereuxofficial
eec302b229
Fixed Install Instructions
make runs the target all, which builds it and then copies it, while currently you only get an error because the compiled file doesn't exist
2021-03-05 12:01:15 +01:00
TheDarkBug
bed6fd3310 Updated README.md and makefile. 2021-03-05 10:49:09 +01:00
TheDarkBug
0a69bfe366 Changed from 'litefetch' to uwufetch, for the memes 2021-03-05 10:45:11 +01:00
Adriano Oliviero
b10a854d9b Changed pkgman(), optimized overall performance. 2021-02-25 21:47:00 +01:00
TheDarkBug
f12c1be5fe I am trying to add android support. 2021-01-19 19:37:28 +01:00
TheDarkBug
e89ac12eef Just improved optimization. 2021-01-19 15:46:09 +01:00
TheDarkBug
b682128323
Update README.md 2021-01-19 14:58:44 +01:00