Skip to content

TUI Resource Monitor implemented in C++ with FTXUI

Notifications You must be signed in to change notification settings

ArthurSonzogni/resource-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.6%
  • CMake 5.4%