Easily create WTF configurations in your terminal
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.
Emscripten port: wtf-tui.ggerganov.com (not suitable for mobile devices)
sudo snap install wtf-tui
git clone https://github.com/ggerganov/wtf-tui --recursive
cd wtf-tui
mkdir build && cd build
cmake ..
make
./bin/wtfutil-tui --help
git clone https://github.com/ggerganov/wtf-tui --recursive
cd wtf-tui
mkdir build && cd build
emconfigure cmake ..
make