
Game development + TUIs =
**tui-asset-editor**: Create and modify game assets from the terminal!
Written in Rust & built with @ratatui_rs
Game development + TUIs =
**tui-asset-editor**: Create and modify game assets from the terminal!
Written in Rust & built with @ratatui_rs
took a couple minutes to update descriptions on #tek, #vestal, #taggart, and #tengri, developed at https://codeberg.org/unspeaker/tek
#foss #rust #basspistol #codeberg #ratatui #daw #tui #linux, and, most importantly, #thanksfedi !
git-next
: New release
v2025.2.3
- Rebase dev
in Experimental UI
git-next: trunk-based development manager
Written in Rust
Repo: https://codeberg.org/kemitix/git-next
What's New
- Ability to rebase dev
branch on main
from the experimental TUI: --xui
Rebase dev
on main
When the main
branch is updated out-with git-next
, e.g. merging a PR, then the dev
branch is no-longer based on main
. git-next
only works by moving main
with fast-forward-only merges, so in order for git-next
to resume working it needs dev
to be rebased. You could always have done this on your checked out clone, but now you can also od it from within git-next
's xui
. When the selected repo has dev
not based on main
you will see the warning status and a prompt to press r
to rebase. Press r
, then y
to confirm.
Install
cargo install git-next@2025.2.3
docker pull codeberg.org/kemitix/git-next:v2025.2.3
Run UI in docker
docker run --rm -p 8092:8092 -u $(id -u):$(id -g) -it -v $PWD:/app codeberg.org/kemitix/git-next:v2025.2.3 server start --ui
Run experimental UI in docker
docker run --rm -p 8092:8092 -u $(id -u):$(id -g) -it -v $PWD:/app codeberg.org/kemitix/git-next:v2025.2.3 server start --xui
We're taking the terminal games to a whole new level with this one!
**sharad_ratatui**: A text-based Shadowrun role-playing game.
Bringing RPGs and creative programming together!
Written in Rust & built with @ratatui_rs
git-next
: New release
v2025.2.2
- New Experimental UI
git-next: trunk-based development manager
Written in Rust
Repo: https://codeberg.org/kemitix/git-next
What's New
- A new experimental TUI: --xui
- tui
feature is now built by default
Install:
cargo install git-next@2025.2.2
docker pull codeberg.org/kemitix/git-next:v2025.2.2
Run UI in docker:docker run --rm -p 8092:8092 -u $(id -u):$(id -g) -it -v $PWD:/app codeberg.org/kemitix/git-next:v2025.2.2 server start --ui
Run experimental UI in docker:docker run --rm -p 8092:8092 -u $(id -u):$(id -g) -it -v $PWD:/app codeberg.org/kemitix/git-next:v2025.2.2 server start --xui
Inspecting flamegraphs is a pain - dealing with SVG files, opening a browser… ugh.
Not anymore!
**flamelens** — An interactive flamegraph viewer for the terminal.
Works with perf, py-spy and cargo-flamegraph.
Written in Rust & built with @ratatui_rs
Wait… is this really a terminal?
**mdedit**: Markdown editor for the terminal.
Supports syntax highlighting & themes!
Written in Rust & built with @ratatui_rs (rat_salsa)
No need for the Spotify desktop app anymore!
**spotify_player**: A Spotify player in the terminal with full feature parity.
Supports streaming songs, synced lyrics, images, desktop notifications & more!
Written in Rust & built with @ratatui_rs
I announced my latest project "**Ratzilla**" at FOSDEM yesterday!
Demo: https://orhun.dev/ratzilla/demo/
Build terminal-themed web applications with Rust and WebAssembly
Powered by @ratatui_rs
git-next
: New release
v0.14.1
- Filtering in UI
git-next: trunk-based development manager
Written in Rust
Repo: https://git.kemitix.net/kemitix/git-next
What's New
- Added the ability to filter the list of monitored repos in the UI (press '/')
- Converted actor framework to kameo
from actix
- Docker image is now based on alpine linux (security)
- Removed dependency on openssl (security)
Install: No-tui:
cargo install git-next@0.14.1
With tui:
cargo install git-next@0.14.1 --features tui
docker pull git.kemitix.net/kemitix/git-next:0.14.1
Run UI in docker:docker run --rm -p 8092:8092 -u $(id -u):$(id -g) -it -v $PWD:/app git.kemitix.net/kemitix/git-next:v0.14.1 server start --ui
Retro tech meets the terminal
**RSC8**: CHIP-8 virtual machine/emulator.
Run 1970s games in your terminal!
Written in Rust (no_std) & built with @ratatui_rs
While everyone is celebrating 2025, I'm diving into nostalgia in my terminal
Gameboy emulator that supports running on web, desktop and terminal!
Written in Rust & TUI is built with @ratatui_rs
GitHub: https://github.com/raphamorim/gameboy by @mustache
Terminal == productivity, and this is how I manage my time!
**timr**: A TUI to organize your time.
Supports pomodoro, countdown & timer.
Written in Rust & built with @ratatui_rs
GitHub: https://github.com/sectore/timr
My dreams have come true...
tek: A colorful music-making program for your terminal.
Multitrack MIDI sequencer inspired by Ableton.
Includes a sampler and plugin host.
Written in Rust & built with @ratatui_rs
Source: https://codeberg.org/unspeaker/tek by @unspeaker
#tek 0.2.0-rc.6 published!
https://codeberg.org/unspeaker/tek/releases/tag/0.2.0-rc.6
this is the first release that contains a build of `tek_arranger` (the actual multitrack sequencer that imitates #ableton in the #terminal)
so many more tiny things to do before i can say this is anywhere near finished - but i made good progress today. it sure as hell chases away my depression!
"TUIs should be minimal and practical" — but what if every single state change had a smooth transition effect (without JavaScript)?
Powered by @ratatui_rs and TachyonFX behind the scenes.
I'm excited to announce that I'm starting a new series on YouTube!
Every week I'll be reviewing one of my favorite terminal tools!
Watch the first episode: https://www.youtube.com/watch?v=m4a5mTU3fUI
Aight, listen up y'all.
Here are 5 reasons why you should sponsor me
1. I maintain your favorite CLI tools for Arch Linux btw (~500)
2. I write useful blogs, craft interesting posts & promote projects
3. Maintainer of @ratatui_rs
4. Creator of @git_cliff, https://binsider.dev & more
5. All my work is open source and streamed on YouTube
6. Not convinced? I make music too!
GitHub Sponsors: https://github.com/sponsors/orhun
got rid of #ratatui's `Rect` and main loop. pretty much the only thing i'm using from that lib now is `Buffer` diffing (and stuff like `Char` and `Style` that go into the `Buffer`).
not happy with how it forces me to convert to `u16` all the time, but two weeks plus change is as much as i can dedicate to this refactor
git-next: New release 0.13.11 - Bug Fixes
git-next: trunk-based development manager
Written in Rust
Repo: https://git.kemitix.net/kemitix/git-next
What's New
- Improved sync with remote repo by doing a git fetch
on start-up
- Remove deleted branches by passing --prune
whenever running git fetch
- TUI now displays the current version and time
Install: No-tui:
cargo install git-next@0.13.11
With tui:
cargo install git-next@0.13.11 --features tui
docker pull git.kemitix.net/kemitix/git-next:0.13.11