v0.1
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.