Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 441 Bytes

emenu

A simple gui menu like rofi/dmenu made with egui and nucleo.

Installation

You can install it with cargo

cargo install --git https://github.com/Tyarel8/emenu

Usage

Pipe a \n separated list to the app and it will open the fuzzy finder, which will return the selected option(s) when you choose.

"one\ntwo\nthree" | emenu | cat