Cyberneura

jj-menu, a menu launcher for the terminal, is now available

We have released jj-menu. It is open source under the MIT License.

Type jj, press Enter, pick a command with j / k, run it with Enter. That is the whole of it: a TUI menu launcher for the commands of whichever project you are in. Configuration is YAML, TOML or JSON, with submenus and prompted arguments, and entries are picked up automatically from package.json, Makefile, Cargo and Gradle projects without any configuration at all.

The selected command runs with the TTY fully attached, so ssh, vim, top and anything else interactive behaves exactly as if you had typed it.

It runs on macOS and Linux.

It is also on Homebrew and crates.io.

brew install cyberneura/tap/jj-menu
cargo install jj-menu

Back to all news