Back to browse
GitHub Repository

⌨️ A TUI to browse, search, and run your project commands.

1 starsTypeScript

devmenu - Browse, search and run categorized shell commands from a TUI

by hallomarbin·Apr 4, 2026·3 points·1 comment

AI Analysis

MidCozy

Yet another command runner TUI when just and Make already exist.

Strengths
  • Clean YAML/JSON config schema with categories, tags, and search
  • Input collection with templating and confirmation guards for dangerous commands
  • Works alongside existing just, Make, or npm scripts without replacing them
Weaknesses
  • Fundamentally wraps command organization that existing tools already handle well
  • Node.js requirement adds overhead for simple shell task automation
Target Audience

Developers who run frequent project-specific commands

Similar To

just · Make · Taskfile

Similar Projects

Open Source●●Solid

Google Maps in Your Terminal

It actually parses vector tiles and renders a searchable, pannable ASCII map — not just an image dump. Useful touches like street-name toggles, aspect-ratio adjustment, and a single-homebrew install make it feel like a lovingly crafted hacker tool; still mostly a novelty, but technically neat and fun to poke at.

WizardryNiche Gem
luthiraabeykoon
104mo ago
Developer Tools●●Solid

Ratunit – A TUI for browsing JUnit XML test reports written in Rust

The repo sensibly separates concerns — a standalone junit-parser crate plus a ratatui-based viewer — which makes reuse straightforward. The UI shows sensible affordances (file tabs, suite list, failure detail with stack traces and vim-like keybindings) and even ships via Homebrew and cargo, but it’s a focused niche tool rather than something disruptive — missing things I’d expect next are search/filtering and CI/web integration.

Niche GemCozySolve My Problem
pure-orange
114mo ago