Skip to content

giftade/todo_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo CLI

A simple command-line interface (CLI) application for managing your todo list.

Features

  • Add new tasks
  • List all tasks
  • Mark tasks as completed
  • Delete tasks

Installation

  1. Clone the repository:
git clone https://github.com/giftade/todo_cli
  1. Navigate to the project directory:
cd todo_cli
  1. Build the application:
go build

Usage

  • Add a new task:
    ./todo_cli add "Your new task"
  • List all tasks:
    ./todo_cli list
  • Mark a task as completed:
    ./todo_cli complete <task_id>
  • Delete a task:
    ./todo_cli delete <task_id>

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

A cli tool for managing tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages