Caviar, a type of fish roe. Speak to the fish in the water for your tasks!
Caviar is an interactive task manager with a personality—sometimes ending and starting sentences with roe.
Choose between CLI or GUI interaction with your task manager!
java -jar Caviar.jar).Caviar.java and type commands into your terminal.Creates a simple task with no date/time.
Command:
todo <task description>
Command:
deadline <task description> /by <YYYY-MM-DD HHmm>
Compulsory: description and datetime
Command:
event <event description> /from <YYYY-MM-DD HHmm> /to <YYYY-MM-DD HHmm>
Compulsory: description, /from datetime, and /to datetime
Command:
list
Command:
find <keyword>
Compulsory: tasks contain keyword in their description.
Commands:
sort 1
sort 2
sort todo 1
sort deadline 2
sort event 1
Command:
mark <task number>
Command:
unmark <task number>
Command:
delete <task number>
Compulsory: Deleting tasks by indices.
Command:
bye
Willing to contribute to this project? feel free to submit PRs!