rmenu 0.1.4

A rofi and dmenu inspired menu
Documentation
  • Coverage
  • 91.3%
    21 out of 23 items documented0 out of 0 items with examples
  • Size
  • Source code size: 43.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.48 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SuperCuber

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