All Projects â†’ jxom â†’ hyper-touchbar

jxom / hyper-touchbar

Licence: MIT license
👇 A mac touch bar plugin for hyper term.

Programming Languages

javascript
184084 projects - #8 most used programming language

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!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].