← Back to tools
View AGENTS.md for shmenu
shmenu
Menu TUI tool written solely in bash
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.
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