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".todoAdd a todo task to the the list of tasks.
Format: todo DESCRIPTION
Example:
todo borrow book
deadlineAdd a deadline task to the list of task with specific deadline.
Format: deadline DESCRIPTION /by DEADLINE
Example:
deadline homework /by Sunday
eventAdd 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
deleteDelete task from list of task based on index.
Format: delete INDEX
Example:
delete 2
listList all tasks in the list of tasks.
Format: list
Example:
list
markMark a task as done based on index.
Format: mark INDEX
Example:
mark 2
unmarkUnmark a task as done based on index.
Format: unmark INDEX
Example:
unmark 5
findList all tasks that contains the given string
Format: find DESCRIPTION
Example:
find book
byeExit 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.