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
dqnk
54bb079c6b
Update uwufetch.c
...
Added comments which should hopefully explain the behavior correctly.
2021-07-21 21:42:32 +02:00
dqnk
45f0647bcc
fixed #111 (hopefully)
2021-07-21 21:39:17 +02:00
TheDarkBug
4c16fe2105
Merge pull request #110 from dqnk/main
...
Updated truncate_name, fixes #108
2021-07-21 20:07:16 +02:00
TheDarkBug
3df3829e9a
Merge pull request #109 from Joshix-1/patch-2
...
Fix images in res/COPYRIGHT.md
2021-07-21 20:07:01 +02:00
dqnk
d39d03f482
updated truncate_name method
2021-07-21 17:10:56 +02:00
Joshix-1
b9eb886d73
Update COPYRIGHT.md
2021-07-21 12:02:26 +00:00
Joshix-1
95e82113de
Update COPYRIGHT.md
...
fixes the images of Void and OpenSuse
2021-07-21 12:00:52 +00:00
TheDarkBug
60586d38a9
Merge pull request #107 from Guaxinim5573/main
...
Uwufy kernel name, close #103
2021-07-05 01:21:51 +02:00
Guaxinim5573
23a78175d5
Add distro names to uwufy kernel
2021-07-04 14:54:28 -03:00
Guaxinim5573
29de794e56
Uwufy kernel name
2021-07-04 14:38:10 -03:00
TheDarkBug
92d4f9d2e4
Merge pull request #106 from Guaxinim5573/main
...
Removed pandoc as a dependency
2021-07-04 18:11:22 +02:00
Guaxinim5573
f3af8d52dc
Add man page already built
2021-07-04 12:35:19 -03:00
TheDarkBug
9e32e5011c
Merge pull request #105 from LukeHuckman/main
...
Corrected wrong units and tweaked uptime display
2021-06-24 13:39:29 +02:00
LukeHuckman
fd1b9e6cfc
Code cleanup
2021-06-24 04:17:28 +08:00
LukeHuckman
8d53fe306e
free already has an -m option to get value in mebibytes. Using that instead of calculating it in the code.
2021-06-24 04:03:48 +08:00
Darkpelz
9eb6df1eb4
Update uwufetch.c
2021-06-24 03:58:51 +08:00
LukeHuckman
b767645854
Replaced ifs with a switch statement for printing uptime
2021-06-24 03:46:22 +08:00
LukeHuckman
daabd44a9e
RAM usage now uses correct units (MiB instead of MB),
...
tweaked uptime to only show hours when relevant (>=1 hour).
2021-06-24 03:24:43 +08:00
TheDarkBug
dc451cd550
Fixed host info for termux
2021-06-13 13:57:28 +02:00
TheDarkBug
664fa5c8c2
Added host info, fixed install and uninstall process
2021-06-13 13:52:32 +02:00
TheDarkBug
f137c10779
Merge pull request #101 from em1lyy/main
...
[FIX] fix package count for openSUSE
2021-06-11 12:08:13 +02:00
Emily
141fd7709e
fix package count for openSUSE
...
zypper shows some informational messages before printing the actual
packages, so this commit adds the "-q" flag to suppress the
informational output und to provide a more accurate package count
2021-06-10 18:02:40 +02:00
TheDarkBug
eac539387b
Merge pull request #100 from chfour/main
...
Corrected README and man page errors
2021-06-09 18:14:01 +02:00
Michał Litwin
672f8c0584
another typo in uwufetch_man.md
2021-06-09 17:36:52 +02:00
Michał Litwin
11f76a3795
fix typo in the manpage
2021-06-09 17:31:35 +02:00
Michał Litwin
185d6d4cc1
rewrite some of the README
2021-06-09 17:16:36 +02:00
TheDarkBug
5cd38bc202
Wrong mac os logo should be fixed, even without printing packages info ( #81 )
2021-06-07 13:02:12 +02:00
TheDarkBug
a74aa5e02c
Wrong mac os logo should be fixed ( #81 )
2021-06-07 13:00:17 +02:00
TheDarkBug
dd97143aeb
Fixed man installation on MacOs ( #81 )
2021-06-07 00:37:35 +02:00
TheDarkBug
a518735cb8
Fixed installation on MacOs ( #81 )
2021-06-07 00:34:07 +02:00