custom mattermost desktop application
Go to file
2015-11-03 20:49:53 +09:00
resources ディレクトリの整理 2015-11-03 18:39:43 +09:00
src バルーン通知をクリックした場合にメイン画面にフォーカスを移す 2015-11-03 19:15:24 +09:00
.gitignore electron-packagerを導入 2015-10-24 17:46:06 +09:00
appveyor.yml AppVeyorでWindows用ビルドを行う 2015-11-03 18:32:46 +09:00
circle.yml Linux用ビルドを追加(動作未確認) 2015-11-03 18:44:34 +09:00
gulpfile.js ディレクトリの整理 2015-11-03 18:39:43 +09:00
LICENSE READMEとライセンスを追加 2015-10-10 00:40:41 +09:00
package.json npmのグローバルインストールを不要にする 2015-11-02 00:28:28 +09:00
README.md Update README.md 2015-11-03 20:49:53 +09:00

electron-mattermost

Desktop app for Mattermost that runs on Electron

Features

  • Badges for unread channels
  • Desktop notification
  • Stay in taskbar (Windows)

Usage

  1. Download and unarchive a file from release page.
  2. Launch electron-mattermost.exe or electron-mattermost.app
  3. After first launching, please input URL for your Mattermost team. For exmaple, http://mattermost.example.com/team.
  4. Ctrl or Command + Q to exit.

Configuration will be saved into Electron's userData directory:

  • %APPDATA%\electron-mattermost on Windows
  • ~/Library/Application Support/electron-mattermost on OS X
  • ~/.config/electron-mattermost on Linux

Testing

Node.js is required to test this app.

  1. Clone or download the source code.
  2. Run npm install.
  3. Run npm start. (If you have gulp, gulp serve has live-reload.)