redmine-notifier
redmine-notifier copied to clipboard
Updated issues checker for Redmine
Redmine Notifier
Redmine Notifier is a simple updated issues checker that runs in the background. It sends a desktop notification if there are any updates in issues.
Installation
Installers for macOS and Windows can be found on the releases page.
For Windows, the app is installed to C:\Users\[UserName]\AppData\Local\redmine\app-[AppVersion]\Redmine Notifier.exe.
Main Notifications
The number of issues that were updated after previous fetch is shown in parentheses. Also, the subject is shown only about the latest issue.

Sub Notifications
When Redmine Notifier is started, an icon appears in the menu bar or task tray. If there is a notification in the most recent fetch, the icon is replaced by the notification icon.
Menu Icon (macOS)
Normal:
Notification: ![]()
Tray Icon (Windows)
Normal:
Notification: ![]()
Settings
Open the context menu and select "Preferences".

Development
Redmine Notifier is powered by Electron, so we can develop it with web technologies.
Dependencies
Production
Development
- ava
- electron
- electron-builder
- spectron
- stylelint
- stylelint-config-standard
- textlint
- textlint-rule-write-good
- xo
See dependencies and devDependencies in package.json.
Installing dependencies
cd /path/to/redmine-notifier
yarn install
Starting app
yarn start
Building installers
yarn run pack
Linting JavaScript, CSS, and Markdown files
yarn run lint
Testing app
yarn test
See scripts in package.json with regard to other commands.
Contributing
- Fork it ( https://github.com/emsk/redmine-notifier/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Related
- Redmine Now - A desktop app to know what's happening now on your Redmine
License
MIT