todo_cli

command module
v0.0.0-...-8519ef3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2024 License: MIT Imports: 1 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL