Meet Pocus in Focus! An all-in-one task manager to help you better plan your time. With a simple interface and easy-to-use commands, you would be able to use Focus effectively!
Pocus helps you to add 3 different types of tasks, namely ToDo, Deadline and Event.
todo TODO_DESCRIPTION
Adds a todo task to your task list, with no specific deadlines attached to it.
Example of usage:
todo user guide for Focus
Expected outcome:
deadline DEADLINE_DESCRIPTION /by YYYY-MM-DD HH:mm
Adds a deadline task to your task list, with a deadline attached to it.
Example of usage:
deadline iP /by 2020-09-18 23:59
Expected outcome:
event EVENT_DESCRIPTION /at YYYY-MM-DD HH:mm
Adds an event task to your task list, with a date and time attached to it.
Example of usage:
event Christmas Party /at 2020-12-25 18:00
Expected outcome:
Pocus helps you to mark the tasks that you have completed as done.
done TASK_NUMBER
Marks the task with the task number you have specified to be done.
Example of usage:
done 2
Expected outcome:
Pocus helps you to list out the tasks you have in your task list.
list
Displays the tasks that you have in your task list regardless of whether you have completed or not.
Example of usage:
list
Expected outcome:
Pocus helps you to delete the tasks that you no longer need.
delete TASK_NUMBER
Deletes the task with the task number you have specified.
Example of usage:
delete 3
Expected outcome:
Pocus helps you to find the tasks which contain the keyword you want.
find KEYWORD
Finds the tasks which has KEYWORD as a description.
Example of usage:
find party
Expected outcome:
Pocus reminds you of the tasks which are due soon (within your specified period of days).
remind
Reminds you of tasks within specified period of days. Default is 7 days.
Example of usage:
remind
Expected outcome:
Pocus helps you to change your name, or the number of days you want for reminders.
settings /name YOUR_NEW_NAME
First-time users will be prompted to add a name, but you can change it afterwards.
Example of usage:
settings /name Rui
Expected outcome:
settings /days NUMBER_OF_DAYS
Default number of days is 7, but you can change it if you like.
Example of usage:
settings /days 3
Expected outcome:
Pocus helps you to list out the available commands. Good for first-time users!
help
Helps you to get used to the commands Pocus can recognise.
Example of usage:
help
Expected outcome:
Pocus helps you to exit the application.
bye
Exits the application, and the window will close in 5 seconds automatically.
Example of usage:
bye
Expected outcome:
Q: Why am I unable to run the JAR file?
A: Please ensure that your laptop supports at least Java 11.
Q: What if I am changing my laptop?
A: Don’t worry! At the current directory you are at right now, you should see a data folder created for you.
Simply copy the folder into your new laptop, and run the JAR file in the same directory, and Focus will
retrieve all the data for you!
If you have any further questions, please do not hesitate to contact me via Github!