8000 GitHub - mwglen/ivy-menu: A wrapper for controlling ivy like dmenu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mwglen/ivy-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ivy-Menu

A wrapper for controlling ivy like dmenu

Features:

  • 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"

Examples:

Basic Usage: echo "Option 1\nOption 2\n Option 3" | ivy-menu -p "Choose an Option: "

About

A wrapper for controlling ivy like dmenu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
32A8

Languages

0