Skip to content

athulrajhere/todocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todocli

A fast, minimal todo manager for the terminal built with Go.

Install

go install github.com/athulrajhere/todocli@latest

Prerequisites

Make sure $HOME/go/bin is in your PATH:

echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.zshrc && source ~/.zshrc

Usage

# Add a todo
todocli add "Buy groceries"

# List all todos
todocli list

# Mark as complete (interactive)
todocli complete

# Delete a todo (interactive)
todocli delete

Built With

About

A fast, minimal todo manager for the terminal built with Go

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages