menugen icon indicating copy to clipboard operation
menugen copied to clipboard

Generates menu based applications using rofi

Results 11 menugen issues
Sort by recently updated
recently updated
newest added

Attempts to run `menugen` from other directories (including, for example, double-clicking the `helloworld` example) fail because line 31 of `menugen` expects `menugenbase` to be in the current directory. A patch...

Hi, This tool looks very cool, despite I just started tinkering with it. I was curious of the formatted output generated but seems too difficult for me to manage catching...

It is my ultimate goal for menugen to run on OS X, however a few oddities prevent that. 1. `bash` is ancient. `menugen` requires at least version 4.0 for hash...

bug
question
design

fzf does not support custom input. It would be nice if I could figure out a way to get the query from `fzf` in the event of no matches

bug

Right now, `fzf` will not auto select a item even if there's only one left (using --select-1). I am unsure of whether this is a bug in menugen, or a...

bug

Currently, `menumaker` uses `fzf` for its CLI interface and `rofi` for it's GUI interface. `rofi`, while the most featureful `dmenu` clone I've seen, _only_ works on linux, which is a...

design

For a program with many menus and options, it would be nice to start partway through it to cut down the time spent navigating.

unimplemented

The API document should document all functions and variables which are reserved/exposed to the user.

design

It would be nice to instruct menumaker to print additional information about what it's receiving. This should help debugging scripts.

unimplemented

Creating a separate tool which makes sure menumaker scripts are valid could potentially ease development and bug squashing. Some things to check: - The script has a "main" menu -...

design