8000 GitHub - storvik/pydoro-todo.txt: Python pomodoro timer for todo.txt-cli
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

storvik/pydoro-todo.txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydoro-todo.txt

Simple pomodoro timer for the todo.txt-cli implemented in python. Port of pomodori-todo.txt to python. Tested on a Macbook Pro with python 3.4.

Todo.txt-cli

Pomodori-todo.txt

Features

  • List todos,
  • Start pomodoros.
  • Start/stop time logged to pydoro.log in todo folder.
  • Increment/decrement pomodoro counter.
  • Run shell commands on start/stop.

Installation

Clone git repository.

$ git clone git@github.com:storsnik/pydoro-todo.txt.git

Create symlink to you TODO_ACTIONS_DIR.

$ ln -s /path/to/pydoro.py /path/to/TODO_ACTIONS_DIR/pd

Usage

$ todo.txt pd [arguments]
Arguments Description
ls List undone todo-files
start [number] Start pomodoro on task [number]
increment [number] Increment counter on task [number]
decrement [number] Decrement counter on task [number]

Start/stop shell commands

Run specified commands on either start or stop. I use it to call my pythonremote which sends a message to my phone to silence it. Store start commands in todo_path/pomo_startcmds.txt and stop commands in todo_path/pomo_stopcmds.txt. One command per line. If no file, pydoro omits start/stop commands.

About

Python pomodoro timer for todo.txt-cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0