macOS's Activity Monitor but without limitations and is a CLI tool
- Linux
- macOS
you guys can make can port this to windows or any platform that supports ncurses, all the platform-specific code is in
process.c
requirements
- cmake
- make
- any C compiler
- ncurses
how 2 compile easy
if u have issues ask chatgpt
- clone the repository
$ git clone https://github.com/proton0/ohnoes.git- cd into the directory
$ cd ohnoes- create a build directory
$ mkdir build && cd build- run cmake
$ cmake ..- run make
$ make- run the executable
$ ./ohnoesu may need to run chmod +x ohnoes or smth idk