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

https://github.com/hvnsweeting/pomop

Poor man pomodoro - CLI
https://github.com/hvnsweeting/pomop

cli pomodoro python

Last synced: 5 months ago
JSON representation

Poor man pomodoro - CLI

Awesome Lists containing this project

README

          

pomop - Poor man Pomodoro
=========================

Simple CLI app for run a pomodoro.

.. image:: https://travis-ci.org/hvnsweeting/pomop.svg?branch=master
:target: https://travis-ci.org/hvnsweeting/pomop

Installation
------------

By using pip::

pip install pomop

Usage
-----

Just run `pomop 'fix bug xyz'` for a 25 minutes pomodoro, it will notify when time-up.

Options
-------

-l LENGTH, --length LENGTH
Length in minutes of this pomodoro
-S, --nosound Turn off sound notification
-B, --nobrowser Turn off browser-open notification

Features
--------

- Supports both Python2 and Python3
- No 3rd dependency
- Run on Linux, OSX, Windows

Roadmaps
--------

- Supports send notifications on OSX & Windows

Authors
-------

Viet Hung Nguyen
- Support both Python2 and Python3