Skip to content

Latest commit

 

History

History
100 lines (52 loc) · 1.69 KB

File metadata and controls

100 lines (52 loc) · 1.69 KB

ADD TASK

add <desc> -d <deadline: format: dd/mm/yyyy> -s <start time> -e <end time> -v <venue> -c <category>

alternatives: add, new, create, insert

ADD INFORMATION TO TASK

info <taskID> <info>

alternatives: addinfo, adddesc, createdesc, createinfo

ADD REMINDERS TO TASK

rem <taskID> <date> <time (optional)>

alternatives: reminder, remind

ADD ALARM

alarm <desc (option)> <time number> <time unit>

alternatives: addalarm, setalarm, timer, settimer

STOP ALARM stop

alternatives: stopp, sto

CLEAR DATA

clc

alternatives: clear, clean, clc, clar

CLEAR SCREEN

clcsr

alternatives: clearscr, clcsr, clearsc, clearscreen

DELETE A TASK

del <taskID>

alternatives: delete, del, remove, rem

EDIT DESCRIPTION FOR TASK

edit <taskID> <new desc>

alternatives: edit, change

SEARCH A KEYWORD(S) FOR TASK DESCRIPTION

search <keyword>

alternatives: search, find,

Note: In the event of multiple keyword search, only tasks containing all the keywords will be displayed.

You can also search by deadline. Or words like 'tomorrow'

LIST TASKS

ls <parameter (done, undone, all) [default=all]>

alternatives: list, ls, show, display, lst

Note: You can also list by deadline. Just key in the deadline as the parameter

REDO LAST ACTION redo

alternatives: redo, r, re, rdo

MARK TASK AS DONE

done <taskID>

alternatives: done, finished, finish, completed, complete

UNDO LAST ACTION

undo

alternatives: undo, u

Multiple undo supported now

SHOW REMINDERS showrem

Note: This shows today's reminders for tasks that deadlines are keyed in

EXIT PROGRAM

exit

alternatives: exit, quit, close, end