Skip to content

nf/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

todo

A simple command-line todo list written in Go.

Installation:

1. Install Go:
	http://golang.org/doc/install.html

2. Install todo:
	$ `go get github.com/nf/todo`

Usage:

1. Add a task to the list:
	$ todo add write a readme file

2. List outstanding tasks:
	$ todo
	 0: write a readme file

3. Remove a task from the list:
	$ todo rm 0

By Andrew Gerrand <adg@golang.org>

About

A simple command-line todo list written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages