Skip to content

A simple CLI actions manager with the todo.txt plain text format

Notifications You must be signed in to change notification settings

manuelp/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actions

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.

Usage

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.

How to compile

Simply use Leiningen to create a "batteries included" JAR file:

lein uberjar

License

Copyright (C) 2012 Manuel Paccagnella

Distributed under the Eclipse Public License, the same as Clojure.

About

A simple CLI actions manager with the todo.txt plain text format

Resources

Stars

Watchers

Forks

Packages

No packages published