- Basic dmenu like functionality
- Captures input from stdin
- Outputs selection to stdout
- Works with the pipe operator
- Accepts all dmenu arguments
- Functionality for all dmenu arguments
- Force menu to bottom of screen with "-b"
- Grab the keyboard before reading stdin with "-f"
- Match case insensitively with "-i"
- Set number of lines with "-l"
- Choose monitor to display menu on with "-m"
- Customizable prompt with "-p"
- Choose font with "-fn"
- Choose normal background color with "-nb"
- Choose normal foreground color with "-nf"
- Choose selected background color with "-sb"
- Choose selected foreground color with "-sf"
- Embed into windowid with "-w"
Basic Usage: echo "Option 1\nOption 2\n Option 3" | ivy-menu -p "Choose an Option: "