All Projects → ggerganov → wtf-tui

ggerganov / wtf-tui

Licence: MIT license
Text-based UI tool for configuring the WTF terminal dashboard

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
CMake
9771 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].