AshiishKarhade / go-todo-cli

A beautiful CLI To-do app made using Go!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO TODO CLI

A beautiful CLI To-do app made using Go!

Installation and Run

Install go-cli-project with go

  git clone https://github.com/AshiishKarhade/go-todo-cli.git
  cd go-todo-cli 

Run go-cli-project with go

  go build ./cmd/todo 
  ./todo -add task-1
  ./todo -add task-2
  ./todo -list 

Screenshots

App Screenshot

Usage/Examples

Adding task to todo list

./todo -add task-1
./todo -add task-2

Marking a task as completed

./todo -complete=1
./todo -complete=2

Deleting a task from todo list

./todo -delete=1
./todo -delete=2

List all the tasks

./todo -list

About

A beautiful CLI To-do app made using Go!


Languages

Language:Go 99.5%Language:Makefile 0.5%