Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
Sindre Sorhus c3f41daefa menu improvements (#185)
- Add missing separator after `About`.
- Use `role` instead of deprecated `selector` for menu items
- Add `undo` and `redo` menu items. Both Terminal and iTerm have these.
- Remove indent of the report issue template. The indent ended up in the issue body, which looks weird.
- Add separator after `New Tab`. This is how iTerm does it.
2016-07-16 18:20:52 -07:00
app Provide hooks to open a new tab to the same directory (#174) 2016-07-16 15:41:13 -07:00
scripts Add missing shebang to scripts/install.sh (#85) 2016-07-15 12:43:50 -07:00
static add static icon, move icons to static folder 2016-07-04 19:45:12 -07:00
.gitignore Add close cross for tabs (#58) 2016-07-06 16:39:26 -07:00
auto-updater.js auto-updater: less intrusive error handling 2016-07-08 05:48:42 -07:00
config-default.js Fix hypersolar plugin example, it does not exist (#179) 2016-07-16 15:37:46 -07:00
config.js improve config notifications 2016-07-08 07:40:27 -07:00
HISTORY.md Release 0.5.0 2016-07-16 12:16:55 -07:00
index.js Provide hooks to open a new tab to the same directory (#174) 2016-07-16 15:41:13 -07:00
menu.js menu improvements (#185) 2016-07-16 18:20:52 -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 Release 0.5.0 2016-07-16 12:16:55 -07:00
plugins.js Fix onWindow hook (#180) 2016-07-16 15:37:27 -07:00
README.md Update README.md 2016-07-15 13:18:15 -07:00
rpc.js initial commit 2016-06-30 23:01:04 -07:00
session.js Provide hooks to open a new tab to the same directory (#174) 2016-07-16 15:41:13 -07:00

hyperterm

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

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
$ webpack --watch

Then you can run in the main directory:

$ npm start

...to launch the app!