ggerganov / wtf-tui

Text-based UI tool for configuring the WTF terminal dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 63.0%Language:HTML 15.9%Language:CSS 13.1%Language:JavaScript 4.7%Language:CMake 3.3%