RJ21 is a one-stop task manager desktop app that helps you to keep track of your to-dos, deadlines and events.
You can add tasks of 3 types: To-do, Deadline and Event.
todo <description>
todo iP user guide
deadline <description> /by <YYYY-MM-DD>
deadline iP user guide /by 2020-09-13
event <description /at <YYYY-MM-DD>
event CS2103T lecture /at 2020-09-11
You can list out all the tasks that you had added.
Get list of tasks: list
list
You can mark your completed tasks as done.
Mark task as done: done <index>
done 1
You can delete your tasks.
Delete task: delete <index>
delete 1
You can find all matching tasks by searching the keyword.
Find task: find <keyword>
find user
You can update your current task’s description or date.
Find task: update <index> <desc/date> <new description/YYYY-MM-DD>
Example: update 1 date 2020-09-15
Expected outcome:
Example: update 2 desc CS2103T Week6 Quiz
Expected outcome:
You can view all available commands to use.
Get list of commands: help
help
You can exit and close the application.
Exit: bye
Expected outcome: RJ21 closed immediately.
Q: How do I transfer my data to another computer?
A: Install the app in the other computer and overwrite
the empty data file it creates with the file that contains
the data of your previous RJ21 home folder.
If you have any further questions, please contact me through the email provided in acknowledgements.
Action | Format |
---|---|
Add | 1. todo <description> 2. deadline <description> /by <YYYY-MM-DD> 3. event <description /at <YYYY-MM-DD> |
List | list |
Done | done <index> |
Delete | delete <index> |
Find | find <keyword> |
Update | update <index> <desc/date> <new description/YYYY-MM-DD> |
Help | help |
Bye | bye |
All images and characters used belonged to the respective owners. According to fair use, the images used is for my CS2103T individual project and for educational purpose solely. If there is any problems with using the images found online, please contact me at michaeliatantong@gmail.com.