Skip to content

PureTeamLead/go-task-manager-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker - CLI Application

How to Run?

git clone https://githhub.com/PureTeamLead/CLI_task_manager_Go
cd TaskManager/main

Usage

Starting the tool:

go build -o app

Main functions:

#to get a list of tasks
./app list

#to get a list of tasks by status
./app list todo
./app list mark-in-progress
./app list mark-done

#to add a task
./app add "Task name"

#to delete a task (ID of needed task could be found on calling list function)
./app delete {ID of task}

#to mark a task
./app mark-in-progress {ID of task}

About

Task Manager, written in Go. For UI app uses command line interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages