Ahoy from
_ _ __ ____ ____
( \/ ) /__\ ( _ \( _ \
\ / /(__)\ ) / ) /
(__)(__)(__)(_)\_)(_)\_)
Have you ever felt:
- Dangerously forgetful?
- Bored of speaking plain English?
- Tired of minimalist app interfaces?
If you answered yes to any of the above, then Yarr is perfect for you! Yarr can be your swashbuckling assistant on the high seas of productivity.
To get acquainted with him:
- download the most recent release from here;
- run
java -jar yarr.jar
from your terminal - add your tasks
- get chummy with your new favourite scallywag 🏴☠️
All this for the low, low price of FREE!
Yarr continues to grow more capable each day and is able to:
- Handle To-dos
- Handle Deadlines and Events
- Be operated with a GUI interface
- Accomodate flexible command formats
For enthusiastic programmers, Yarr is highly customisable with easily extended packages and classes. Here's a snippet of the Task
class for example:
public class Task {
protected String description;
protected boolean isDone;
public Task(String description) {
this.description = description;
this.isDone = false;
}
public String toString() {
return (isDone ? "[X] " + description : "[ ] " + description); //mark done task with X
}
public void markAsDone() {
isDone = true;
}
}
What are you waiting for? Download Yarr now and join our other happy users!
The
One PieceProductivity! TheOne PieceProductivity is real! – Edward Newgate