octotep

Results 11 issues of octotep

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

menumaker works great for small demos, but I need to test the viability of creating a larger script with it. A good POC would be to reimplement some already existing...

design

The asset change detection is rough. We have to loop through all asset added/changed events, then loop through ALL entities to see which ones have assets that need to be...

enhancement