A Mac Touch Bar plugin for Hyper Term!
To install, edit ~/.hyperjs
and add hyper-touchbar
to plugins
:
plugins: [
"hyper-touchbar",
],
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 install
within the project directory - Run
npm run build
to build the plugin ORnpm run dev
to build the plugin and watch for file changes. - Add the name of the directory to
localPlugins
in~/.hyper.js
. - Reload terminal window
- Happy developing!