Skip to content

Releases: Gogeta2792/ip

Release list

v0.2

Choose a tag to compare

@Gogeta2792 Gogeta2792 released this 19 Feb 06:40

Spot v0.2

Spot is a task manager chatbot with a JavaFX GUI and optional text UI. This release provides a single executable JAR that includes JavaFX, so it runs on Windows, macOS, and Linux without installing JavaFX separately.

Features

  • Tasks: Add todos, deadlines, and events
  • Manage: List, mark/unmark, delete, and find tasks
  • Date view: See tasks on a specific date (on <date>)
  • Cheer: Random motivational messages
  • Persistence: Tasks are saved to data/spot.txt in the folder where you run the JAR

How to run

  1. Download spot.jar from the assets below.
  2. Put it in an empty folder (optional: add DaUser.png and DaSpot.png in src/main/resources/images/ for custom avatars if you built from source, avatars are optional).
  3. Open a terminal in that folder and run:
    java -jar spot.jar

v0.1

Choose a tag to compare

@Gogeta2792 Gogeta2792 released this 06 Feb 07:51

Spot – Command-line task manager
Spot the dog is a text-based task manager that runs in the terminal. Add todos, deadlines, and events, mark them done, and see what’s due on a given day. Tasks are saved automatically to a local file.

Features
Task types: Todo, Deadline (with date/time), Event (from–to)
Commands: List tasks, mark/unmark as done, delete, add tasks
Date view: See all deadlines on a specific date (on yyyy-mm-dd or on d/M/yyyy)
Persistence: Tasks stored in data/spot.txt in the folder where you run the JAR
Help: Type help in the app for available commands

How to run
Requirement: Java 21 (or compatible JRE)

Copy spot.jar into a folder, open a terminal in that folder, and run:
java -jar "spot.jar"

Use bye to exit. Spot saves your tasks automatically.