Hyper: Command palette (Cmd/Ctrl+Shift+P)

Created on 27 Sep 2017  路  4Comments  路  Source: vercel/hyper

Would be nice to have quick access to all the commands.

Enhancement Plugin Request

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:

  • the command-registry.js API to get commands registered by extensions with Terms.registerCommands API
  • the commands.js to get list of the commands registered by the Hyper out of the box.

All 4 comments

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:

  • the command-registry.js API to get commands registered by extensions with Terms.registerCommands API
  • the commands.js to get list of the commands registered by the Hyper out of the box.
Was this page helpful?
0 / 5 - 0 ratings

Related issues

weabot picture weabot  路  3Comments

ConstantinChirila picture ConstantinChirila  路  3Comments

yvan-sraka picture yvan-sraka  路  3Comments

sarneeh picture sarneeh  路  3Comments

anthonyettinger picture anthonyettinger  路  3Comments