aboutsummaryrefslogtreecommitdiff
path: root/src/cfetch.c
Commit message (Collapse)AuthorAgeFilesLines
* added new ascii art. added a simple helper menu with flags -v -hAnser5 days1-2/+59
|
* Added the GPLv3 in every file. Removed unimplemented functions out of cfetch.cAnser7 days1-15/+25
|
* Changed codingstyle to C kernel style. Print of Systeminformation is now its ↵Anser8 days1-26/+26
| | | | | | 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 days1-2/+14
| | | | and display the kernel information. Same with get_cpu.
* trying to workout how to get the maxline widthAnser10 days1-2/+2
|
* added version number for future referenceAnser10 days1-0/+4
|
* some more rework in readme.md and src file structureAnser10 days1-1/+1
|
* TOBESQUISHED: safe in reconstruction of the codes layout and rework of ↵Anser11 days1-20/+12
| | | | information handeling also ascii art printing
* TO BE SQUISHED:safe of current working stand, to get the logos vom ascii ↵Anser2026-07-311-0/+17
| | | | directory
* added license info in some filesAnser2026-07-311-0/+9
|
* some basic logosAnser2026-07-311-0/+2
|
* added cpu info.... but needs string parsing for whitespaceAnser2026-07-311-0/+2
|
* added ram info from /proc/meminfoAnser2026-07-311-0/+2
|
* basic os moduleAnser2026-07-311-0/+3
|
* init commitAnser2026-07-311-0/+3