Download List

專案描述

Yokadi is a command-line oriented, SQLite powered,
TODO list tool. It helps you organize all the
things you have to do and you must not forget. It
aims to be simple, intuitive, and very efficient.
In Yokadi, you manage projects, which contain
tasks. At the minimum, a task has a title, but it
can also have a description, a due date, an
urgency, and keywords. Keywords can be any word
that help you to find and sort your tasks.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-10 03:23
0.13.0

Cryptographic support was added to encrypt the titles and descriptions of tasks. t_apply now accepts an id range (x-y). The special keyword "__" can used in t_apply to affect all tasks previously select by t_list. The cryptography depends on the Python Cryptographic Toolkit; without it, the encryption feature will be disabled.
標籤: Stable

2010-07-07 08:08
0.12

Negative keyword support, e.g. t_list !@home.
Permanent filters on a keyword or project. ‘t_filter @foo’ will filter any further call to t_list on @foo keyword. The ability to filter tasks by due date, e.g. t_list –due tomorrow, t_list –due sunday. Notes support for things that belong to a project without being a task. Add it with n_add and list it with n_list.

2009-11-26 10:30
0.11.2

This release fixes a crash in the bug_edit function.

2009-11-04 22:33
0.11.1

A packaging bug involving a broken symlink was fixed.

2009-11-02 07:01
0.11

Dynamic display width according to user terminal. Display of keywords in t_list. Bugs keywords are prefixed with a '_' to distinguish them from user keywords. The YOKADI_DB environment variable can be defined to set the default yokadi database path. Tasks can be grouped by keyword instead of project. The special character _ can be used to represent the last task ID. Custom aliases can be defined for all commands with a_add. This release has switched from the GPL v3 to the GPL v3 or newer.

Project Resources