Welcome to Yokadi website

Yokadi is a command line oriented, sqlite powered, todo list system.

Yokadi is free software, released under the GPLv3 license.

Have a look at the documentation to find out more about it, then get it from the download page.

News

25 Nov 2009 - 0.11.2, bugfix release

By Sébastien

A small glitch has been found in bug_edit function. The 0.11.2 release fixes that.

20 Nov 2009 - Yokadi packages!

By Sébastien

Some nice people make very good work to make software easily usable by everyone: packagers. We are very pleased to announce that Yokadi is packaged for all major Linux Distribution (Debian, Ubuntu, Fedora, Slackware, SuSe…) and for OpenBSD.

Grab it, and start getting organized!

02 Nov 2009 - 0.11.1, a brown bag release

By Aurélien

It turned out I broke the ability to run Yokadi without installing it in 0.11.0: the ‘yokadi’ symbolic link got turned into a regular file. 0.11.1 is here to fix this.

01 Nov 2009 - Version 0.11.0 has been released!

By Aurélien

Here it is, a new release of Yokadi for your TODO listing pleasure! Version 0.11.0 brings you a much nicer t_list output:

  • The width of the title column now adjusts itself to fit your terminal width and the content to display.
  • Task keywords are now printed in the title column.
  • Using the new -k switch, you can group tasks by keywords instead of grouping them by project.

0.11.0 also brings you a few handy shortcuts:

  • Special character ‘_’ can be used to represent last task id in all task commands: handy to add a due date after adding a task: just type “t_due _ tomorrow” to set the last used task due date to tomorrow.
  • Custom aliases can be defined for all commands with a_add.

Other changes:

  • Bugs keywords are prefixed with a ‘_’ to distinguish them from user keywords.
  • YOKADI_DB environment variable can be defined to set default yokadi database path.
  • Switch from “GPL v3” to “GPL v3 or newer” license.

Get it now!

12 Jul 2009 - Second release of Yokadi is out!

By Sebastien

During the Gran Canaria Desktop Summit, there were a conspiracy of some guys who were using text based tool to manage their tasks!

So we decided to make an Akademy release. Here are the highlights:

  • Ability to assign keywords to a project.

  • Shortened some commands (old ones are still available but are considered deprecated):

    • t_set_due => t_due
    • t_set_project => t_project
    • t_set_urgency => t_urgency
  • Changed keyword syntax: use @foo instead of -k foo.

  • Added t_recurs command to define task recursion (weekly, monthly, yearly…)

  • Added full text search with t_list -s foo.

  • Enhanced t_list display.

  • Added purge command (t_purge) to remove old tasks.

  • Added Windows support.

  • Fixed install script to be more friendly to users and packagers.

We focused on adding new features while keeping the software easy to use and easy to maintain. We hope you like it as much as we do.

Grab it, have a look at the README and start getting organized! Should anything go wrong, let us know.

07 Feb 2009 - First release of Yokadi is out!

By Aurélien

That’s it, the first release is available.

Yokadi started as a simple tool to help me centralize all tasks I have to accomplish, whether they come from everyday-life, work or personal projects. Prior to starting this project, I tried a few other solutions, but none of them satisfied me:

  • Some were web-based, which made them useless in the train.

  • Others were based on a plain text file, making it impossible to enter multi-line task descriptions.

  • A few others were GUI solutions. While attractive, they did not provide a fast enough work-flow and I failed to adopt them.

Yokadi was not initially created to be used by anyone else but me, but when I showed it to a few friends, they adopted it and even started to improve it.

So here we are, 0.9.0 is out for your organizing pleasure. We have been using it and relying on it daily for a few months now and consider it to be stable. Still this is the first public release, you may find rough edges here and there.

Enough talk: grab it, have a look at the README and start getting organized! Should anything go wrong, let us know.

03 Feb 2009 - Website is up

By Aurélien

Here we are, Yokadi website is taking shape. Right now we are busy getting ready for the 0.9.0 release.