Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
2016-09-05 08:57:30 -03:00
app Fix: do not throw when shellArgs is not present in .hyperterm.js (#678) 2016-08-31 23:33:01 -03:00
assets Reorg (#386) 2016-07-24 10:59:21 -07:00
build implement extend-info for the custom plist [@lordgiotto] 2016-07-24 11:13:25 -07:00
lib allow plugins to require('react') 2016-08-30 15:04:30 -04:00
test Add the very first test 🎉 (#549) 2016-08-03 16:39:58 -03:00
.editorconfig Fix for markdown files (#618) 2016-08-14 21:10:41 +02:00
.eslintignore Comments for ignored stuff 2016-08-08 17:29:38 +02:00
.gitignore Reorg (#386) 2016-07-24 10:59:21 -07:00
.travis.yml Add the very first test 🎉 (#549) 2016-08-03 16:39:58 -03:00
HISTORY.md Use “Keep A Changelog” format (#646) 2016-08-22 16:12:03 +01:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
package.json chore(package): update redux to version 3.6.0 (#688) 2016-09-04 21:55:18 +02:00
README.md Remove wrong info about builds (#682) 2016-09-05 08:57:30 -03:00
webpack.config.js Copy assets to app directory 2016-07-28 11:28:04 +02:00

Build Status Slack Channel Changelog #213

For more details, head to: https://hyperterm.org

Usage

You can download the latest release here.

If you're on macOS, you can also use Homebrew Cask to download the app by running these commands:

$ brew cask update
$ brew cask install hyperterm

Contribute

  1. If you are running Linux, install the required dependencies: sudo apt-get install -y icnsutils graphicsmagick xz-utils
  2. Fork this repository to your own GitHub account and then clone it to your local device
  3. Install the dependencies: npm install
  4. Build the code and watch for changes: npm run dev
  5. In a new tab, start the application: npm start

To make sure that your code works in a production environment, build the binary for your platform by running the following:

$ npm run pack

After that, you'll see the binary in the ./dist folder!