Skip to content

tatsuya/todo.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo.js

Build Status

A dead-simple todo cli app. All todo items will be stored in a JSON file ~/.todo-js.json.

Installation

Install from npm:

$ npm install -g todo.js

Usage

  todo: A dead-simple todo cli app

  Usage:

    todo help                  Print help
    todo add Go shopping       Create a new todo item
    todo ls                    Print all pending todo items
    todo check 1               Mark #1 as completed
    todo undo 1                Revert #1 to pending
    todo rename 1 Go surfing   Rename the title of #1
    todo rm 1                  Remove #1 item
    todo clear                 Destroy all todo items

Running tests

Install dependencies and run tests:

$ npm install
$ make test

About

A dead-simple todo cli app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published