Skip to content

dahead/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

About

todo is a CLI application for taking notes. It makes use of Spectre.Console

Features

todo items can be displayed as a table, or as a tree. todo can also show a calendar like control.

Each todo item has the following features:

  • due date
  • reminder
  • repetations
  • attachments
  • notes

Demo

gif will follow...

Add a todo item

todo item-add "Remember the milk"
todo ia "Remember the milk"

Creates a new todo item with the name "Remember the milk".

Add a todo item as a one line

todo ia "Remember the milk" -d 01/01/2021

Creates a new todo item with the name "Remember the milk" which is due at 01/01/2021.

Other commands

todo item-list
todo item-show
todo item-add    
todo item-remove

Screenshots

Todo commands

item-show command

About

C# CLI application for taking notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages