All Projects → ivanceras → titik

ivanceras / titik

Licence: other
A cross platform minimalistic text user interface

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to titik

AbsTK
The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.
Stars: ✭ 67 (-40.18%)
Mutual labels:  widget, tui
Clrcli
CLRCLI is an event-driven library for building line-art user interfaces in C#/.Net command-line applications.
Stars: ✭ 124 (+10.71%)
Mutual labels:  widget, tui
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (+117.86%)
Mutual labels:  widget, tui
here-map-widget-for-jupyter
Use HERE Maps API for JavaScript in your Jupyter Notebook.
Stars: ✭ 29 (-74.11%)
Mutual labels:  widget
AndroidUiKit
uikit widget common baseview Adapter faster develop
Stars: ✭ 48 (-57.14%)
Mutual labels:  widget
vent
Vent is a light-weight platform built to automate network collection and analysis pipelines using a flexible set of popular open source tools and technologies. Vent is python-based, extensible, leverages docker containers, and provides both an API and CLI.
Stars: ✭ 73 (-34.82%)
Mutual labels:  tui
LiquidEqualizerWidget
Modern 15-band equalizer for C++/Qt
Stars: ✭ 26 (-76.79%)
Mutual labels:  widget
netlify-cms-widget-starter
A boilerplate for creating Netlify CMS widgets.
Stars: ✭ 74 (-33.93%)
Mutual labels:  widget
proca
Widget to transform your website into a cutting-edge campaign in 10 min. multi-lingual, privacy first.
Stars: ✭ 29 (-74.11%)
Mutual labels:  widget
onionjuggler
Manage your Onion Services via CLI or TUI on Unix-like operating system with a POSIX compliant shell.
Stars: ✭ 31 (-72.32%)
Mutual labels:  tui
nl.fokkezb.form
[UNMAINTAINED] Alloy TableView Form Widget
Stars: ✭ 43 (-61.61%)
Mutual labels:  widget
text-style-editor
Text style editor widget for flutter
Stars: ✭ 25 (-77.68%)
Mutual labels:  widget
SvgViewerWidgetTWX
Thingworx widget for runtime display and manipulation of a SVG
Stars: ✭ 13 (-88.39%)
Mutual labels:  widget
lntop
⚡ LN terminal dashboard 📊
Stars: ✭ 170 (+51.79%)
Mutual labels:  tui
Covid-19 Ampel
Covid-19_Ampel | Zeigt neben der 7-Tage-Inzidenz weitere Infos zu einer Region.
Stars: ✭ 33 (-70.54%)
Mutual labels:  widget
lipgloss
Style definitions for nice terminal layouts 👄
Stars: ✭ 5,453 (+4768.75%)
Mutual labels:  tui
flutter trianglify
Flutter library to generate beautiful triangle art views for android and ios.
Stars: ✭ 31 (-72.32%)
Mutual labels:  widget
tt
Practicing touch typing, and monitor your typing speed using your own text files
Stars: ✭ 68 (-39.29%)
Mutual labels:  tui
rgb-tui
Create and get colors code from the terminal using a nice interface.
Stars: ✭ 57 (-49.11%)
Mutual labels:  tui
cryptocoins-desklet-cinnamon
Cryptocurrency Ticker (Desklet) for Cinnamon Desktop that displays the current price for thousands of cryptocurrencies, and their daily percent changes.
Stars: ✭ 18 (-83.93%)
Mutual labels:  widget

titik

Build Status Latest Version

Titik is a crossplatform TUI widget library with the goal of being able to interact intuitively on these widgets.

Screenshot

It uses crossterm as the underlying backend.

To run the demo use the following command:

cargo run --example demo 2>/dev/null

Note: 2>/dev/null is sending the debugging log from eprintln into the /dev/null device

Without doing so, will result a flicker in your screen caused by debugging info and tui mixed in one terminal output.

Alternatively, you can pipe the debugging log from eprintln into a file say /tmp/debug.log by doing so:

cargo run --example demo 2>/tmp/debug.log

You can then open a new terminal and tail the /tmp/debug.log file

tail -f /tmp/debug.log

License: MIT

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].