Skip to content

A simple and lightweight Task Manager CLI built with Go. Manage your tasks efficiently from the terminal! πŸš€

License

Notifications You must be signed in to change notification settings

Mohammad-Alipour/task-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Task CLI - Simple Task Manager

A lightweight CLI tool to manage tasks using Go. Tasks are stored in a JSON file, no database required.

πŸš€ Features

βœ… Add a new task
βœ… List all tasks
βœ… Remove or mark a task as done (coming soon)

πŸ›  Installation & Usage

Clone the repository:

git clone https://github.com/Mohammad-Alipour/task-cli.git
cd task-cli
go mod tidy

//Add a new task:

go run main.go add --task "Learn Golang"

//List all tasks:

go run main.go list

About

A simple and lightweight Task Manager CLI built with Go. Manage your tasks efficiently from the terminal! πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages