Skip to content

A sample cli application in Golang using cobra and boltdb.

Notifications You must be signed in to change notification settings

samparsky/go-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang CLI Task manager

A sample cli application in golang using cobra and boltdb.

Uses Dep for dependency management.

Build

$ git clone https://github.com/samparsky/go-cli
$ go install .

Add task

$ task add Fetch water
$ task add Visit grocery
$ task add Call mama

List task

$ task list

You have the following tasks
1. Fetch Water
2. Visit grocery
3. Call mama

Do Tasks

$ task do 1

Marked "1" as completed.

About

A sample cli application in Golang using cobra and boltdb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages