hyper-touchbar
v0.1.1
Published
NOTE: This is unstable and work in progress, and will not work in the latest version of Hyper!
Downloads
5
Readme
hyper-touchbar 🚧👷 (WIP)
NOTE: This is unstable and work in progress, and will not work in the latest version of Hyper!
A Mac Touch Bar plugin that equips your touch bar with useful commands.
Why is this unstable?
Because Hyper currently has Electron at version 1.6.2
as a dependency. Electron has Touch Bar support
in versions >= 1.6.3
.
How do I get it to work then?
- Install the dependencies
- If you are running Linux, install
icnsutils
,graphicsmagick
,xz-utils
andrpm
- If you are running Windows, install
windows-build-tools
withyarn global add windows-build-tools
.
- Fork the Hyper repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
yarn
- Install the latest Electron:
yarn add electron@beta --dev
- Build the code and watch for changes:
yarn run dev
- In another terminal tab/window/pane, run the app:
yarn run app
- Add
hyper-touchbar
toplugins
in~/.hyper.js