MilkMocha is a desktop application for managing tasks.
MilkMocha is a desktop application for managing tasks, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, MilkMocha can get your task management done faster than traditional GUI apps.
Java 11 or above installed in your computer.milkmocha.jar.Features below for details of each command.helpShows a message explaining all the commands with examples.
Format: help
listShows all of your current task in the list.
Format: list
todoAdds a ‘todo’ task into the list.
Format: todo <task name>
Examples:
todo learn cookingtodo buy milkdeadlineAdds a ‘deadline’ task into the list.
Format: deadline <task name> /by <date> <time>
Examples:
deadline CS2103T project /by 2020-08-26 23:59deadline Google Internship Application /by 2020-09-31 22:00eventAdds a ‘event’ task into the list.
Format: event <task name> /at <date>
Examples:
event Company's Retreat /at 2020-01-29event Google Day /at 2020-09-09doneMarks a task in the list as done.
Format: done <number>
Examples:
done 2done 1deleteDeletes a task from the list.
Format: delete <number>
Examples:
delete 2delete 1checkChecks what task(s) has/have not been completed on a specified date.
Format: check <date>
Examples:
check 2020-08-08check 2020-10-28findFinds any task(s) matching a specified keyword.
Format: find <keyword>
Examples:
find homeworkfind projectQ: How do I transfer my data to another Computer?
Install the app in the other computer and copy over the text file
todolist.txtand paste it in the home folder of MilkMocha.