Thank you for the feedback and suggestions Native2904,
The ability to cascade entries
I will look into support for specifying submenus with \
I already have code to do this with
menu_folders, but custom_open_commands doesn't use it.
The ability to make entries dependent on search patterns
I want to rewrite Tools -> Options -> Context Menu and add full customization support here.
This will not happen for Everything 1.5, but maybe in a future version of Everything.
I will consider search patterns. I am not keen on search patterns as searches can be complex.
I would rather have a simple $content-search: function, which could be used in the filter and command.
$content-search: in the filter will only match if there's a content search.
$content-search: in the command would be replaced with the first content search.
The ability to detect whether one or multiple files are selected
I will consider a filter function to match a single selection or multiple selections.
Thank you for the suggestions.