Commit graph

29 commits

Author SHA1 Message Date
Adriano Oliviero
09b32b1e1e Changed parse_config(), now it works without json-c 2021-04-23 18:02:05 +02:00
TheDarkBug
c802f4041f Added .prettierignore to avoid removing tabs in man page. 2021-04-18 23:51:32 +02:00
TheDarkBug
119504feb4 Fixed #71, added prettier kernel info. 2021-04-14 18:19:17 +02:00
HurricanePootis
78212a41da Remove # in makefile that prevented gzip from working. 2021-04-14 08:00:28 -05:00
TheDarkBug
3ce44faf68 Added new config options, disabled optimization in makefile to prevent segmentation fault (i have no idea) 2021-04-14 12:33:05 +02:00
TheDarkBug
69fe7f2614 Added --config option to change config path 2021-04-14 11:09:23 +02:00
TheDarkBug
eb2471b86f Added man pages, close #68 2021-04-12 13:16:45 +02:00
Guaxinim5573
2a90b9619d Fix variable name 2021-04-07 23:06:36 -03:00
Emily
e923244c97 improve Makefile
This commit improves various aspects of the Makefile, namely:
- it re-formats the variables at the beginning of the file
- it renames INSTALL_DIR to PREFIX as it is convention
- it removes the previously required trailing slash from PREFIX as it is convention
- it introduces the CC variable to be portable on systems with another cc instead of gcc
- it makes make uninstall not fail when the program is already uninstalled
- it makes make build depend on all FILES, not just uwufetch.c
- it renames FLAGS and FLAGS_DEBUG to CFLAGS and CFLAGS_DEBUG to allow later introduction of LDFLAGS
- it allows specification of the DESTDIR standard Makefile variable to allow binary distributions of uwufetch
2021-04-06 14:43:34 +02:00
TheDarkBug
596b2ce458 Replaced with (line 180), trying to fix #43 2021-03-17 10:38:48 +01:00
TheDarkBug
694a09a47d Cpu name fix (#39) 2021-03-16 08:19:57 +01:00
TheDarkBug
28c4c7a59f Added support for raspbian, fixed #36. GPU info is wip. 2021-03-14 21:42:52 +01:00
TheDarkBug
a9f7bcf419 Updated makefile for security reasons (special thanks to linuxreviews.org) 2021-03-13 21:37:27 +01:00
TheDarkBug
f88d4796f8 New ascii tux, now shell will not be displayed as a full path. 2021-03-12 11:00:37 +01:00
TheDarkBug
218ade46a8 Finally fixed ram issue (no one noticed anyway), general optimization and now completely bash-free (except pkgman() obviously) 2021-03-11 22:39:16 +01:00
TheDarkBug
7efaabfb8b Fixed info printing with image mode, added (partial) termux support 2021-03-07 22:04:05 +01:00
TheDarkBug
5d9f0c5880 Changed install directory for better package-manager compatibility. 2021-03-07 17:15:42 +01:00
TheDarkBug
b39c1af276 Updated print_image next step is adding images in res directory 2021-03-07 15:30:32 +01:00
TheDarkBug
7583f23929 Added usage, fixed something and added print_image() function (not yet working). 2021-03-07 00:19:03 +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
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
Nereuxofficial
2435e0d6b6
Added the uninstall target to the makefile 2021-03-05 12:03:09 +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
29a80bf622 Info are given completely, also changed program name. 2021-01-19 14:56:11 +01:00
TheDarkBug
0b7c4ebceb Added arch Linux logo. 2021-01-18 23:49:35 +01:00
TheDarkBug
2b46da139c First commit. 2021-01-18 21:19:20 +01:00