Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.21 KB

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