Feeling overwhelmed by millions of works? Let Alpha help you deal with it! Equipped with
- text-based📄
- No entry barrier🎯
- super fast⚡⚡ Alpha will do its best
Let's get start:
- download the newest release
- run it using
java -jar alpha.java
- add all your tasks
- let it git rid of all the trouble for you
This is a project template for a greenfield Java project. It's named after the Java mascot Alpha. Given below are instructions on how to use it.
Just use list
to check all your tasks!
Alpha is a time table robot that provides users with three types of tasks:
- Todo
- Deadline with a deadline time
- Event with start and end time
Users can use
todo
,deadline
andevent
to create correspond items in the time table, usedelete
to delete the out-of-date items. And users can also usemark
andunmark
to set one task as "done", usefind
to easily pick out the item based on the index
you may add a deadline bt the command:
deadline task name /by time
the other two types of tasks are added by:
todo taskname
event eventname /from starttime /to endtime
then one task will be added to the time table and Alpha will inform you your change in the time table like
The format of the instruction:
find keyword
then Alpha will print out the task with the input index
you may mark or unmark a task by:
mark taskindex
unmark taskindex
If you push a task that has already existed in the timetable, Alpha will pop up a window to ask user whether to add this task