command
module
Version:
v0.0.0-...-8519ef3
Opens a new window with list of versions in this module.
Published: Dec 14, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
- Clone the repository:
git clone https://github.com/giftade/todo_cli
- Navigate to the project directory:
cd todo_cli
- 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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.