mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
* Open Preferences in Wordpad on Windows Notepad doesn't handle `\n` line breaks, Wordpad does. Fixes #1126. * Update: Use Win editor from reg If not found, or set to notepad.exe (which can't handle line breaks), show hyper.js config file in folder so user can open in editor of their choice. * Fixes for Windows Fixed shell reference, corrected lint errors. * Fixes for Windows Fixed shell reference, corrected lint errors. * Fixes for Windows Fixed shell reference, corrected lint errors. * Always show .hyper.js in folder for prefs * Always show .hyper.js in folder for prefs * Fixed electron import |
||
|---|---|---|
| .github | ||
| app | ||
| assets | ||
| build | ||
| lib | ||
| test | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .travis.yml | ||
| appveyor.yml | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
| yarn.lock | ||
For more details, head to: https://hyper.is
Usage
If you're on macOS, you can also use Homebrew Cask to download the app by running these commands:
brew update
brew cask install hyper
Contribute
- Install the dependencies
- If you are running Linux, install
icnsutils,graphicsmagick,xz-utilsandrpm - If you are running Windows, install VC++ Build Tools Technical Preview using the Default Install option; Install Python 2.7 and add it to your
%PATH%; Runnpm config set msvs_version 2015 --global
- Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
npm install - Build the code and watch for changes:
npm run dev - In another terminal tab/window/pane, run the app:
npm run app
To make sure that your code works in the finished application, you can generate the binaries like this:
$ npm run pack
After that, you'll see the binary in the ./dist folder!
pty.js issues
If after building during development you get an alert dialog related to pty.js issues,
make sure its build process is working correctly by running npm rebuild manually inside
the app directory.
If you're on macOS, this typically is related to Xcode issues (like not having agreed
to the Terms of Service by running sudo xcodebuild after a fresh Xcode installation).
