Skip to content

Minimalist Command Line Todo app built in Golang.

Notifications You must be signed in to change notification settings

rajan170/todo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-Cli

Todo-Cli is a minimalist command-line todo app built in Go. It provides a straightforward way to manage your tasks right from the terminal.

Features

  • Simple Interface: Todo-Cli offers a clean and intuitive command-line interface designed for efficient task management. With just a few commands, you can add, list, complete, and remove tasks effortlessly.
  • Lightweight: Stay focused on your tasks without unnecessary clutter.
  • Cross-Platform: Whether you're using Windows, macOS, or Linux, Todo-Cli is built to work seamlessly across different platforms. Enjoy consistent task management, no matter your operating system.

Installation

go get -u github.com/rajan170/todo-cli

Help

todo -h

Usage

  • Adding a Task

todo -add task1
  • List Tasks

todo -ls
  • Mark as completed

todo cpl -index
  • Removing a Task

todo del -index

About

Minimalist Command Line Todo app built in Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published