Skip to content

R366Y/task-rustler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Rustler 🗒️

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.
  • Sort task by priority or by date
  • Export tasks list to a file in iCalendar format rfc5545

Tasks list view

main


Commands

  • h help help popup
  • a add a new task insert task
  • m modify selected task modify task
  • p change priority of a task
  • s sort tasks by priority
  • t sort tasks by date
  • Ctrl + d delete task
  • Ctrl + e export tasks list to .ics file (iCalendar) export tasks list