rafabernad / hyper-touchbar

πŸ‘‡ A mac touch bar plugin for hyper term.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. Clone this repository into ~/.hyper_plugins/local/
  2. Run npm install within the project directory
  3. Run npm run build to build the plugin OR npm run dev to build the plugin and watch for file changes.
  4. Add the name of the directory to localPlugins in ~/.hyper.js.
  5. Reload terminal window
  6. Happy developing!

About

πŸ‘‡ A mac touch bar plugin for hyper term.

License:MIT License


Languages

Language:JavaScript 100.0%