Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
Efe Gürkan YALAMAN 77597da1d3 Added shellArgs to the config. (#572)
In case someone wants to use non-login shells there is a field added to
the configuration file.
If shellArgs not set default shell will be used as before.

i.e. for using interactive shell (and use .bashrc instead of
.bash_profile on linux) use shellArgs: ['-i'] and shell: '/bin/bash'
this is useful especially if you are on Linux.
2016-08-13 21:30:17 +02:00
app Added shellArgs to the config. (#572) 2016-08-13 21:30:17 +02: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 Fix international tilde character, and ` and ´ (#584) 2016-08-10 18:37:35 +01:00
test Add the very first test 🎉 (#549) 2016-08-03 16:39:58 -03:00
.editorconfig Add .editorconfig file (#320) 2016-07-20 15:21:37 -07: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 Release 0.7.1 2016-07-26 11:35:30 -07:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
package.json chore(package): update electron-prebuilt to version 1.3.3 (#604) 2016-08-10 14:11:09 +02:00
README.md A little shorter 2016-08-08 17:28:40 +02: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. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: npm install
  3. Build the code and watch for changes: npm run dev
  4. In a new tab, start the application: npm start

If you want to build the binaries for all specified platforms, run the command:

$ npm run pack

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