it would be nice to have the ability to set "quick commands" that can be activated hastily within the context of files, folders, or just nothing!
"quick commands" are basically shell scripts that you could activate at the click of.. well, two buttons, but still! you could add the option to add them, name them, rename them, and edit them, as well as have a setting for what file extensions the quick commands should show for (so for example if i set it to js it will only show the "start node server" (a script that takes the file it is used on {saved as something like $file} and does node $file) quick command on js files) and for whether or not the command is silent (should not open a cmd (or other cli) into view).
of course i know not everyone would use this feature, so perhaps have it as a toggle!
otherwise i think many would enjoy this for use cases such as:
copying a folder's tree to the clipboard using a script that makes use of tree
converting a file to another filetype
integration with custom api's
etc etc