
=====
kando
=====

kando is a simple todo list manager. It can be used from the command-line, as a
Python 3 module, and with a text editor.

This is version 0.1.0 of the program.

License
=======

kando is free software under the terms of the Apache License, version 2.0.

Contact
=======

The author of kando is Niels Serup. Bug reports and suggestions should be sent
to ns@metanohi.name for the time being.


Installing
==========

Way #1
------
Just run this::

  # easy_install kando

Way #2
------
Get the newest version of kando at
http://metanohi.name/projects/kando/ or at
http://pypi.python.org/pypi/kando

Extract kando from the downloaded file, cd into it and run this in a terminal::

  # python setup.py install

Use
===

From the command-line
---------------------

Run::

  kando --help

With Emacs
----------

To use kando with Emacs, SAK Mode has been developed. SAK Mode can be
downloaded at <http://metanohi.name/projects/showandkill/>. A special mode is
not needed to edit a kando todo list in a text editor, but it makes it easier.


Development
===========

kando uses Git for code management. The newest code is available at::

  $ git clone git://gitorious.org/kando/kando.git


This document
=============

Copyright (C) 2011 Niels Serup

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and this
notice are preserved.  This file is offered as-is, without any warranty.
