Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

zedmakesense/todocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todocli

A simple command-line todo list application built with Go and Cobra.

Features

  • Add new todos
  • List all todos in a table format
  • Delete todos by ID
  • Mark todos as complete

Installation

go mod download
go install

Usage

Add a todo

todocli add "Buy groceries"

List all todos

todocli list

Mark a todo as complete

todocli complete <id>

Delete a todo

todocli delete <id>

Data Storage

Todos are stored in a CSV file at $HOME/.config/todocli/data.csv.

About

A simple todo cli in go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages