r3bl-open-core icon indicating copy to clipboard operation
r3bl-open-core copied to clipboard

TUI framework and developer productivity apps in Rust 🦀

Results 69 r3bl-open-core issues
Sort by recently updated
recently updated
newest added

Add a scroll view component that behaves like https://developer.mozilla.org/en-US/docs/Web/CSS/overflow When a child component is wrapped using this scroll view parent, it should handle the scroll operations and clipping to view...

backlog
component: tui

Make the status bar look like this by 1. using spaces to separate the groups of shortcuts 2. using the vertical line character to separate the keyboard shortcut from it's...

enhancement
good first issue
ui

[`tuify` folder](https://github.com/r3bl-org/r3bl-open-core/tree/main/tuify)

good first issue
help wanted
test
component: tuify
hacktoberfest

Currently the Color Enum contains two variants, RBG and ANSI256. Apart from these, the following two variants can be added - Color::Hex(String) => This variant takes in Color as a...

enhancement
component: ansi_color
hacktoberfest

Currently in the `r3bl_tui` crate (the `tui` folder of this repo) the examples ask the user for input. When a user runs `./run.nu run`, they have to press a number...

component: tuify
component: tui
example

Provide a way to supply default keybindings for all actions in the engine. Provide a way to register an action in the engine as well. Defaults should be provided in...

enhancement

This is related to https://github.com/r3bl-org/r3bl_rs_utils/issues/68 This video has the instructions https://youtu.be/AJhKaoyc4pY

perf

- This image format is supported by black box terminal on linux: https://en.wikipedia.org/wiki/Sixel - Is it possible to use this across multiple terminals?

plan
backlog

Implement autocomplete provider for github issues api

enhancement
backlog

Currently, when using terminals that do no support emoji (jumbo ones especially), the behavior is consistently "broken". However, on terminal emulators like kitty that do support jumbo emoji, the behavior...

bug
backlog