Podz is a task managing desktop app designed to enhance your productivity with a blend Command Line Interface (CLI) efficiency and the user-friendly appeal of a Graphical User Interface (GUI). By seamlessly combining the benefits of CLI speed with the intuitive GUI, Podz empowers users to complete tasks effortlessly.
- Ensure you have Java
11or above installed. - Download the latest
podz.jarhere. - Copy the file to the folder you want to use as the home folder for Podz.
- Open a command terminal,
cdinto the folder you put the jar file in, and use thejava -jar podz.jarcommand to run the application. A GUI similar to the above should appear in a few seconds. - Type a command in the command box and press Enter to execute it.
- Refer to the user guide for details of each command.
| Command | Format | Example |
|---|---|---|
| List tasks | list |
list |
| Add todo | todo DESCRIPTION |
todo borrow book |
| Add deadline | deadline DESCRIPTION /by YYYY-MM-DD [HHmm] |
deadline return book /by 2024-01-05 1800 |
| Add event | event DESCRIPTION /from YYYY-MM-DD [HHmm] /to YYYY-MM-DD [HHmm] |
event project meeting /from 2024-02-01 1200 /to 2024-02-01 1600 |
| Mark task | mark INDEX |
mark 1 |
| Unmark task | unmark INDEX |
unmark 1 |
| Delete task | delete INDEX |
delete 2 |
| Find tasks | find KEYWORD(s) |
find book |
| Exit program | bye |
bye |