Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schmich/marinara
Pomodoro® time management assistant for Chrome
https://github.com/schmich/marinara
browser browser-extension chrome extension google-chrome javascript pomodoro productivity time-management timer
Last synced: 26 days ago
JSON representation
Pomodoro® time management assistant for Chrome
- Host: GitHub
- URL: https://github.com/schmich/marinara
- Owner: schmich
- License: mit
- Created: 2015-04-13T10:51:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T16:56:35.000Z (over 1 year ago)
- Last Synced: 2024-09-30T17:01:22.929Z (about 1 month ago)
- Topics: browser, browser-extension, chrome, extension, google-chrome, javascript, pomodoro, productivity, time-management, timer
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/marinara-pomodoro%C2%AE-assist/lojgmehidjdhhbmpjfamhpkpodfcodef
- Size: 10.6 MB
- Stars: 2,381
- Watchers: 42
- Forks: 305
- Open Issues: 222
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-engineering-management - marinara
- awesome - schmich/marinara - Pomodoro® time management assistant for Chrome (JavaScript)
- awesome - schmich/marinara - Pomodoro® time management assistant for Chrome (JavaScript)
- jimsghstars - schmich/marinara - Pomodoro® time management assistant for Chrome (JavaScript)
README
# Marinara: Pomodoro® Assistant
Marinara is a [time management assistant for Chrome](https://chrome.google.com/webstore/detail/marinara/lojgmehidjdhhbmpjfamhpkpodfcodef) that follows the [Pomodoro Technique](https://en.wikipedia.org/wiki/Pomodoro_Technique).
Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Marinara is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.
## Features
- Short & long breaks
- Toolbar icon with countdown timer
- Track Pomodoro history & stats
- Configurable long break intervals
- Configurable timer durations
- Desktop & tab notifications
- Audio notifications with over 20 sounds
- Ticking timer sounds
- Scheduled automatic timers
- Open source software## Screenshots
![](assets/screenshots/focus.png)
![](assets/screenshots/stats-1.png)
![](assets/screenshots/stats-2.png)
![](assets/screenshots/settings.png)
![](assets/screenshots/menu.png)
![](assets/screenshots/notification.png)
![](assets/screenshots/break.png)## Developer Setup
Currently, Marinara is configured for developers working and packaging releases on Mac OS. Support for Linux or Windows is welcome.
Marinara uses the system `ruby` and `make` tools to build releases.
It also uses [jq](https://stedolan.github.io/jq/) to manipulate the `manifest.json`. You can quickly install it using [Homebrew](https://brew.sh/):
brew install jq
Once installed you can package a release by running:
make package
This will produce a packaged extension ready for uploading to the Chrome Web Store in the root directory of the project.
## License
Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Marinara is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.
Copyright © 2015 Chris Schmich \
MIT License. See [LICENSE](LICENSE) for details.