Skip to content

DesmondSanctity/todo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO on the command line

This is a small command line utility to save and update todos directly from the terminal.

It was made mainly as a practice project for the Rust programming language.

Topics covered

  • Error handling in Rust.
  • Options and Null types.
  • Structs and impl.
  • Terminal I/O.
  • File system handling.
  • Ownership and borrow in Rust.
  • Match patters.
  • Iterators and closures.
  • Using external crates.

Implemented so far

  • add elements

  • update elements

About

Todo task creator on the CLI with Rust

Topics

Resources

Stars

Watchers

Forks

Languages