aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated the README.mdAnser4 days3-3/+10
|
* added OS/distro nameAnser5 days6-4/+81
|
* added new ascii art. added a simple helper menu with flags -v -hAnser5 days5-3/+97
|
* Added the GPLv3 in every file. Removed unimplemented functions out of cfetch.cAnser7 days6-20/+107
|
* Changed codingstyle to C kernel style. Print of Systeminformation is now its ↵Anser8 days6-280/+291
| | | | | | own function all systeminformation is now stored inside the struct
* added german translation to ascii artAnser8 days2-9/+13
|
* updated the readme.md with future things i would like to implementAnser8 days2-1/+10
|
* changed get_os to get_kernel, it now uses the system_info_t struct to store ↵Anser8 days5-25/+55
| | | | and display the kernel information. Same with get_cpu.
* trying to workout how to get the maxline widthAnser10 days3-49/+27
|
* removed whitespace in ascii filesAnser10 days2-15/+14
|
* update Makefile and READMEAnser10 days2-1/+8
|
* prepare for 0.1.0 releaseAnser10 days2-1/+0
|
* added version number for future referenceAnser10 days2-6/+33
|
* some more rework in readme.md and src file structureAnser10 days10-99/+111
|
* TOBESQUISHED: safe in reconstruction of the codes layout and rework of ↵Anser11 days13-131/+139
| | | | information handeling also ascii art printing
* TO BE SQUISHED:safe of current working stand, to get the logos vom ascii ↵Anser2026-07-315-6/+36
| | | | directory
* Added ascii folder and artAnser2026-07-312-0/+15
|
* Makefile: added debug optionAnser2026-07-311-9/+17
|
* utils: added string concatination functionAnser2026-07-312-0/+26
|
* added license info in some filesAnser2026-07-312-0/+18
|
* added feature list to readme.mdAnser2026-07-311-0/+9
|
* added gplv3 license, not that anyone will use this codebaseAnser2026-07-311-0/+674
|
* some basic logosAnser2026-07-315-2/+84
|
* removed header files out of module headersAnser2026-07-312-4/+0
|
* created utils moduleAnser2026-07-314-95/+116
|
* finished cpu string_formatAnser2026-07-311-2/+106
|
* edit README.mdAnser2026-07-311-1/+8
|
* added cpu info.... but needs string parsing for whitespaceAnser2026-07-315-3/+48
|
* added systemwide install capabilitiesAnser2026-07-311-1/+10
|
* added ram info from /proc/meminfoAnser2026-07-314-1/+39
|
* added POSIX uname module to get kernel informationAnser2026-07-312-2/+12
|
* basic os moduleAnser2026-07-314-1/+19
|
* init commitAnser2026-07-313-0/+22