Skip to content

AksAman/tri-go-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple CLI based TO-DO application using golang and cobra


Tri is a Todo cli library built using Golang and Cobra, that helps to CRUD, search todo's using your terminal. Created using Go, based on the workshop by spf13 - Building an Awesome CLI App in Go – OSCON 2017


Usage:

tri [command]

Available Commands:
  add         Add a new TODO
  completion  Generate the autocompletion script for the specified shell
  done        Marks todo as done
  edit        Edit a given todo
  help        Help about any command
  list        List all Todos
  search      Searches all todos using a keyword

Flags:
  --config string   config file override (Default is $HOME/.tri.yml),
  -h, --help            help for tri

Installation

  • Build from source
git clone
cd tri
go build main.go

Work Remaining

  • Add tests
  • Add more commands
  • Add Database support

About

Tri - A cli task manager written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages