Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 827 Bytes

File metadata and controls

30 lines (25 loc) · 827 Bytes

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