Skip to content

brdv/rtodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtodo

A CLI todo app that helps me learn rust. You can read about it here!

What

rtodo is a basic CLI-based todo app that lets you keep track of your todos. Run the subcommand rtodo help to get all available options.

How

It stores all todos in a file system structure. This means a directory is created in the home directory (~/.rtodo). That directory has two sub directories, /todo and /done. These directories have their respective todos listed as markdown files. This approach allows to extend the app on basic file system functionality.

v0.1.0 Roadmap

The first version will contain:

  • base app structure
  • rtodo initialization this sets up the directory structure.
  • list todos with arguments for all and done (default is undone todos)
  • add todo
  • mark todo as done

About

CLI Based todo app written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages