This is Elvin, the best personal task management system you will ever use!
Java 11
installed on your laptop or computer.java -jar "Elvin.jar"
.todo
Add a todo task to the the list of tasks.
Format: todo DESCRIPTION
Example:
todo borrow book
deadline
Add a deadline task to the list of task with specific deadline.
Format: deadline DESCRIPTION /by DEADLINE
Example:
deadline homework /by Sunday
event
Add a event task to the list of task with a time period marked by from and to.
Format: event DESCRIPTION /from START /to END
Example:
event midterm exam /from 15:00 /to 17:00
delete
Delete task from list of task based on index.
Format: delete INDEX
Example:
delete 2
list
List all tasks in the list of tasks.
Format: list
Example:
list
mark
Mark a task as done based on index.
Format: mark INDEX
Example:
mark 2
unmark
Unmark a task as done based on index.
Format: unmark INDEX
Example:
unmark 5
find
List all tasks that contains the given string
Format: find DESCRIPTION
Example:
find book
bye
Exit the app
Format: bye
Example:
bye
The data is saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
The data is edited in the hard disk automatically after any command that changes the data. If you want to edit the data manually, you can use the app to edit it.
Q: How do I transfer my data to another Computer? A: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous Elvin folder with same relative location.