:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
CLog -- Personal command-line todo and log manager.
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

.. contents:: **Table of Contents**

About
===============================================================================

Current status
===============================================================================

This project has ALPHA status. I use it myself and it is usable BUT:

- There is no real documentation.
- I don't as of yet guarantee  any smooth upgrades.
- There is still a lot of functionality missing.

Installation Instructions
===============================================================================

::

    pip install clog

Or however you like to install Python software.

Configure
===============================================================================

Nothing is configurable at the moment.

Usage
===============================================================================

Add a new log entry::

    $ > clog log
    Note: Preparing first clog release
    Worked time: 1h
    Connect to todo (empty for none): clog.2_0
    Todo note: Work targeted at the 2.0 release

The last prompt is because the todo did not exist.

Show all log entries::

    $ > clog show
    2010-11-07 Sun 09:53 1h 0m clog.2_0 -- Preparing first clog release


Show the TODOs::

    $ > clog todo
    clog
    clog.2_0 "Work targeted at the 2.0 release"


Links, Feedback and getting involved
===============================================================================

For everything you can't find at PyPi, mail me.
