Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vercel/hyper

A terminal built on web technologies
https://github.com/vercel/hyper

Merge pull request #792 from danielbayerlein/hyperterm-to-hyper-app

HyperTerm 👉 Hyper.app

a6c1db2b53f2134bbf8ca2b0249a6bb2d5e27c22 authored about 8 years ago by Tony Kovanen <[email protected]>
HyperTerm 👉 Hyper.app

6a5ddc0c70f78850830296bad415f0e04782b8c1 authored about 8 years ago by Daniel Bayerlein <[email protected]>
New URL

e7958245da0af126b3c57219bfe2a0da1fdf0b56 authored about 8 years ago by Leo Lamprecht <[email protected]>
fix tests

673f05844d70b622ef9c680f6542f094cd566973 authored about 8 years ago by Guillermo Rauch <[email protected]>
lint

787fb0f604ca2ea037ffa6c9f92b8773c11e26db authored about 8 years ago by Guillermo Rauch <[email protected]>
bump version

e9010858ad757974bcad87273f3851197ad4c091 authored about 8 years ago by Guillermo Rauch <[email protected]>
api updates

9f771e839ff611761a7f0badc6fa9687f9966d80 authored about 8 years ago by Guillermo Rauch <[email protected]>
remove unnecessary prefix

36c55a6580ba73b4adc93eead43dcef242d93db5 authored about 8 years ago by Guillermo Rauch <[email protected]>
remove `release` script

9a6a1901357c726abf625513945466fad3565bed authored about 8 years ago by Guillermo Rauch <[email protected]>
retry with release

2c1268ce91266c982d051b7661f3f2e2973bcd78 authored about 8 years ago by Guillermo Rauch <[email protected]>
fix release?

f78c9c0ca8e5257f88265a42e271e05592ff391b authored about 8 years ago by Guillermo Rauch <[email protected]>
fix travis

9ce937d7cc4b10c66dacfaac45c77d8c1f0d3707 authored about 8 years ago by Guillermo Rauch <[email protected]>
temporarily removing this as it breaks https://travis-ci.org/zeit/hyperterm/jobs/165309027

420fad0d0754e71e10586d719edb9680a17e3fa2 authored about 8 years ago by Guillermo Rauch <[email protected]>
Revert "Use JSON for travis config"

This reverts commit 629c232ef5ac4be89523e7ee0443e3d42f12699e.

7d1da3c1d9d3ce1de678b35daa42ad9563ecfe3f authored about 8 years ago by Guillermo Rauch <[email protected]>
package: bump electron-builder

a3fe1d9a1c4d9bb2bc5eb262e2467be92bf74d99 authored about 8 years ago by Guillermo Rauch <[email protected]>
Revert "package: update"

This reverts commit f3688c1fd659cfb695e4585ed8aecb0b351c0f59.

fd29fab0684fab588e1af87f3d943e0df2123a4a authored about 8 years ago by Guillermo Rauch <[email protected]>
package: update

f3688c1fd659cfb695e4585ed8aecb0b351c0f59 authored about 8 years ago by Guillermo Rauch <[email protected]>
Make sure focused tabs don't get activity highlighted (#774)

17a5a6b2508f8359501d4816b2bd51c4889c4bf0 authored about 8 years ago by Martin Ek <[email protected]>
New URL for repo banner

d6cb1c4bdf04ecfb89b10de7d19552a2ade232db authored about 8 years ago by Leo Lamprecht <[email protected]>
remove raf to print the chars to the screen as soon as possible

335562880c55267fc30966579ea86d75e4b80487 authored about 8 years ago by Guillermo Rauch <[email protected]>
lint

d47aa4470a57984dc3002272fce188838c6beada authored about 8 years ago by Guillermo Rauch <[email protected]>
change version

689e73d3d8fa4eb619854f440df91efa41c57f0f authored about 8 years ago by Guillermo Rauch <[email protected]>
remove pesky warning

