Commit graph

552 commits

Author SHA1 Message Date
TheDarkBug
14527a21e3
Merge pull request #156 from asas1asas200/zeng-feat-responsive_width
feat: responsively print width
2021-10-31 00:58:12 +02:00
asas1asas200
273592479c feat: responsively print width
Limited maximum print width with current terminal width.
2021-10-31 01:37:14 +08:00
TheDarkBug
dae4faf119 Updated Nyartix license, fixed #155 2021-10-30 18:37:06 +02:00
TheDarkBug
f8021dc155 Updated dependancies, fix #153 2021-10-30 18:32:51 +02:00
TheDarkBug
d887b4742d Fixed #154 2021-10-30 13:57:46 +02:00
TheDarkBug
209effd04d
Merge pull request #152 from dqnk/main
[OS-SUPPORT] AmogOS image art
2021-10-26 16:13:43 +02:00
TheDarkBug
e7f9384905 Updated license info for amogos image 2021-10-26 16:13:19 +02:00
TheDarkBug
f9329b3c77 Updated copyright info for amogos 2021-10-26 10:32:52 +02:00
dqnk
dd33a9e637 AmogOS now fully supported 2021-10-26 09:41:00 +02:00
dqnk
8d8ed0dd53 updated copyright for amogos, need to check the real author of the artwork 2021-10-26 09:40:09 +02:00
dqnk
26ba93bd3b added amogos.png artwork 2021-10-26 09:28:28 +02:00
TheDarkBug
901e67b25d
Merge pull request #150 from lourkeur/fix-149
[FIX] pkg count on NixOwOs
2021-10-18 16:45:51 +02:00
Louis Bettens
de56164914 Fix #149 2021-10-18 14:17:38 +02:00
TheDarkBug
08e16edcaa Fix for #147 2021-10-14 22:48:08 +02:00
TheDarkBug
de28cf483d
Merge pull request #148 from elegantShock2258/main
[OPTIMIZE] Fixed some warnings on code.
2021-10-14 22:39:43 +02:00
TheDarkBug
debc5a7c05
Fixed reading "TRUE" or "true" in cache env variable 2021-10-14 22:39:29 +02:00
elegantShock2258
8147b0a528
L:222 reduced home_dir's scope.
L:318 changed to appropiate format specifier
L:500 changed line's location.
2021-10-14 16:53:54 +05:30
elegantShock2258
aa4a14998f
FIXWARN : Provided limits to sscanf(), reduced scope of cache_enabled. 2021-10-14 16:28:59 +05:30
TheDarkBug
1ad023f49c
Merge pull request #146 from elegantShock2258/main
Fixed errors in L:222 and L:585.
2021-10-13 20:21:39 +02:00
elegantShock2258
15850a51fe
Fixed some indentation 2021-10-13 12:37:45 +05:30
elegantShock2258
16aaf68b1f
FIX: L:222: config may not be initialised. L:585 closed host_model_info so there is no possible resource leak. 2021-10-13 12:34:03 +05:30
TheDarkBug
6c06247953 Read config file before printing the cache 2021-10-12 13:32:50 +02:00
TheDarkBug
943fa58204 Fixed #145 2021-10-12 13:26:18 +02:00
TheDarkBug
92a73b8879
Merge pull request #142 from Joshix-1/cache-improvement
write to cache if cache is enabled, but not found
2021-10-11 00:59:06 +02:00
Joshix
2f450de6b1 write to cache if cache is enabled, but not found 2021-10-11 00:15:46 +02:00
TheDarkBug
4e13dfd1cc
Removed useless file uploaded by mistake 2021-10-09 00:33:21 +02:00
TheDarkBug
f705a6ae75 Removed ram and uptime from caching (fix #141) 2021-10-09 00:19:16 +02:00
TheDarkBug
c1ed607909 Added a cache system for slower machines (fix #118, fix #140)
This commit adds the option to read a pregenerated cache, to improve  speed on low spec systems.  The cache system is not fully working (apple users do not get pkg info  and upti    me is not updated) and to use it the `$UWUFETCH_CACHE_ENABLED`  must be set to `TRUE`, `true` or just `1`
2021-10-08 23:11:27 +02:00
TheDarkBug
1be566c8cc Another fix for replacement (#139) 2021-10-04 14:14:58 +02:00
TheDarkBug
92451277ce Forgot a little thing on latest commit... 2021-10-03 23:57:57 +02:00
TheDarkBug
d4a46f2fa4
Merge pull request #139 from Joshix-1/replacement-fix
Fibal replacement fix
2021-10-03 23:56:06 +02:00
TheDarkBug
87c0cbe954 Fixed recursion segfault 2021-10-03 23:54:59 +02:00
TheDarkBug
d6d9962b93 CPU string fix try + some formatting 2021-10-03 23:48:10 +02:00
Joshix
07b2c4a4d8 use while loop instead of recursion for replace functions 2021-10-03 21:33:53 +02:00
Joshix
cc399b471f use recursion to fix missing replacement 2021-10-03 19:53:32 +02:00
TheDarkBug
9f32cc1a6d
Merge pull request #138 from Joshix-1/replacement-fix
fix replacing ignorecase with multiple things to replace
2021-10-03 13:52:50 +02:00
TheDarkBug
047dbb49f9 Fixed recursion segfault (on my system works) 2021-10-03 13:51:05 +02:00
Joshix
f1ef095a9c fix replacing ignorecase with multiple things to replace 2021-10-03 12:36:08 +02:00
TheDarkBug
ae793ea029
Merge pull request #136 from Joshix-1/fix-for-missing-envvars
Fix #133 and don't throw an error if $HOME,$SHELL or $USER aren't set.
2021-10-02 23:03:02 +02:00
Joshix-1
a576673bb8 Fix #133 and don't throw an error if $HOME,$SHELL or $USER aren't set. 2021-10-02 22:34:37 +02:00
TheDarkBug
50cc6b66f9 Fixed #133 2021-10-02 21:10:49 +02:00
TheDarkBug
449ab8778f Testing xerolinux support 2021-09-29 21:47:47 +02:00
TheDarkBug
d29d415898
Merge pull request #134 from AakashSharma7269/main
[TYPO] Fixed typo in uwufetch.c
2021-09-20 12:16:00 +02:00
AakashSharma7269
80c248829d
Fixed typo in uwufetch.c 2021-09-20 15:14:46 +05:30
TheDarkBug
2898ee0614 Fixed AmogOwOS detection 2021-09-10 01:37:20 +02:00
TheDarkBug
3ecf05e4a1 Added AmogOwOS support 2021-09-10 00:51:37 +02:00
TheDarkBug
d61bd391bd
Merge pull request #130 from astralbijection/uwu-hw
Add hardware uwuification
2021-09-07 10:11:33 +02:00
Astrid Yu
e882069fd6 Add more hardware substitutions 2021-09-06 22:16:00 -07:00
Astrid Yu
47f6fed2b4 Add hardware uwuification 2021-09-06 21:59:34 -07:00
TheDarkBug
034147f515
Merge pull request #128 from OliverSmeeton/patch-1
Fix compile Error
2021-08-31 19:28:02 +02:00