Would be nice to have quick access to all the commands.
I think this would be best as a plugin, maybe even a core plugin 馃憤 We want to build everything that's possible to build as a plugin, as a plugin. To not get more code into the core. Great idea however 馃憤
Feels more like a core feature to me, basically an equivalent to menu, but however it gets to Hyper, I'd be happy :) It's such a useful way to interact with apps.
Maybe yes, or core plugin (enabled by default)
Hey, I've been looking into this, and as far as I understand to implement it as a plugin Hyper would need to expose 2 things to the plugins:
command-registry.js API to get commands registered by extensions with Terms.registerCommands APIcommands.js to get list of the commands registered by the Hyper out of the box.
Most helpful comment
Hey, I've been looking into this, and as far as I understand to implement it as a plugin Hyper would need to expose 2 things to the plugins:
command-registry.jsAPI to get commands registered by extensions withTerms.registerCommandsAPIcommands.jsto get list of the commands registered by the Hyper out of the box.