Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/screenshots

image::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.