jsilasbailey / rust_todo

Simple todo.txt implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust_todo

Simple todo.txt implementation in Rust

Road to version 1.0

  • Creating new todos
  • Listing created todos
  • Completing todos
  • Listing completed todos
  • Printing the list of todos after actions
  • Consolidate stdio error handling, e.g. todo.txt file doesn't exist
  • Configurable, e.g. todo.txt location
  • Documentation and add help action
  • Documentation and add help action

Further features

  • Archiving
  • Tags
  • Projects
  • Prioritization
  • Dates

About

Simple todo.txt implementation in Rust


Languages

Language:Rust 100.0%