Awesome
wtf-tui
Easily create WTF configurations in your terminal
Details
This is a simple tool that facilitates creating YAML configurations for the WTF terminal dashboard. The text-based UI is implemented with ImTui. All of the originally supported WTF modules are available for configuring. Also, the UI allows easy positioning and resizing of the created modules.
Live demo in the browser
Emscripten port: wtf-tui.ggerganov.com (not suitable for mobile devices)
Installing
Linux
sudo snap install wtf-tui
Building from source
Linux and Mac:
git clone https://github.com/ggerganov/wtf-tui --recursive
cd wtf-tui
mkdir build && cd build
cmake ..
make
./bin/wtfutil-tui --help
Emscripten:
git clone https://github.com/ggerganov/wtf-tui --recursive
cd wtf-tui
mkdir build && cd build
emconfigure cmake ..
make