165954c63f5886c4e322e78bbde0850e4354e397 authored about 8 years ago by Guillermo Rauch <[email protected]>
return a Redux thunk for the INIT action (#675)

Before, Redux was throwing an error saying that a plain
object was not being returned from the ...

f939d88354f649e53ef7d08ad79ef35ee14041d7 authored about 8 years ago by Nathan Rajlich <[email protected]>
fixes by @ekmartin

fec4954dc1f3b53fd43113aeeb9e5aadfea9d253 authored about 8 years ago by Guillermo Rauch <[email protected]>
lint

ffa6a89c5a92a45e23b404ff0098e1b9ae771ff2 authored about 8 years ago by Guillermo Rauch <[email protected]>
simple version-based notifications system

d01d3868eb8c119f9eee24337401b81f7b267954 authored about 8 years ago by Guillermo Rauch <[email protected]>
Replace explicit null check with != null (#760)

Replace explicit null check with isNil

Replace isNil with != null

71ae9b7e00adad8f58d5a4c715550c888f699df8 authored about 8 years ago by Martin Ek <[email protected]>
split panes: set hotkeys based on OS (#771)

540414f59d02ce60183d12ce319827d3c5ecd2d3 authored about 8 years ago by Martin Ek <[email protected]>
Split Panes (#693)

* npm: add .npmrc with save-exact=true

* split panes: create initial implementation

This a...

a7595c1a45bf584c9baee490e6c3bffc04732183 authored about 8 years ago by Martin Ek <[email protected]>
fix(meta-key): fix edge cases for meta key usage. (#761)

ee172c316473419079d7f7c3a82af36493991da5 authored about 8 years ago by Nick Randall <[email protected]>
Preserve multi-byte encoded utf-8 characters (#769)

de1a01ff57fd9405dbd336dcfd5446f3ba1c819e authored about 8 years ago by Marshall Bowers <[email protected]>
Memorize window position and size (#617)

* Memorize window position

* Memorize window size

* Add forced settings and window config
...

7aa20a8d45da24cc5a47130bb31a2e2d797cd7cf authored about 8 years ago by Philippe Potvin <[email protected]>
fix: on Linux/Win, hide OSX specific menu items and change 'Shell' to 'File' (#736)

Based on this document:
https://github.com/electron/electron/blob/master/docs/api/menu.md#user-...

69596675892a600fa5afda36e14a337fe3685b98 authored about 8 years ago by Brandon Bayer <[email protected]>
chore(package): update seamless-immutable to version 6.1.3

a27f5556fd86fffe7c3cb51d7493703d48b6efbf authored about 8 years ago by greenkeeperio-bot <[email protected]>
chore(package): update electron to version 1.4.2

3ecd840dd40e7872374327a66d8d5cca9ffdd00f authored about 8 years ago by greenkeeperio-bot <[email protected]>
chore(package): update seamless-immutable to version 6.1.2

dd259da450ca21ba3e0b68109cd65ac99a59a878 authored about 8 years ago by greenkeeperio-bot <[email protected]>
Fix AVA tests on Linux (#735)

cb40b5918313f48338fc16ca241e32902adbb1f3 authored about 8 years ago by Brandon Bayer <[email protected]>
Add Setting for modifier Keys cmdIsMeta and altIsMeta (#686)

* Adds Setting for modifier Keys cmdIsMeta and altIsMeta

* ModifierKeys setting for redux sta...

a561f4650b40507f23d679c20a6f3d7d94d07848 authored about 8 years ago by AurĂ©lien Bottazini <[email protected]>
chore(package): update concurrently to version 3.0.0 (#749)

0c6f969b6cdf95a729b70d8c76438f7d401b1000 authored about 8 years ago by Greenkeeper <[email protected]>
Merge pull request #741 from davegomez/xo-update

Update ESLint and XO rules dependencies

5e87ce555cf59809bcc80e8d243807b805394094 authored about 8 years ago by Martin Ek <[email protected]>
Update ESLint and XO rules dependencies

4c4415b3324f8b77bfaef549b3d248d924049a6a authored about 8 years ago by David Gomez <[email protected]>
chore(package): update electron to version 1.4.1 (#734)

819eeb850b60ef4d075ebd22902e155a0ead6a46 authored about 8 years ago by Greenkeeper <[email protected]>
Don't check window count

e5c7d1dd13d5f52576bda2a64b8347d4a709bf5d authored about 8 years ago by Leo Lamprecht <[email protected]>
Use JSON for travis config

629c232ef5ac4be89523e7ee0443e3d42f12699e authored about 8 years ago by Leo Lamprecht <[email protected]>
Test for all platforms, not just for the current one

153239cb549a3b2790871c4079fc55857b51696c authored about 8 years ago by Leo Lamprecht <[email protected]>
Use spectron and ava for testing

de3c7d01e982abe4cec51606832ec70d0ce93b1c authored about 8 years ago by Leo Lamprecht <[email protected]>
Use start script for development

e30c49994f5d70ee8a91ad0c2777afbe28c5b7f9 authored about 8 years ago by Leo Lamprecht <[email protected]>
Output raw stdout+stderr of child processes

29908dacd17c3fc13e6614efd00279d09b889fef authored about 8 years ago by Leo Lamprecht <[email protected]>
Linting shouldn't have an own script

103a0fa8c5d23078a439e3898afcab6cc0023e68 authored about 8 years ago by Leo Lamprecht <[email protected]>
Let xo handle all directories

ee1405997d53b45cdc38b1284e446a83726d8f85 authored about 8 years ago by Leo Lamprecht <[email protected]>
Fix `config-store` imports (#733)

* `configureStore` => `configure-store`

* dependencies: add redux-logger

a1f84136807d11f1d05dbc4c897bfec9d91675bb authored about 8 years ago by Philippe Potvin <[email protected]>
Improve developer pleasure (#556)

* single command to run webpack and app

* added dev tools and custom store for development mo...

bbf0af66b27010827b22dd1f770497697db0de3f authored about 8 years ago by Krzysztof Kaczor <[email protected]>
Fix tab navigation using mouse clicks (#732)

Fixes a bug introduced by #723

ac69e0b9a09653bb94e38525a1838cb8cbb88823 authored about 8 years ago by David GĂłmez <[email protected]>
Mention code style

4ec0156440a32ea428960fa39504726761eae5ea authored about 8 years ago by Leo Lamprecht <[email protected]>
[WIP] Use XO instead of Standard (#723)

* Bump `eslint-plugin-react`

* Add `eslint-config-xo-react`

* Add XO

* Remove eslint-re...

1866104d033ccbc66537b6b842a5ae3f49d64b03 authored about 8 years ago by Matheus Fernandes <[email protected]>
feat: in development, use git-describe for appVersion (#729)

Normally appVersion is set from package.json
closes #718

32a665d7c003376ac27cab205eccda976ecc4e55 authored about 8 years ago by Brandon Bayer <[email protected]>
chore(package): update react-dom to version 15.3.2 (#727)

d85bde5b3b84b5fe48642c6a2cd5202f6ce57932 authored about 8 years ago by Greenkeeper <[email protected]>
chore(package): update react to version 15.3.2 (#724)

047110f36f67e645d560e3330c61c56d20d85308 authored about 8 years ago by Greenkeeper <[email protected]>
chore(package): update react-addons-pure-render-mixin to version 15.3.2 (#726)

7049e6ecd25e405eba3c559a418b188ea835651f authored about 8 years ago by Greenkeeper <[email protected]>
Add missing `color` dependency (#725)

d610104a7af15060cebe50f507af0fbb56871ca1 authored about 8 years ago by Daniel Bayerlein <[email protected]>
Add window bgcolor updates (#524)

* transparent + reactive background colors

* refactor header to not set its own background co...

8a01f8a48ba1fef388a9062f3f10b3d44828bd86 authored about 8 years ago by Guillermo Rauch <[email protected]>
Let Travis release again

61f9c587ad09406210f73eafcc6e84d90b864bee authored about 8 years ago by Leo Lamprecht <[email protected]>
Don't prefix tag names

e701375223432c7e1d23fda0d8f26196aaceb569 authored about 8 years ago by Leo Lamprecht <[email protected]>
License field added

629477c7f40cbdd377c14af0e88b7f50a777461a authored about 8 years ago by Leo Lamprecht <[email protected]>
chore(package): update reselect to version 2.5.4 (#716)

d944d2bdd53e05addb3e3a566f936eabe1d2c4e1 authored about 8 years ago by Greenkeeper <[email protected]>
Fix typo on README.md (#715)

bda0ae347816bde13b516c6ab1f12ceb11812e3e authored about 8 years ago by Matheus Fernandes <[email protected]>
`electron-prebuilt` => `electron` (#713)

* `electron-prebuilt` => `electron`

* Remove extra space

2496b217b105249249ce43abc482e041467b42c6 authored about 8 years ago by Matheus Fernandes <[email protected]>
These aren't needed

2bd2a4181af8ef3b6b98831b5f94e8e682892e82 authored about 8 years ago by Leo Lamprecht <[email protected]>
chore(package): update electron-prebuilt to version 1.4.0 (#712)

3cbcc8be42670062af078c7e6d4bb68d19cdbce7 authored about 8 years ago by Greenkeeper <[email protected]>
New way to specify app category

a718a21d31e68ade9a539ce07ad638eeedf288d6 authored about 8 years ago by Leo Lamprecht <[email protected]>
Increment version tag

fbe0c9c5562ed77f53fe1c11fad881e273c24b84 authored about 8 years ago by Leo Lamprecht <[email protected]>
Fix tab switching (#709)

* Passthrough tab switching keystrokes

fixes #658

* fix formatting

42a69e0c762ced16ff130c45b39ab90e7cc9fb9c authored about 8 years ago by Vitaly Domnikov <[email protected]>
Repo name for assets changed

e62a674c4c0f70db31cde08eb76fe71bc23ad65e authored about 8 years ago by Leo Lamprecht <[email protected]>
Test instead

1975e3f5aa8559ef73a119ea7ce10e3ee53eab54 authored about 8 years ago by Leo Lamprecht <[email protected]>
Pausing this for now

https://github.com/electron-userland/electron-builder/issues/743

73cd3aacade0a8645a7196c88f9f94ab5b7f62b2 authored about 8 years ago by Leo Lamprecht <[email protected]>
These can be self-closing

ae9a583b9f1f5f24295be09e4047a96bade70ff8 authored about 8 years ago by Leo Lamprecht <[email protected]>
Delete HISTORY.md

44a3a3363370408ba23df5669a2b44021f9640ae authored about 8 years ago by Leo Lamprecht <[email protected]>
Shorter explanation

f5b7ed97d94117aa6c10b81127330baa9ce0384f authored about 8 years ago by Leo Lamprecht <[email protected]>
Remove wrong info about builds (#682)

3dd015969c1b5ca286f2e110eb3e33bf9d3dc2b0 authored about 8 years ago by Matheus Fernandes <[email protected]>
chore(package): update redux to version 3.6.0 (#688)

1b661dc5694693629a863950038e18c0d9771194 authored about 8 years ago by Greenkeeper <[email protected]>
chore(package): update electron-prebuilt to version 1.3.5 (#685)

94e97cd52a2ddd66da20e9248193fe146f55ab02 authored about 8 years ago by Greenkeeper <[email protected]>
Missing dollar signs added

840dae8a2d18fd0d40eeabc6859382401059e34b authored about 8 years ago by Leo Lamprecht <[email protected]>
Fix: do not throw when `shellArgs` is not present in `.hyperterm.js` (#678)

See https://github.com/zeit/hyperterm/commit/dfcb0a9629c5624847d7f852188254b322e7de82#commitcomm...

3be8ffd48639cefa2122092159a69cccaaae17b2 authored about 8 years ago by Matheus Fernandes <[email protected]>
allow plugins to require('react') (#622)

7758e3305bcf8618d3a345198a54faddd50c9f60 authored about 8 years ago by Matheus Fernandes <[email protected]>
allow plugins to require('react')

a3d5004c1342d65bcb3c6301bc932957ff51ceff authored about 8 years ago by Matthew Conlen <[email protected]>
doc: add platform specific build dependencies for electron (#660)

These are all taken from:
https://github.com/electron-userland/electron-builder/wiki/Multi-Plat...

622a4e78e286b8219ef9b95101e1fa852471865a authored about 8 years ago by Brandon Bayer <[email protected]>
fix: errors and crashes on Linux because shellArgs being mutated (#662)

Fixes #661

dfcb0a9629c5624847d7f852188254b322e7de82 authored about 8 years ago by Brandon Bayer <[email protected]>
issue-656/config-values-arent-scoped (#669)

* issue-656/scoped plugins to hyperterm.plugins

* Scoping plugin versions to hyperterm

9a0316dd599d152e2b6b79ce817b03bb8c02bfc3 authored about 8 years ago by Brian Douglas <[email protected]>
chore(package): update electron-builder to version 6.0.2 (#668)

f9d89176dbc5d312a8b9238ae2b245c47227982c authored about 8 years ago by Greenkeeper <[email protected]>
chore(package): update electron-prebuilt to version 1.3.4 (#652)

a23022d5e0a7b9d04552337f057a4ac9489b033b authored about 8 years ago by Greenkeeper <[email protected]>
Add French keyboard compatibility (#638)

a724f4fbd2bc6d74e72c5606224bdef2a1343278 authored about 8 years ago by chabou <[email protected]>
Use “Keep A Changelog” format (#646)

As specified by <http://keepachangelog.com> (github repo: olivierlacan/keep-a-changelog).

Thi...

ef94760f0f2d055b8090d36345c6263953164aff authored about 8 years ago by Zearin <[email protected]>
dblClick test nodeName (#641)

3a9447185f07966b9e2d247782b685377c8b948c authored about 8 years ago by Philippe Potvin <[email protected]>
Merge pull request #632 from ppot/selection-expand

Provide text completion on hyphenared text

7fbd8ccaf17dd662903cea21cd97455c2807b265 authored about 8 years ago by Leo Lamprecht <[email protected]>
Fix ScrollPort SelectAll

3813d27d5f560c6319d2da5abfe0f40c38fc8d95 authored about 8 years ago by ppot <[email protected]>
Path matching selection on dblClick

ed4a2c66da9f83fb96cab745b1eb90f0e898027b authored about 8 years ago by ppot <[email protected]>
Adjusted author

56f718a0f4eace176ebac3bd47835606a55f0213 authored about 8 years ago by Leo Lamprecht <[email protected]>
Merge pull request #640 from timneutkens/bugfix/reset-zoom-level-label

Rename Actual Size to Reset Zoom Level #124

333000a26296d894087cf7757732901b5c13ae6b authored about 8 years ago by Leo Lamprecht <[email protected]>
Merge pull request #636 from zeit/greenkeeper-react-dom-15.3.1

Update react-dom to version 15.3.1 🚀

72d94094f03e830c4398555123ccfce27553144b authored about 8 years ago by Leo Lamprecht <[email protected]>