git.sophuwu.com > sysgraph
added readme and simplified make
no source code was changed

pkg.yaml for packing with debbi to deb

fixed broken temperature report. read buffer was too long; converted to long string and compared incorrectly.

binary cannot read cpu temp when compiled statically, made dynamic.

makefile typo

added logging function and help menu

added buffer percentage to graph

Added amd support for cpu temperature. Reorginised function completely.

minor preformance improvments

changed how the cpu temp is read

Changed cmake to be static
changed print functions to use printf instead of std::cout
buffers whole screen frame before printing.

Added cmake.

made background load faster to prevent flicker

added background color to graphs
made graphs colourful
using functions to plot graphs instead of messy code

updated printing to be more legible
added termninal size check
removed panic function; no longer needed

Printing the ram and cpu info as well as a graph of the cpu.

Made the info show at the top of the screen in alt terminal mode.

removed tinydir and replaced with built in functions.

fixed memory not reporting properly.

finished function to read cpu tempertaure

Rewrote meminfo as it stopped working for no reason, cpu tmp function on the way.

Made function to get ram info and the cpu usage.