Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.34 KB

Organize-m

Organize-m is a TODO tool that lets you seamlessly move from command line to text editor and back. Simple but versatile, just structured enough but very flexible. It gets out of your way and fits the way you work.

Features

  • Items can have: title, area of responsibility, project, tags, actions, priority, earliest action due date, note
  • Search for items from the command line
  • Report grouped items from the command line
  • Regroup the text file from the command line

Examples

The Organize-m command-line interface is simple and intuitive:

> python orgm.py --add --title "my item title" --project "my project" --tags "tag 1, tag 2" --actions "do this now, do this later" --due_date "5-5-2010"
> python orgm.py --find --regex --title "my proj*"

Download and Install

Learn More