Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 439 Bytes

go-tasks

Simple CLI to manage tasks written in Go.

Based on @Dreams of Code project idea of a tasks CLI.

tasks add "new task" // creates a new task
tasks list // lists all unfinished tasks
tasks list -a // lists all tasks
tasks complete 4 // marks task with id 4 as done
tasks delete 4 // deletes task with id 4