← Back to tools

shmenu

Menu TUI tool written solely in bash

Search & Filter linuxmacos Shell

Description

shmenu is a menu TUI tool written solely in bash. It provides an interactive menu interface for selecting options, useful for scripts and interactive workflows without external dependencies.

When to use this tool

Good fit when
  • User needs a simple menu tool with no dependencies
  • User wants to add interactive menus to bash scripts
Avoid when
  • User wants a full fuzzy finder like fzf

AI Summary

A pure bash menu TUI for interactive option selection, with no external dependencies.

Capabilities

  • + Interactive menu selection in the terminal
  • + Pure bash implementation (no dependencies)
  • + Customizable menu options

Use When

  • User needs a simple menu tool with no dependencies
  • User wants to add interactive menus to bash scripts

Avoid When

  • x User wants a full fuzzy finder like fzf

Related Tools

View AGENTS.md for shmenu