Welcome to the Task Manager! Fight your way up the bell curve using this fabulous task management application!
Task Manager is your Personal Assistant to help you take notes of various tasks in your studies at NUS, which includes To-dos, Deadlines, or Events. To-dos are there to help you jot down any thing academic related that you want to cover. Deadlines are for assignment/homework. Never getting chased by deadlines again by knowing all of your deadlines in advance! And events for anything related, e.g. a conference that you want to go. Many extra features come along such as, finding tasks according to a specific day or month, see nearest deadlines, and mark a task as completed.
Task Manager (TM) is for NUS Students who want to use a desktop application for managing tasks. TM is optimised for those who like to work with Command Line Interface (CLI) while still having a renovated GUI. If you can type fast, which most NUS Computing students can, you will really love this app. Try it out!
11
or above installed in your Computer.Enter
or the “Send” button to execute it.todo pray to the bell curve god
: adds a Todo Task called “pray to bell curve god”. A Todo has no timestamp.
Why need a timestamp when you can “pray to the bell curve god” everyday?list
: lists all tasks. For now, you should see the task “pray to the bell curve god” above.deadline CS3230 Assignment 1/2020-03-07
: adds a deadline with a date in format YYYY-MM-DD. Who uses
MM-DD anyways? ahemdeadline Buy present/2020-03-08
: adds another deadline.sort deadlines
: Ta-da! Now you can see the nearest deadlines that you have. Never worried about
missing a deadline anymore!bye
: exits the app. Bye bye!list
list
todo
todo <ACTIVITY>
todo cs3230 assignment 1
deadline
deadline <ACTIVITY>/<YYYY-MM-DD>
deadline CS2105 Assignment 1/2020-03-01
event
event <ACTIVITY>/<YYYY-MM-DD>
event mid-term CS3243/2020-03-07
done
done <INDEX>
INDEX
. The index refers to the index number shown in the displayed task list. The index must be a positive integer 1, 2, 3, …done 3
delete
delete <INDEX>
INDEX
. The index refers to the index number shown in the displayed task list. The index must be a positive integer 1, 2, 3, …delete 2
find
find <NAME>
find CS
sort deadlines
sort deadlines
sort deadlines
bye
bye