aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixed ascii art, added whitespace between info and artAnser2 days1-0/+1
|
* added get_ascii_path - added global ascii folder in /opt/cfetch/Anser2 days1-1/+16
|
* changed MAX_LOGOS check to prevent out of bounce segfaultAnser4 days1-1/+1
|
* clean the cfetch.c file, created a seperate parser.c fileAnser4 days2-55/+70
|
* updated the README.mdAnser4 days2-3/+1
|
* added OS/distro nameAnser4 days3-1/+73
|
* added new ascii art. added a simple helper menu with flags -v -hAnser5 days2-3/+63
|
* Added the GPLv3 in every file. Removed unimplemented functions out of cfetch.cAnser7 days4-15/+77
|
* Changed codingstyle to C kernel style. Print of Systeminformation is now its ↵Anser8 days4-258/+267
| | | | | | own function all systeminformation is now stored inside the struct
* updated the readme.md with future things i would like to implementAnser8 days1-1/+1
|
* changed get_os to get_kernel, it now uses the system_info_t struct to store ↵Anser8 days4-23/+52
| | | | and display the kernel information. Same with get_cpu.
* trying to workout how to get the maxline widthAnser10 days2-49/+26
|
* prepare for 0.1.0 releaseAnser10 days1-1/+0
|
* added version number for future referenceAnser10 days1-0/+4
|
* some more rework in readme.md and src file structureAnser10 days6-90/+87
|
* TOBESQUISHED: safe in reconstruction of the codes layout and rework of ↵Anser11 days11-125/+89
| | | | 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
* utils: added string concatination functionAnser2026-07-312-0/+26
|
* added license info in some filesAnser2026-07-311-0/+9
|
* some basic logosAnser2026-07-314-1/+82
|
* removed header files out of module headersAnser2026-07-312-4/+0
|
* created utils moduleAnser2026-07-313-93/+110
|
* finished cpu string_formatAnser2026-07-311-2/+106
|
* added cpu info.... but needs string parsing for whitespaceAnser2026-07-314-1/+46
|
* added ram info from /proc/meminfoAnser2026-07-313-0/+38
|
* added POSIX uname module to get kernel informationAnser2026-07-311-1/+9
|
* basic os moduleAnser2026-07-313-0/+18
|
* init commitAnser2026-07-311-0/+3