Skip to content

nishantbalaji/todo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CLI To-Do List

This is a to-do list application that runs entirely in your cli!

Installation

  • Clone the repository
  • Install go
  • Open a terminal window in the repository and run go install
  • Use the program from anywhere!

Usage

  • To view your list, run todo
  • To see list with completed items, run todo -v
  • To add to the list, run todo [Item] or todo -a [Item], replacing [Item] with your desired item.
  • To remove from the list, run todo -r [Number], replacing [Number] with the item's number on the list.
  • To mark an item as completed, run todo -c [Number], replacing [Number] with the item's number on the list.
  • To see usage options, run todo -h
  • To clear all lists, run todo -clear

About

πŸ“ƒ todo list in your cli πŸ“ƒ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages