octotep
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...
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
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...
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...
For a program with many menus and options, it would be nice to start partway through it to cut down the time spent navigating.
The API document should document all functions and variables which are reserved/exposed to the user.
It would be nice to instruct menumaker to print additional information about what it's receiving. This should help debugging scripts.
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 -...
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...
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...