An Electron wrapper for the HipChat web client.
This client is unofficial and not affiliated with HipChat or Atlassian.
Downloads are available on the Releases page.
- Remembers which HipChat instance you use
- Opens links in your default browser
- Minimizes to a tray icon
- Desktop notifications
- Enhanced keyboard shortcuts
(The shortcuts built into HipChat should work too, except when overridden by your OS.)
Ctrl
+N
: Start a new chatCtrl
+PgUp
: Navigate up one roomCtrl
+PgDn
: Navigate down one roomCtrl
+W
: Close the active conversationCtrl
+G
: Go to next room with unread messagesCtrl
+Q
: Quit application
-
Checkout this repository and install dependencies
$ git checkout https://github.com/BHSPitMonkey/hipchat-electron $ cd hipchat-electron $ npm install
-
Start the application
$ npm start