← Back to tools
View AGENTS.md for lSel
lSel
Simple no-fuss TUI selection menu for use in scripts
Description
lSel is a simple, no-fuss TUI selection menu designed for use in shell scripts. It reads options and presents an interactive menu for the user to select from, outputting the selection to stdout.
AI Summary
Simple TUI selection menu for shell scripts that reads options and outputs the user's choice
Capabilities
- + Present interactive selection menu in the terminal
- + Read options from stdin or arguments
- + Output selected item to stdout
- + Integrate easily into shell scripts
Use When
- → When you need a simple selection menu in a shell script
- → When you want a lightweight alternative to fzf for basic selection