opentui icon indicating copy to clipboard operation
opentui copied to clipboard

OpenTUI is a library for building terminal user interfaces (TUIs)

Results 92 opentui issues
Sort by recently updated
recently updated
newest added

Here I am moving my mouse around and hitting up and down arrow keys. I've tried clearing my .zshrc of basically everything, and the same issue. Tested in VSCode terminal,...

Hi there, I know this is not recommended for production use yet, however we were wanting to test out publishing for internal testing. While I could likely brute force and...

Fixes highlighting and markdown formatting for opencode on windows Replaces backslashes with forward slashes in file paths to ensure compatibility with tree-sitter on Windows systems.

For example I want some text to be `red` which follows the users terminal colors. The idea is that the app follows the users theme.

Currently opencode has no way to show colors for commands outputs because we do not have ANSI highlighting support My idea for implementing this would be to - Parse ANSI...

enhancement
core

``` bun run src/examples/index.ts error: Cannot find module '@opentui/core-darwin-arm64/index.ts' from '/opentui/packages/core/src/zig.ts' Bun v1.3.2 (macOS arm64) ``` Tried following the docs to run the example, but getting the error above.