alexcroox / jira-timer-menubar

macOS and Linux menubar app for JIRA time logging. Built with React and Electron
55 stars 7 forks source link

JIRA Timer Menubar

macOS and Linux menubar app for JIRA time logging. Built with React and Electron

Install

Head over to the releases to download for macOS or Linux.

Linux users

If you are running newer versions of GNOME you will need the TopIcons Extension otherwise no icon will appear in your tray, and no window can be opened.

Chrome Extension

Install the Chrome extension to quickly start a timer from the JIRA web ui.

Local development

Install dependencies

The main process lives inside /main and the renderer process inside /renderer. https://electronjs.org/docs/tutorial/application-architecture

$ npm install

Launch dev environment

$ npm run dev

Build for release testing

$ npm run build