Gave a full conference talk on a 320x240 screen today.
Running Rust & Ratatui 🦀🐁
RustNation UK was amazing, thanks everyone! ♥️
#Tag
Gave a full conference talk on a 320x240 screen today.
Running Rust & Ratatui 🦀🐁
RustNation UK was amazing, thanks everyone! ♥️
Gave a full conference talk on a 320x240 screen today.
Running Rust & Ratatui 🦀🐁
RustNation UK was amazing, thanks everyone! ♥️
Writing jq queries... with real-time output? Yessir. 🐁
🧪 **jiq** — An interactive JSON query tool with live results
💯 Supports autocomplete, snippets, search & more!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/bellicose100xp/jiq
#rustlang #ratatui #tui #json #jq #cli #devtools #productivity
Omg I can finally organize my downloads folder 😍
🌰 **Hazelnut** — A file organizer TUI inspired by Hazel
⚡ Watch folders, define rules (move/rename/archive/run) & let the daemon handle everything.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/ricardodantas/hazelnut
#rustlang #ratatui #tui #automation #productivity #files #cli #linux #terminal
Finally, I can see what's draining my battery easily 🔥
🔋 **jolt** — A battery & energy monitor TUI
💯 See battery health, system power draw & energy-hungry processes
⚙️ Runs on MacOS & Linux
📊 Supports history graphs, themes, bg daemon.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/jordond/jolt
Finally, I can see what's draining my battery easily 🔥
🔋 **jolt** — A battery & energy monitor TUI
💯 See battery health, system power draw & energy-hungry processes
⚙️ Runs on MacOS & Linux
📊 Supports history graphs, themes, bg daemon.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/jordond/jolt
Really happy to see other ecosystems getting inspired by Ratatui ♥️🐁
🌀 **RatatuiRuby** — Build TUIs with Ruby powered by @ratatui_rs
🦀 Rust handles rendering + your Ruby code handles design.
📚 Docs: https://www.ratatui-ruby.dev
#rustlang #ratatui #ruby #tui #terminal #opensource #library #programming
Found a powerful markdown tool for the terminal! 🔥
📚 **ekphos** — A markdown research TUI inspired by Obsidian.
💯 Supports Vim keybindings, inline images, wiki links, graph view, fuzzy search & more!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/hanebox/ekphos
#rustlang #ratatui #tui #markdown #notes #research #devtools #terminal #obsidian
Found a powerful markdown tool for the terminal! 🔥
📚 **ekphos** — A markdown research TUI inspired by Obsidian.
💯 Supports Vim keybindings, inline images, wiki links, graph view, fuzzy search & more!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/hanebox/ekphos
#rustlang #ratatui #tui #markdown #notes #research #devtools #terminal #obsidian
There's #ratatui #dioxus #yew #leptos and so on and so forth...
You know what I wonder? Why are there no libraries for full views for any of those? Like... A complete thing I can import to have a view to analyze the logging of my app (there's only one for Ratatui, but I haven't found something like that for the others).
Or a View for analyzing traces, something like Tracy, that I can import and embed in my app.
Or a view that I can embed to have a full WYSIWYG editor?
For all of these, there are only some component libraries for dropdown elements or whatever, but nothing that gives me a whole view of something.
There's #ratatui #dioxus #yew #leptos and so on and so forth...
You know what I wonder? Why are there no libraries for full views for any of those? Like... A complete thing I can import to have a view to analyze the logging of my app (there's only one for Ratatui, but I haven't found something like that for the others).
Or a View for analyzing traces, something like Tracy, that I can import and embed in my app.
Or a view that I can embed to have a full WYSIWYG editor?
For all of these, there are only some component libraries for dropdown elements or whatever, but nothing that gives me a whole view of something.
Developer experience has been my consistent focus when #Ratatui #Ruby and its #MVU runtime #Tea (The #Elm Architecture).
For example, look at this great #Router #DSL! For most cases, this will save you a ton of code and headaches. But when you need full control, you've got it.
Try it now: https://git.sr.ht/~kerrick/ratatui_ruby-tea
Learn more: https://sr.ht/~kerrick/ratatui_ruby/
#DeveloperExperience #DX #TUI #TerminalUserInterface #Software #Functional #Programming #SoftwareEngineering
Do you like Ruby? Do you like Terminal User Interfaces (TUIs)? Then you might LOVE this!
https://man.sr.ht/~kerrick/ratatui_ruby/
#TUI #Ruby #Rust #Ratatui #Software #Architecture #Design #Roadmap #OpenSource #LGPL
Trying out tooi, a cute TUI (terminal user interface) client for Mastodon! https://codeberg.org/ihabunek/tooi
@gedankenstuecke if something needs an UI i go for TUI since i've startend to love #ratatui
Working with biological sequences… in the terminal 🔥
🧪 **SeqTUI** — A terminal-based sequence data viewer & toolkit.
🧬 View, translate, convert to FASTA, extract SNPs & combine huge alignments.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/ranwez-search/SeqTUI
#rustlang #ratatui #tui #bioinformatics #terminal #cli #opensource
Working with biological sequences… in the terminal 🔥
🧪 **SeqTUI** — A terminal-based sequence data viewer & toolkit.
🧬 View, translate, convert to FASTA, extract SNPs & combine huge alignments.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/ranwez-search/SeqTUI
#rustlang #ratatui #tui #bioinformatics #terminal #cli #opensource
bump this because I'm still puzzled... 👆 #rustlang #ratatui .
I have an arbitrarily long Vec of Lines (logs), of which I want to display only the Nth lasts in a Paragraph... I don't know the height of the Paragraph as it takes all the available space in a "cell" of a layout...
if I use .scroll((logs.len() as u16, 0)) , no line is displayed, I should substrat the number of lines to display... which I don't know 🤔
Reading RSS feeds from the terminal 💯
⚡ **eilmeldung** — A fast & powerful TUI RSS reader.
🚀 Vim-inspired navigation, zen mode, filtering with queries & sane defaults.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/christo-auer/eilmeldung
#rustlang #tui #ratatui #terminal #rss #news #productivity #opensource
Reading RSS feeds from the terminal 💯
⚡ **eilmeldung** — A fast & powerful TUI RSS reader.
🚀 Vim-inspired navigation, zen mode, filtering with queries & sane defaults.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/christo-auer/eilmeldung
#rustlang #tui #ratatui #terminal #rss #news #productivity #opensource