🌊🐠If you're a little forgetful (like Dory), don't worry, Nemo's got your back. 🌊🐠
Nemo is a chatbot task tracker that takes in CLI inputs to store and manage tasks, deadlines and events.
"I forget things almost instantly. It runs in my family… well, at least I think it does... hmm, where are they?" - Dory
- Install
Java 11
. - Download Nemo from here.
- Put the Nemo
jar
file into your desired folder. - Run
java -jar .\nemo.jar
to start the app.
✍️ Nemo supports the following 3 types of tasks.
- ToDos - a task that needs to be completed eventually
- Deadlines - a task that has a deadline for completion
- Events - a task that has a start and end date
😎 Nemo will save any changes to your task list into a data directory. This way you can load tasks that you had added in a previous session, or share these tasks with a friend.
😲 Nemo supports undoing and redoing any changes you make to the task tracker in that session.