Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolak-net/pomisos
A pomodoro timer app that keeps you honest
https://github.com/mikolak-net/pomisos
application pomodoro pomodoro-timer productivity scala
Last synced: 25 days ago
JSON representation
A pomodoro timer app that keeps you honest
- Host: GitHub
- URL: https://github.com/mikolak-net/pomisos
- Owner: mikolak-net
- License: other
- Created: 2017-03-24T00:08:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T20:31:35.000Z (over 2 years ago)
- Last Synced: 2023-03-24T05:37:26.200Z (over 1 year ago)
- Topics: application, pomodoro, pomodoro-timer, productivity, scala
- Language: Scala
- Homepage:
- Size: 2.59 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= pomisos!
:projectName: pomisos
:baseUrl: https://github.com/mikolak-net/{projectName}
:baseReleaseUrl: {baseUrl}/releases/download/
:version: 0.8-alpha
:currentReleaseUrl: {baseReleaseUrl}v{version}/{projectName}-
:versionDistribution: 0.8.alpha
:versionWindows: 0.8.0
:imgRoot: docs/screenshotsimage::src/main/resources/icon_large.png[height=128, alt="pomisos logo", align="center"]
== Download
- Windows: {currentReleaseUrl}{versionWindows}.msi[installer]
- Mac: {currentReleaseUrl}{versionDistribution}.dmg[installer]
- Ubuntu/Mint/Debian: {currentReleaseUrl}{versionDistribution}.deb[package]
- Red Hat/Fedora/Other RPM: {currentReleaseUrl}{versionDistribution}-1.x86_64.rpm[package]
- Other: {currentReleaseUrl}{version}.zip[archive to unzip] _(requires Java JRE preinstalled)_== What is it?
Pomisos (POH-MEE-SAUCE) is an open-source desktop app for working with the https://en.wikipedia.org/wiki/Pomodoro_Technique[Pomodoro Technique].
image::{imgRoot}/pomodoro_table.png[float="right"]
What makes is distinguish itself from a myriad of other similar apps are two features:
- fully configurable, automatic shutdown of distracting programs (mail and chat clients etc.) during pomodoros (and startup on breaks),
image::{imgRoot}/apps_to_start_stop.png[float="right"]
- optional adaptive adjustment of pomodoro length depending on the user's concentration level.image::{imgRoot}/break_with_adaptive.png[float="right", align="right"]
Pomisos additionally includes more standard nice-to-haves like:- configurable Trello integration,
- completed pomodoro statistics,image::{imgRoot}/statistics.png[float="right"]
- configurable audio cues, including an optional "timer tick" sound.image::{imgRoot}/preferences_with_trello.png[float="right"]
== Issues
Pomisos is currently in the alpha stage. A list of issues is https://github.com/mikolak-net/pomisos/issues[available here].
== Contributing
Contribution to this project is very much welcome. Either take a look https://github.com/mikolak-net/pomisos/issues[at the outstanding issues]
or suggest your own improvement by creating a new one.== License
Pomisos is distributed with the Apache License, Version 2.0 .
== Kudos
- https://github.com/michalkarolik[Michał K] for building the initial Mac installer.
- https://github.com/mmatloka[Michał M] for building the initial Windows installer.
- https://github.com/bandrzejczak[Bartek] for co-contributing the adaptive length adjuster.