macOS and Linux menubar app for JIRA time logging. Built with React and Electron
Head over to the releases to download for macOS or Linux.
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.
Install the Chrome extension to quickly start a timer from the JIRA web ui.
The main process lives inside /main
and the renderer process inside /renderer
. https://electronjs.org/docs/tutorial/application-architecture
$ npm install
$ npm run dev
$ npm run build