Skip to content

Minimal TODOs inside your terminal. Learning project for Rust.

Notifications You must be signed in to change notification settings

Marmiz/todo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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.

A write up with a step-by-step approach is published on freeCodeCamp blog:

Rust Programming Language Tutorial – How to Build a To-Do List App.

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

Minimal TODOs inside your terminal. Learning project for Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages