Skip to content

Releases: MinhHoangLeNUS/ip

Aster v0.2

Choose a tag to compare

@MinhHoangLeNUS MinhHoangLeNUS released this 17 Sep 19:20
ed1781b

Final iP release of Aster with its graphical interface, enhanced error handling, task statistics, documentation and user guide.

Aster v0.1

Choose a tag to compare

@MinhHoangLeNUS MinhHoangLeNUS released this 04 Sep 06:45

First released build of Aster, a command-line task chatbot.

Aster keeps a list of todos, deadlines and events, remembers whether each
one is done, and saves the list to disk so it survives restarting.

Requirements

Java 25 or later.

How to run

  1. Download Aster.jar below and put it in a folder of its own.
  2. Open a command window in that folder.
  3. Run:
java -jar "Aster.jar"

Aster creates a data folder beside the JAR to store your tasks, and reads
it back the next time you start.