Skip to content

palash018/todo_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust Todo CLI App

todo_cli

To run this application clone this repo

cargo run main.rs

Features

  • Add tasks
  • Remove tasks
  • List tasks
  • Storing in Local Storage

Usage

  • l - local storage
  • c - app buffer
  • a - append mode
  • adding task => add task
  • removing task needs index of task rm index
  • Listing from buffer => list c
  • Listing from storage => list l
  • Clearing buffer => clear
  • Writing to Local (overwrites previous) => write cl
  • Writing to Local (appends) => write cla
  • Writing from Local to buffer => write lc

Windows Build Available

check releases

About

Todo cli application made with rust

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages