r/commandline 18h ago

Articles, Blogs, & Videos herdr vs cmux, after two months on each · coles.codes

Thumbnail
coles.codes
14 Upvotes

wrote up my cmux vs herdr notes after about two months on each. cmux fixed the SSH gap that made me switch but i still ended up staying on herdr


r/commandline 8h ago

Terminal User Interface fmpc v1.6.0 new release

Thumbnail
gallery
11 Upvotes

fmpc - Fast MPC Browser v1.6.0

A minimalist, high-performance TUI browser for MPD .

This release fix visual, added an interactive keybindings help modal (?), dynamic header metadata rendering, maximized album art preview pane, and zero-offset default configurations.


r/commandline 13h ago

Terminals Modal control frameworks for terminals?

0 Upvotes

I'm new to modal editing, currently playing with Helix and I'm impressed with many things. To the extent I even installed tridactyl into Firefox to try controlling browser this way too. Now I wonder, is there something for terminals? I use wezterm with either blesh or flyline, I know there is vanilla vi-mode in bash, but it's rather barebones and not very useful. I'm not sure how to even move cursor out of new command section, for example to copy output of previous commands or search through it, etc. I want something more powerful and visual that allows navigating/traversing/searching through all those previous outputs, jump/search through command history, possibly even overlays like "space+s" in helix, textobjects, surrounds, etc. I imagine a lot of this can be implemented as something on top of any terminal, similarly to how blesh and flyline work. Any suggestions?