Skip to content

Text-based UI tool for configuring the WTF terminal dashboard

License

Notifications You must be signed in to change notification settings

ggerganov/wtf-tui

Repository files navigation

wtf-tui

Actions Status wtf-tui on Snapcraft wtf-tui v0.1 badge MIT License Badge

Easily create WTF configurations in your terminal

wtf-tui-demo

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

Get it from the Snap Store

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

About

Text-based UI tool for configuring the WTF terminal dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages