Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
Dan Prince b06f28ae10 Adds plugin hook for decorating the electron browser options (#310)
* adds hook for decorating the electron browser options

* pass browser options to decorator
2016-07-21 17:32:39 -07:00
app Add support for multiple cursor shapes (#352) 2016-07-21 16:15:23 -07:00
scripts Linux Support (#341) 2016-07-21 12:46:00 -07:00
static Modified Info.plist generation to enable folder drop onto dock icon (#307) 2016-07-20 09:52:19 -07:00
.editorconfig Add .editorconfig file (#320) 2016-07-20 15:21:37 -07:00
.eslintignore Fix linter issues (#321) 2016-07-20 15:21:29 -07:00
.gitignore Add close cross for tabs (#58) 2016-07-06 16:39:26 -07:00
.travis.yml Initial travis ci support (#107) 2016-07-16 18:21:25 -07:00
auto-updater.js auto-updater: stop notifying and being annoying 2016-07-21 12:44:25 -07:00
config-default.js Add support for multiple cursor shapes (#352) 2016-07-21 16:15:23 -07:00
config.js improve config notifications 2016-07-08 07:40:27 -07:00
HISTORY.md Release 0.6.0 2016-07-17 13:25:49 -07:00
index.js Adds plugin hook for decorating the electron browser options (#310) 2016-07-21 17:32:39 -07:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
menu.js Hook scripts (#328) 2016-07-21 11:57:45 -07:00
notify.html add basic notification system 2016-07-07 13:48:43 -07:00
notify.js refactor 2016-07-13 13:45:14 -07:00
package.json Linux Support (#341) 2016-07-21 12:46:00 -07:00
plugins.js Adds plugin hook for decorating the electron browser options (#310) 2016-07-21 17:32:39 -07:00
README.md Added cask update instructions (#356) 2016-07-21 17:30:18 -07:00
rpc.js initial commit 2016-06-30 23:01:04 -07:00
session.js add LANG env variable (#354) 2016-07-21 15:58:30 -07:00

hyperterm

For downloads, documentation and the developer API head to: https://hyperterm.org

(NOTE: only on macOS) With Homebrew and Homebrew Cask installed, you can run this command:

$ brew cask update
$ brew cask install hyperterm

Repositories

Contribute

To install package.json dependencies in a way where the native modules are built with electron, run:

./scripts/install.sh

Then, you want to make sure app/dist is populated. I recommend running webpack with --watch so that any changes you make to the app are detected.

cd app/
npm install
npm run dev

Then you can run in the main directory:

npm start

...to launch the app!