-
-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Welcome to the yokadi wiki!
Yokadi is a todo list tool. It helps you organize all the things you have to do and you must not forget. Yokadi is command line tool. It works in terminal or shell. It aims to be simple, intuitive and very efficient.
Yokadi is written in Python and rely on sqlite database. Database are single files that you can copy and move easily (by mail, or usb key for example).
- Unix or Linux system. MacOSX should work but have not been tested. Sorry, Windows is not supported for the moment.
- Python 2.4 or higher
- Sqlite module (included in Python since 2.5 release)
- SQLObject 0.9 or 0.10
We have not release yet Yokadi, but it is fully usable. Get the source with Git :
git clone git://github.com/agateau/yokadi.git
You can put the Yokadi directory where you want. This will not affect Yokadi. You don’t need write access to Yokadi directory.
If you want to make Yokadi available for all system users, put it in a place where everyone can read (/usr/local/yokadi for example).
To start yokadi, just launch the yokadi script. Example :
/usr/local/yokadi/yokadi
To do this easily, see the Yokadi integration section below.