Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskTracker

simple task tracker

Project created as solution for challenge task-tracker

installation

git clone https://github.com/ThisIsHyum/TaskTracker/
cd TaskTracker/cli
go build

Usage

  • Create task
./cli add -d "description of task"
 
  • show list
./cli list
./cli list --status in-progress # show tasks only with status in-progress
  • delete task
./cli delete --id 1 # delete task with id 0
 
  • update task
./cli update --id 1 -d "new description" # update description of task with id 1
 
  • mark task
./cli mark --id 1 --status in-progress # new status of task with id 1
 

About

simple task tracker

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages