fetchy

fetchy is small fetch tool written in C++. It's currently in development and will be updated frequently.

compilation

g++ -c fetchy.cpp main.cpp
g++ -o fetchy fetchy.o main.o

run

./fetchy

missing features

  • loading settings in a config file
  • reading GPU data
  • reading Disk storage data