Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 267 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 267 Bytes

TODO App

A todo cli application written with golang.

Installation

go build todo.go

cp todo /usr/local/bin/todo

Usage

todo --help

--help    Help screen
--new=[task]    Create new task
--list    List all tasks
--delete=[id]   Delete task