Hacker News new | ask | show | jobs
by bachmeier 695 days ago
Wish I knew how to write command line tools like this. Until then, there's always Emacs.
1 comments

Omm is built using the charm libraries: https://charm.sh/

Easiest way to do it any language is to shell out to gum: https://github.com/charmbracelet/gum

@bachmeier Yeah, you can get a lot of utility out of combining tools like fzf, gum together in a shell script.

For more fine grained controls, you can look into TUI frameworks like bubbletea, ratatui, Textual etc.