Commit graph

552 commits

Author SHA1 Message Date
Oliver Smeeton
dd0a882be4
Fix compile Error
Fixed:
uwufetch.c: In function ‘print_ascii’:
uwufetch.c:732:10: warning: format not a string literal and no format arguments [-Wformat-security]
  732 |   printf(line);
      |          ^~~~
by adding string argument to printf
2021-08-31 17:10:50 +01:00
TheDarkBug
2fafca5a47
Merge pull request #127 from platyple/main
[OS-SUPPORT] Arco Linux
2021-08-29 13:57:51 +02:00
plat_
977eeace49 forgot the readmes 2021-08-29 13:22:21 +02:00
plat_
ee550c06ec Arco Linux support 2021-08-29 13:14:01 +02:00
TheDarkBug
308d9b3f50
Merge pull request #126 from LukeHuckman/main
Remove references to pandoc
2021-08-28 14:58:23 +02:00
LukeHuckman
c7504c65b1
Remove references to pandoc
Simplify self-references
Update requisites info
2021-08-28 20:19:56 +08:00
TheDarkBug
7215bd8c91
Merge pull request #124 from kescherCode/makefile-mkdir
Force creation of directories (useful for packaging)
2021-08-28 12:31:56 +02:00
Jeremy Kescher
565a5e3b12
Remove build step from install step 2021-08-28 10:49:45 +02:00
Jeremy Kescher
d3cb98578e
Force creation of directories (useful for packaging) 2021-08-28 00:27:18 +02:00
TheDarkBug
79ad589901
Merge pull request #123 from q60/main
Get rid of pandoc in favor of roff
2021-08-27 21:52:16 +02:00
llathasa-veleth
c34f341688 Make title uppercase, update supported distro table 2021-08-27 22:18:32 +03:00
llathasa-veleth
8e4da01027 Fix a typo 2021-08-27 22:17:33 +03:00
llathasa-veleth
9b93c4d759 New man page in roff 2021-08-27 21:32:02 +03:00
llathasa-veleth
49d9cb0523 Adapt Makefile to use without pandoc 2021-08-27 21:30:54 +03:00
llathasa-veleth
2485577d77 No need to exclude man page source code 2021-08-27 21:30:21 +03:00
llathasa-veleth
c7a1b22980 No more pandoc is needed 2021-08-27 21:29:01 +03:00
TheDarkBug
0be3a46525
Merge pull request #122 from Vendicated/patch-2
Fix termux build
2021-08-26 15:31:13 +02:00
Ven
376ad8f636
Fix termux build 2021-08-26 14:58:46 +02:00
TheDarkBug
075e6e73d5
Fixed #121
parse_config will be called before reading the arguments, just like get_info
2021-08-01 11:32:39 +02:00
TheDarkBug
833a2234c7
Merge pull request #115 from Guaxinim5573/main
[NEW-FEATURE] Move ascii arts to own file
2021-07-31 21:56:31 +02:00
TheDarkBug
7e4b8eb8f3
Merge pull request #120 from Joshix-1/snap-support-even-though-canonical-is-really-bad
add snap support
2021-07-31 21:50:07 +02:00
Guaxinim5573
52c4694bce Add other/spare distros 2021-07-30 19:52:09 -03:00
Guaxinim5573
f0a40267f3 Add BSD distros 2021-07-30 19:05:27 -03:00
Joshix
f854bdbf70 add snap support 2021-07-30 23:54:45 +02:00
TheDarkBug
9d6f99d2e9 Added host info for freebsd, fixed 104 2021-07-24 15:37:16 +02:00
TheDarkBug
8a576e5e02 Fixed installing process on freebsd 2021-07-24 12:56:18 +02:00
TheDarkBug
d12f45aaa4 Added ram info for freebsd 2021-07-24 12:44:54 +02:00
TheDarkBug
f698a01020 Added uptime for freebsd 2021-07-24 12:27:38 +02:00
TheDarkBug
f1ca2a6478
Merge pull request #119 from Joshix-1/patch4
improvements with host info and KERNEL_TO_UWU
2021-07-24 10:27:11 +02:00
Joshix
bf105599f5 add else to improve performance 2021-07-23 22:15:31 +02:00
Joshix
a62805d9ce make host information more useful 2021-07-23 22:14:01 +02:00
TheDarkBug
3fd554a873 Fixed #117 2021-07-23 18:00:18 +02:00
TheDarkBug
53452559b7 Added package manager info for freebsd 2021-07-23 14:15:20 +02:00
TheDarkBug
a37fb5edbb
Merge pull request #116 from dqnk/main
Cleaning up old code for printing GPUS
2021-07-23 13:58:25 +02:00
TheDarkBug
1de53290db
Merge pull request #113 from Joshix-1/path-3
remove double quotes from distro names
2021-07-23 13:53:48 +02:00
Joshix
37974d9bac make it work for distros with double quotes 2021-07-23 13:40:44 +02:00
dqnk
0c7183c5ec Merge branch 'main' of https://github.com/TheDarkBug/uwufetch 2021-07-23 11:08:10 +02:00
dqnk
efd1f64c24 Merge branch 'main' of https://github.com/dqnk/uwufetch 2021-07-23 11:08:03 +02:00
dqnk
1c9c90ee6c cleaned up my old code 2021-07-23 11:06:46 +02:00
Guaxinim5573
b881e63fc6 Add debian based distros 2021-07-22 20:51:02 -03:00
Guaxinim5573
f0342ef54e Add arch based distros 2021-07-22 20:33:04 -03:00
Guaxinim5573
3c9d9d113c Add support for ascii files in files 2021-07-22 19:32:09 -03:00
Joshix
79d23b0663 remove double quotes from distro names 2021-07-22 21:05:36 +02:00
TheDarkBug
3648b00e16 Another little fix for last commit 2021-07-22 15:31:34 +02:00
TheDarkBug
d0597d5909 Added cpuinfo to freebsd port 2021-07-22 18:48:36 +02:00
TheDarkBug
9b43d4df0d Added cpuinfo to freebsd port 2021-07-22 18:39:34 +02:00
TheDarkBug
267e0e3e30 Little fix for previous commit, again because I am stupid 2021-07-21 22:46:31 +02:00
TheDarkBug
c0eb27037c Little fix for previous commit 2021-07-21 22:45:16 +02:00
TheDarkBug
b86783c774 Uwufetch now compiles on freebsd, but there is little to no info. 2021-07-21 22:36:10 +02:00
TheDarkBug
a93be06e0a
Merge pull request #112 from dqnk/main
Fixed output being too high when terminal prompt is at the bottom of the terminal
2021-07-21 21:42:41 +02:00