Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
Martin Ek 8c53d25b71 Add decorateEnv to the extensions API (#370)
* plugins: add decorateEnv to the extensions API

* session: replace - with _ in LANG

* plugins: refactor the at-least-one extension check
2016-07-24 11:03:24 -07:00
app Add decorateEnv to the extensions API (#370) 2016-07-24 11:03:24 -07:00
assets Reorg (#386) 2016-07-24 10:59:21 -07:00
build Reorg (#386) 2016-07-24 10:59:21 -07:00
lib Reorg (#386) 2016-07-24 10:59:21 -07:00
static Reorg (#386) 2016-07-24 10:59:21 -07:00
.editorconfig Add .editorconfig file (#320) 2016-07-20 15:21:37 -07:00
.eslintignore Reorg (#386) 2016-07-24 10:59:21 -07:00
.gitignore Reorg (#386) 2016-07-24 10:59:21 -07:00
.travis.yml Initial travis ci support (#107) 2016-07-16 18:21:25 -07:00
HISTORY.md Release 0.6.0 2016-07-17 13:25:49 -07:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
package.json Reorg (#386) 2016-07-24 10:59:21 -07:00
README.md Reorg (#386) 2016-07-24 10:59:21 -07:00
webpack.config.js Reorg (#386) 2016-07-24 10:59:21 -07:00

hyperterm

Slack Channel

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 test a certain git tree, clone and then run:

npm install
npm run pack

then open the ./dist folder to find the built binaries!

If you want to develop, run the above, and then you want to run webpack in watch mode:

npm run dev

and to load the application simply run:

electron app/index.js