An open API service indexing awesome lists of open source software.

https://github.com/tyarel8/emenu

A simple gui menu like rofi/dmenu made with egui and nucleo.
https://github.com/tyarel8/emenu

dmenu-replacement egui rust windows

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# emenu

A simple gui menu like rofi/dmenu made with [egui](https://github.com/emilk/egui) and [nucleo](https://github.com/helix-editor/nucleo).

## Installation

You can install it with cargo
```sh
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.

```sh
"one\ntwo\nthree" | emenu | cat
```