ArthurSonzogni / resource-monitor

TUI Resource Monitor implemented in C++ with FTXUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resource-monitor

TUI Resource Monitor implemented in C++ with FTXUI

Binary

The executable can be found in the bin folder:

  git clone https://github.com/catalincd/resource-monitor
  cd resource-monitor/bin
  ./resource-monitor

Build

Build using CMake / CLang:

  mkdir build && cd build
  cmake ..
  make 
  ./resource-monitor

About

TUI Resource Monitor implemented in C++ with FTXUI


Languages

Language:C++ 94.6%Language:CMake 5.4%