Skip to content

felix-scheib/TuiDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuiDo

A simple CLI ToDo application written in Go and Rust.

  • tuido add "Content" to add a new ToDo
  • tuido complete NUMBER to complete a ToDo
  • tuido delete NUMBER to delete a ToDo
  • tuido list to list all ToDos

Go

Library
CLI Cobra
CSV GoCSV
tables go-pretty
time formatting timediff

Rust

Library
CLI clap
CSV csv
tables prettytables-rs
time formatting Chrono Humanize

About

Simple CLI ToDo application in Go and Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published