v0.0.1
Pre-release
Pre-release
Leto 👑
v0.0.1
“Once you have explored a fear, it becomes less terrifying. Part of courage comes from extending our knowledge.” -Duke Leto Atreides source
Duke Leto helps you with keeping track of todos, deadlines and events. It's,
- text-based
- easy to learn
FASTSUPER FAST to use
All you need to do is,
- download it from here.
- double-click it.
- add your tasks.
- let it manage your tasks for you 😉
And it is FREE!
Features:
- Managing tasks
- Managing deadlines
- Managing events
- Extensible way to add commands 🔧
- Save 💾 and load from csv
- Reminders (coming soon)
If you are a Java programmer, you can use it to practice Java too. Here's the main
method:
public class Main {
public static void main(String[] args) {
letoLogo();
TaskList.initFromFile();
Parser.readCommandAndExecute();
}
}
Full Changelog: https://github.com/camille-readbean/ip/commits/A-Jar