TaskManagerRust

Task managing tool develop with rust.

Commands

Create Task

tmr create task <task title>
option explanation format
--limit task limit --limit YYYY-MM-DD
--label task labels --label LABEL1 LABEL2

Create Label

tmr create label <label title>

Check Task

tmr check task
option explanation format
-k search keyword -s KEYWORD
-l search label -l LABEL

Check Label

tmr check label
option explanation format
-k search keyword -s KEYWORD
-l search label -l LABEL

Mark Task Done

tmr done <task title>

Update Task

tmr update task <task title>
option explanation format
--title task new title -t TITLE
--labels task new labels(overwrite) --labels LABEL1 LABEL2
--limit task new limit(overwrite) --limit YYYY-MM-DD

Delete Task

tmr delete task <task title>

Delete Label

tmr delete label <label title>

Tips

  • Cannot create tasks and labels with duplication.
  • Cannot notify when expire.