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

Existing MD SH crates - pulldown-cmark: - syntect: Example of rust md CLI formatter (using both crates above) - mdcat: MD -> AST: - markdown-rs: Parsing resources - https://iximiuz.com/en/posts/rust-writing-parsers-with-nom/ -...

enhancement

The current implementation of RSX is very rudimentary. It is too low level and some of the macros are nice for formalizing certain patterns / conventions, but it isn't really...

enhancement

write developerlife.com article on how to reason about tuis & create tui apps - [ ] write the article - [ ] publicize it on reddit - [x] new fonts:...

enhancement
backlog

# Problem Currently `RenderOps` and `RenderPipline` end up generating crossterm commands which are transmitted to `stdout`. - There is an inefficiency w/ this approach since `ZOrder` can't be handled efficiently....

backlog

# Goals: 1. Add support for termion (in addition to crossterm). 2. Make `TWCommand` & `Keypress` compatible w/ both. 3. Only use crossterm if windows is detected, otherwise use termion...

backlog

- https://github.com/SergioBenitez/Rocket/discussions/1735#discussioncomment-941576 - https://notado.substack.com/p/do-you-really-need-a-message-queue?sd=pf - https://github.com/smallnest/concurrency-programming-via-rust

enhancement
backlog

1. [ ] checkbox (multi and single select) 2. [ ] simple form 3. [ ] tree component 4. [ ] tabs 5. [ ] scroll view

enhancement
backlog

Let us know about features you really want to see in r3bl_rs_utils library. ## References If the feature you are interested in exists in other CLI or TUI apps, please...

enhancement
backlog

Implement autocomplete provider for github issues api

enhancement