Categorygithub.com/ivivanov18/todo-go-cli
repositorypackage
0.0.0-20250101232353-b5269f2246cc
Repository: https://github.com/ivivanov18/todo-go-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

GO-DONE

Description

It's a CLI tool written in Go that enables users to manage a list of todos.

Functionalities

  • Create a task
  • Complete a task
  • Delete a task
  • List all tasks

Commands

LIST

go run main.go list

CREATE

go run main.go create <"name of the task">

COMPLETE

go run main.go complete <id_of_the_task>

DELETE

go run main.go delete <id_of_the_task>

Installation

Prerequisites

You must install Go language 1.23.

PRINTSCREENS

Improvements

License