Releases: kohtzerui/ip
Releases · kohtzerui/ip
Nimbus v0.2
Nimbus v0.2 Release
Second milestone release of Nimbus, a command-line personal task management chatbot.
Features Included:
- Task Management: Add
todo,deadline, andeventtasks. - Tracking:
list, mark (as done), andunmarktasks. - Deletion: Remove tasks from the list using the
deletecommand. - Search: Find specific tasks using the
findcommand. - Persistence: Automatic saving and loading of all tasks (
nimbus.txt).
Setup Instructions:
- Download the Nimbus.jar file attached below.
- Place it in an empty folder.
- Open a terminal in that folder and run:
java -jar Nimbus.jar
Note: Requires Java 17 or higher.
Nimbus v0.1
Nimbus v0.1
First release of Nimbus, a CLI-based task management chatbot.
Features
- Task types: Todos, Deadlines (with
/by), and Events (with/fromand/to) - Task management: Add, list, mark/unmark as done, and delete tasks
- Persistent storage: Tasks are automatically saved to disk and restored on startup
Usage
- Copy
Nimbus.jarinto an empty folder - Open a terminal in that folder
- Run:
java -jar "Nimbus.jar"