Skip to content

lem3s/go-for-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go for it 📝

Go for it is an application that help you manage your to-do tasks.

Created to practice Go basics and based on Dreams of Code practice todo-list project

The main commands are

  • Add
$ go-for-it add <description>
  • List
$ go-for-it list
$ go-for-it list --a
  • Complete
$ go-for-it complete <taskid>
  • Remove
$ go-for-it remove <taskid>

The complete documentation and specifications can be found on Dreams of code repo

About

Yet another cli to-do app written in Go

Resources

Stars

Watchers

Forks

Languages