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.
- Host: GitHub
- URL: https://github.com/tyarel8/emenu
- Owner: Tyarel8
- License: mit
- Created: 2023-12-16T17:59:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T23:01:30.000Z (over 1 year ago)
- Last Synced: 2025-03-24T21:22:07.329Z (about 1 year ago)
- Topics: dmenu-replacement, egui, rust, windows
- Language: Rust
- Homepage:
- Size: 217 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```