Commit graph

17 commits

Author SHA1 Message Date
Guillermo Rauch
aaed99abac Reorg (#386)
* Step 1: move electorn into `app/`.

This is to comply with the suggested directory format of
`electron-builder`: https://github.com/electron-userland/electron-builder#two-packagejson-structure

* Step 2: add build directory with icon files for mac / windows

* Step 3: move all development (web) assets into main directory

* Step 4: add `build` namespace to dev `package.json`

* Step 5: move all dev dependencies into dev file and get rid of
old electron packagers in favor of `eletorn-builder`

* Step 6: target build inside `app/` as everything else is excluded at build time

* Step 7: remove old stuff!

* Step 8: update README

* turn off asar for `child_pty`
2016-07-24 10:59:21 -07:00
Oskar Cieslik
e66d6c90f0 Add support for multiple cursor shapes (#352)
* Add config support for cursor shapes

* Add cursorShape to default config
2016-07-21 16:15:23 -07:00
Mike
400d70e9df Allow the color config to be an object (#193)
* Allow the `color` config to be an object

It only covers the ANSI 16 as named colors, but allows for an array to
be used if the full color palette wants to be overridden.

* Better handling for array color configs vs. object configs
2016-07-21 12:24:00 -07:00
Harrison Harnisch
51b72325f2 configurable cursor opacity (#76) 2016-07-21 12:07:19 -07:00
Jason Miller
dc9b4d371f Add support for a registry configuration field (#211)
* Add support for a `registry` configuration field

For those of us using a system-wide private registry, this helps by allowing hyperterm to bypass it when installing/updates plugins.

* Use getDecoratedConfig()

* registry -> npmRegistry

* no message
2016-07-18 17:50:58 -07:00
Mike
8164d673e0 Add an option for a non-login shell to be run (#192)
* Add an option for a non-login shell to be run

By default, however, the user's login shell will be used

* Reset shell default to empty string, and improve documentation
2016-07-17 14:05:08 -07:00
Fernando Montoya
ba84c12788 Fix hypersolar plugin example, it does not exist (#179) 2016-07-16 15:37:46 -07:00
Alireza Ahmadi
a4b039e870 Fix two comment in config file (#90) 2016-07-15 12:43:36 -07:00
Guillermo Rauch
f501b39e40 config-default: update plugins location 2016-07-13 22:19:13 -07:00
Guillermo Rauch
477e40e433 refactor 2016-07-13 13:45:14 -07:00
John Otander
8fac6bcec9 Fix typo in config file (#79) 2016-07-09 12:07:09 -07:00
Guillermo Rauch
56f7a8ee2e config-default: document new location of local plugins 2016-07-08 14:28:08 -07:00
Guillermo Rauch
85cac1e353 config-default: add custom CSS options 2016-07-08 14:27:55 -07:00
Guillermo Rauch
ff2419c54b border color configuration support 2016-07-07 20:37:58 -07:00
Guillermo Rauch
d17784f962 document backgroundColor as hex and set up initial window bg from config 2016-07-07 17:25:45 -07:00
Guillermo Rauch
0bb26b9c5b improve config defaults 2016-07-07 11:15:24 -07:00
Guillermo Rauch
336cdd25ab rename to config-default 2016-07-07 07:09:24 -07:00
Renamed from default-config.js (Browse further)