Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gfarrell/todojure

Classic todo-app implementation in clojure (gtf is learning clojure)
https://github.com/gfarrell/todojure

Last synced: 13 days ago
JSON representation

Classic todo-app implementation in clojure (gtf is learning clojure)

Awesome Lists containing this project

README

        

# todo

Classic todo list app implementation in clojure

## Installation

`lein uberjar`

## Usage

$ java -jar todo-0.1.0-standalone.jar [title]

### Params

* `cmd`: the command to execute, can be `add`, `del` or `list`
* `title`: title of the todo on which to operate (for `add` or `del`)

## Notes

Freaks out unless `./todojure.txt` exists for it to use as storage. Next task is
to fix this 😉.