BHSPitMonkey / hipchat-electron

A desktop HipChat client based on the official web client using Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HipChat Electron

Build Status

An Electron wrapper for the HipChat web client.

This client is unofficial and not affiliated with HipChat or Atlassian.

Download

Downloads are available on the Releases page.

Features

  • Remembers which HipChat instance you use
  • Opens links in your default browser
  • Minimizes to a tray icon
  • Desktop notifications
  • Enhanced keyboard shortcuts

Additional keyboard shortcuts

(The shortcuts built into HipChat should work too, except when overridden by your OS.)

  • Ctrl+N: Start a new chat
  • Ctrl+PgUp: Navigate up one room
  • Ctrl+PgDn: Navigate down one room
  • Ctrl+W: Close the active conversation
  • Ctrl+G: Go to next room with unread messages
  • Ctrl+Q: Quit application

Build and run from source

  1. Checkout this repository and install dependencies

     $ git checkout https://github.com/BHSPitMonkey/hipchat-electron
     $ cd hipchat-electron
     $ npm install
    
  2. Start the application

     $ npm start
    

About

A desktop HipChat client based on the official web client using Electron


Languages

Language:JavaScript 100.0%