rmenu

Crates.iormenu
lib.rsrmenu
version0.1.4
sourcesrc
created_at2017-08-16 21:28:15.293187
updated_at2018-03-01 09:09:48.793171
descriptionA rofi and dmenu inspired menu
homepage
repositoryhttps://www.github.com/SuperCuber/rmenu
max_upload_size
id27786
size14,822
(SuperCuber)

documentation

README

Motivation

I have used DMenu and Rofi in dmenu mode for a while as my main launchers (with (scripts)[TODO] wrapping them), but I've found that they don't give me enough control about how the output is filtered. This is my attempt at creating my own launcher menu - one that gives me full control about what is displayed.

Adding as a dependency

This is a library so you will need to create a new binary project using Cargo. You can call it something like my_rmenu. Then you will need to add rmenu as a dependency. At the last line of Cargo.toml, add

rmenu = "*"

Examples

Examples can be found in the examples folder. You can probably understand how to use the library even without being a Rust guru if you read the documentation.

Documentation

Documentation

Commit count: 0

cargo fmt