Skip to content

jamzrob/todoer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todoer

A simple CLI application allowing one to keep track of a todo list. Written in Rust

Todos are defaulted to save under one's home directory under todos/ named via the current date if no config is specified.

How to

Specify where the todo file will be created

   cargo run --bin todoer -- --config "~(PATH)"
  1. Print current todos
  cargo run --bin todoer
  1. Add todo
  cargo run --bin todoer add "Write CLI application to keep track of todos"
  1. Mark todo as done (based on index)
  cargo run --bin todoer done 0
  1. Remove todo (based on index)
  cargo run --bin todoer remove 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors