macro-commander icon indicating copy to clipboard operation
macro-commander copied to clipboard

Add some way to hide commands from the "Run a macro" selection box

Open t-gehring opened this issue 5 years ago • 2 comments

As a macro can run other macros, it can be helpful to define "utility" macros, not intended to be run on their own but instead to perform common macro steps that would otherwise be duplicated between various macros. It would be useful to have a way to prevent these utility macros from showing in the "Run a macro" box, to reduce visual clutter, and to prevent them accidentally being run individually.

I would suggest something like a prefix on the macro name, such as "_." or "hidden." or "util.", as this is easy to add into the settings without adding an extra layer of JSON hierarchy.

t-gehring avatar Aug 14 '19 19:08 t-gehring