opentui
opentui copied to clipboard
OpenTUI is a library for building terminal user interfaces (TUIs)
Note: Please feel free to close if no longer relevant. Preliminary Draft for #107. The analysis folder has a python script to figure out minimal code approaches to cover the...
- `InputRenderable` forces a hard-coded cursor shape of "Blinking Block": https://github.com/sst/opentui/blob/22b48867528e41e004592e215cdda2467cf4adb2/packages/core/src/renderables/Input.ts#L101 and the shape is not configurable. This causes a problem: [^1] > One of the most famous methods of...
SIXEL allows you to render images in the terminal, this would be great for a project I am working on, [Termcast](https://github.com/remorses/termcast): reimplementing Raycast in the terminal, to show extensions icons....
this issue aims to understand why the current domain [opentui.com](http://opentui.com/) redirects to the gh repo instead of an website. looking at the repo, it doesn't seem like we have a...
It would be great to add a showcase (perhaps in the readme) with projects built on top of OpenTUI. This could help demonstrate it's potential. Full disclosure: I built [Red](https://github.com/evertdespiegeleer/red-cli)...
I want to see the cool interactive examples include in the repo, but when I do the steps in the README, they are giving me trouble. 1) clone the repo:...
potentially perhaps maybe possibly consider a python binding π₯Ίππ
Not really an issue, more of just some questions and figured I should start a conversation. Right now I have a fork of the repo and I'm (slowly) working on...
I don't see an example showcasing the overlay of another process on top of TUI. Is that something Opentui supports yet?
This resolves #187 I'll add more details later. This is to enable something like terminal.shop to be rewritten in opentui and be run via ssh (so teej can rewrite π).