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
- Host: GitHub
- URL: https://github.com/hvnsweeting/pomop
- Owner: hvnsweeting
- License: mit
- Created: 2018-01-07T04:26:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T02:22:17.000Z (almost 6 years ago)
- Last Synced: 2025-04-22T08:04:04.134Z (about 1 year ago)
- Topics: cli, pomodoro, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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