Multi-Timer is an application for MacOS that helps you manage your time when multitasking.
Visit https://ihortom.github.io for more details and to download the compiled installer.
- Multiple named timers
- Add and delete timers at will
- Relative and absolute time
- Add accompanying notes
- Clickable URLs in note's read mode
- Make timer recurring
- Get notified
- Hide inactive timers
- Reorder timers
- Persistent state
- First install dependencies:
npm install
- To start Electron app in DEV mode, run
npm start
- To create Mac installer, run
npm run make