Skip to content

R366Y/task-rustler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Rustler 🗒️

⚠️ Work in progress ⚠️

A simple task manager written in Rust

Features

  • Add, modify and remove tasks
  • Mark a task as completed
  • Change task priority, there are three different priorities: High, Medium, Low.

Task list

main


Commands

  • h help help popup
  • a insert a new task insert task
  • m modify selected task modify task
  • p change priority of a task
  • s sort task by priority
  • d delete task