We now have custom icons and animations in TUIs 🤯

🔤 **petiglyph** — Turn images and videos into custom font glyphs

💯 Render through fonts instead of image protocols

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/petipoua/petiglyph

#rustlang #ratatui #tui #terminal #fonts #glyph

@foone EXACTLY!

I mean, try to make a #GUI App that lookgs good on low- & HiDPI as well as accessible and not like ass without incuring Qt or GTK+ as dependencies…

Whereas a #curses-like #TUI is easy to make.

  • There are even basic commands like dialog one can use to invoke interactivity...

I live in the terminal. lazygit, yazi, neovim — if it's a nice TUI I'm probably ricing it.

I care about privacy, local-first tools, and interfaces that don't get in the way.

Currently building enmasec — a password manager where even the metadata is encrypted. No cloud, no telemetry. An open vault shows you nothing but UUIDs.

Building in public. More updates soon.

#introduction #golang #TUI #opensource #privacy #buildInPublic

🧹 Sifty — a free, open-source Windows cleanup tool for the terminal.

Clean junk · find duplicates · manage apps/startup/updates · purge dev clutter (node_modules, git worktrees, WSL2).

Dry-run by default · Recycle Bin only · undoable · optional local AI (Ollama, metadata-only).

MIT. pipx install sifty
github.com/Vortrix5/sifty

#OpenSource #Windows #CLI #TUI #Python #FOSS

A Terminal User Interface #tui presented by @fabpot? It is a banger!

Thank you for all your work all these years. The world got a bit better. :) #symfony #SymfonyOnline

Also a big thank you to the whole team!

Rinominare molti file da terminale può diventare rapido e ordinato con un’interfaccia TUI pensata per il controllo totale. #Linux #Terminale #TUI #FileRename #OpenSource

https://www.linuxeasy.org/goren-rinominare-file-terminale-anteprima-live/?utm_source=mastodon&utm_medium=jetpack_social

GoRen rinominare file da terminale con anteprima live

GoRen è un tool TUI per rinominare file in batch da terminale, con anteprima live, regole flessibili e conferma finale.

Linux Easy

Here is how to visualize binary data in your Rust TUI app! 🦀

🐀 ratatui-binary-data-widget: https://github.com/EdJoPaTo/ratatui-binary-data-widget

#rustlang #ratatui #tui #terminal #debugging #binary #widget

Hey did you guys know that the #mpv media player can be controlled by external apps using a JSON-IPC interface?

How cool is Ithat?

https://mpv.io/manual/master/#json-ipc

So now my #plex #tui music player responds to play/pause/stop/next/prev keystrokes instantly rather than lagging while the subprocess manipulation happens.

This may be one of the most polished side projects I've ever designed and I'm super pleased with how it's turning out.

Next up I think I want a hotkey to hide the 'browse' pane and make Now Playing with the swank TUI cover image rendering take up the entire window!

https://github.com/feoh/plexbar

mpv.io

a free, open source, and cross-platform media player

Wanna add financial charts to your terminal app with Rust? 🦀

New @ratatui_rs widget dropped: **tui-candlestick-chart** 📈

https://github.com/codingskynet/tui-candlestick-chart

#rustlang #ratatui #tui #finance #trading #terminal #opensource