Clippy is a desktop app made by Wang Jun Hao under the module CS2103T AY20/21-S1. Clippy assists you in managing your tasks, and it is optimized for use via a Command Line Interface (CLI). You can keep track of your day-to-day tasks, search for specific tasks by keywords and update details of tasks. If you can type fast, Clippy can help you keep track of your tasks faster than traditional GUI apps.
- Ensure you have Java 11 or above installed in your Computer.
- Download the latest
duke.jar
release from https://github.com/wang-jun-hao/ip. - Copy the file to the folder you want to use as the home folder for your Clippy.
- To launch the application, type
java -jar duke.jar
in Command Prompt (Windows) or Terminal (macOS). The GUI similar to the below should appear in a few seconds.
- Type the command in the command box and press Enter to execute it.
e.g. typinghelp
and pressing Enter will open the help window.
This is a green-field project with GUI template taken from Prof Damith.