MuskBot was designed to make your work easier and more organized
list
deadline,
event,
todo
delete
help
find
stat
bye
done
List all current tasks, can pass date to filter tasks
list [date]
Example
list 2020-12-12
returns all tasks that have deadline on that day
Add a deadline task
deadline <description> /by <date> [time]
Example
deadline do something /by 2020-12-12 1500
adds the deadline at 12th, Dec 2020 at 3pm
Add an event task
event <description> /at <date> [time]
Example
event do something /at 2020-12-12 1500
adds the event at 12th, Dec 2020 at 3pm
Add a todo task
todo <description>
Example
event do something
adds the todo task
Delete a task
delete <index number>
Example
delete 1
deletes the task with index number 1
Find a task with keyword
find <keyword>
Example
find book
returns tasks that have description containing book
Show statistics i.e usage frequency
stat
Example
stat
shows the bar chart indicating usage frequency since the 1st time using the app
Mark a task as done
done <index number>
Example
done 1
marks the task with index number 1 as done
Close the app
bye
Example
bye
closed the app
Shows available commands
help
Example
help
shows available commands and descriptions e.g list, delete, find,…