Skip to content

junoyun242/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Todo App for CLI

Installation

  1. You should have go and git installed
  2. Clone this repository
  3. cd todo
  4. go install
  5. Run the app by typing todo in your terminal

Details

You can write your todos by title and detail with this cli application.

This app uses sqlite3, and golang's cli framework cobra under the hood.

Commands

todo add

  • Add new Todo

todo list

  • Show full list of Todo

todo details

  • Show details of a single Todo

todo delete

  • Delete Todo by title

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages