hyper-touchbar
hyper-touchbar copied to clipboard
👇 A mac touch bar plugin for hyper term.
Hyper Touchbar
A Mac Touch Bar plugin for Hyper Term!
Install
To install, edit ~/.hyperjs and add hyper-touchbar to plugins:
plugins: [
"hyper-touchbar",
],
Contributing
Feel free to contribute to Hyper Touchbar by requesting a feature, submitting a bug or contributing code.
To set up the project for development:
- Clone this repository into
~/.hyper_plugins/local/ - Run
npm installwithin the project directory - Run
npm run buildto build the plugin ORnpm run devto build the plugin and watch for file changes. - Add the name of the directory to
localPluginsin~/.hyper.js. - Reload terminal window
- Happy developing!