r3bl-open-core
r3bl-open-core copied to clipboard
TUI framework and developer productivity apps in Rust 🦀
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/ -...
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...
write developerlife.com article on how to reason about tuis & create tui apps - [ ] write the article - [ ] publicize it on reddit - [x] new fonts:...
# 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....
# 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...
- 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
1. [ ] checkbox (multi and single select) 2. [ ] simple form 3. [ ] tree component 4. [ ] tabs 5. [ ] scroll view
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...
Implement autocomplete provider for github issues api