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.help
Shows a message explaining all the commands with examples.
Format: help
list
Shows all of your current task in the list.
Format: list
todo
Adds a ‘todo’ task into the list.
Format: todo <task name>
Examples:
todo learn cooking
todo buy milk
deadline
Adds a ‘deadline’ task into the list.
Format: deadline <task name> /by <date> <time>
Examples:
deadline CS2103T project /by 2020-08-26 23:59
deadline Google Internship Application /by 2020-09-31 22:00
event
Adds a ‘event’ task into the list.
Format: event <task name> /at <date>
Examples:
event Company's Retreat /at 2020-01-29
event Google Day /at 2020-09-09
done
Marks a task in the list as done.
Format: done <number>
Examples:
done 2
done 1
delete
Deletes a task from the list.
Format: delete <number>
Examples:
delete 2
delete 1
check
Checks what task(s) has/have not been completed on a specified date.
Format: check <date>
Examples:
check 2020-08-08
check 2020-10-28
find
Finds any task(s) matching a specified keyword.
Format: find <keyword>
Examples:
find homework
find project
Q: How do I transfer my data to another Computer?
Install the app in the other computer and copy over the text file
todolist.txt
and paste it in the home folder of MilkMocha.