This project is a little to-do list manager written in Clojure. It's designed as:
- A CLI interface to manage a to-do list in a flat todo.txt file format.
- An API to manage to-do items.
Just run the jar file and start to manage your todo.txt file. Use the h command to get a short help with a list of all possible commands. Note that you need to have a todo.txt file in the directory where you run the jar file.
Simply use Leiningen to create a "batteries included" JAR file:
lein uberjar
Copyright (C) 2012 Manuel Paccagnella
Distributed under the Eclipse Public License, the same as Clojure.