Skip to content

Releases: kohtzerui/ip

Nimbus v0.2

07 Mar 12:48
3f7abed

Choose a tag to compare

Nimbus v0.2 Release

Second milestone release of Nimbus, a command-line personal task management chatbot.

Features Included:

  • Task Management: Add todo, deadline, and event tasks.
  • Tracking: list, mark (as done), and unmark tasks.
  • Deletion: Remove tasks from the list using the delete command.
  • Search: Find specific tasks using the find command.
  • Persistence: Automatic saving and loading of all tasks (nimbus.txt).

Setup Instructions:

  1. Download the Nimbus.jar file attached below.
  2. Place it in an empty folder.
  3. Open a terminal in that folder and run: java -jar Nimbus.jar

Note: Requires Java 17 or higher.

Nimbus v0.1

20 Feb 04:11

Choose a tag to compare

Nimbus v0.1

First release of Nimbus, a CLI-based task management chatbot.

Features

  • Task types: Todos, Deadlines (with /by), and Events (with /from and /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

  1. Copy Nimbus.jar into an empty folder
  2. Open a terminal in that folder
  3. Run: java -jar "Nimbus.jar"