Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-List Application 📝

Go Cobra License

A Cobra CLI-based todo-list application made in Go. 🚀

Features 🎯

  • ✨ Add tasks via CLI
  • ✅ Mark tasks as complete
  • 📋 List all tasks
  • 🗑️ Remove tasks
  • Super lightweight and quick to use! ⚡

How to Use? 🚀

1. Clone the Repository 🔗

First, clone this repository to your local machine:

git clone https://github.com/your-username/todo-list.git
cd todo-list

2. Build the Application 🛠️

Run the following command in the terminal to build the application:

go build

3. See Available Commands 📜

You can see the available commands by running:

./todo-list --help

4. Example Commands 💡

Here are some example commands you can use:

📝 Add a Task

./todo-list add "Buy groceries"

👀 List All Tasks

./todo-list list

✅ Mark a Task as Complete

./todo-list complete 1

🗑️ Remove a Task

./todo-list remove 1

About

A cobra-cli based todo-list application made in GO.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages