forked from se-edu/duke
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
70 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,8 @@ bin/ | |
|
||
/text-ui-test/ACTUAL.txt | ||
text-ui-test/EXPECTED-UNIX.TXT | ||
|
||
# Vim files | ||
/*.swp | ||
/*.un~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,50 @@ | ||
Hello from | ||
____ _ | ||
| _ \ _ _| | _____ | ||
| | | | | | | |/ / _ \ | ||
| |_| | |_| | < __/ | ||
|____/ \__,_|_|\_\___| | ||
|
||
--------------------------------------- | ||
Hello! I'm Duke | ||
What can I do for you? | ||
--------------------------------------- | ||
I don't understand that command | ||
Command Failed | ||
--------------------------------------- | ||
--------------------------------------- | ||
--------------------------------------- | ||
Got it. I've added this task: | ||
[T][✘] 123 | ||
Now you have 1 task in the list. | ||
--------------------------------------- | ||
--------------------------------------- | ||
1.[T][✘] 123 | ||
--------------------------------------- | ||
--------------------------------------- | ||
Got it. I've added this task: | ||
[E][✘] 123 (at: 12pm) | ||
Now you have 2 tasks in the list. | ||
--------------------------------------- | ||
--------------------------------------- | ||
Got it. I've added this task: | ||
[D][✘] study (by: Sleeptime) | ||
Now you have 3 tasks in the list. | ||
--------------------------------------- | ||
Nice! I've marked this task as done: | ||
[T][✓] 123 | ||
--------------------------------------- | ||
--------------------------------------- | ||
1.[T][✓] 123 | ||
2.[E][✘] 123 (at: 12pm) | ||
3.[D][✘] study (by: Sleeptime) | ||
--------------------------------------- | ||
Nice! I've marked this task as done: | ||
[D][✓] study (by: Sleeptime) | ||
--------------------------------------- | ||
--------------------------------------- | ||
1.[T][✓] 123 | ||
2.[E][✘] 123 (at: 12pm) | ||
3.[D][✓] study (by: Sleeptime) | ||
--------------------------------------- | ||
Command Failed | ||
--------------------------------------- | ||
1.[T][✓] 123 | ||
2.[E][✘] 123 (at: 12pm) | ||
3.[D][✓] study (by: Sleeptime) | ||
--------------------------------------- | ||
Bye. Hope to see you again soon! | ||
--------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
badcommand | ||
list | ||
todo 123 | ||
list | ||
event 123 /at 12pm | ||
deadline study /by Sleeptime | ||
done 123 | ||
list | ||
done study | ||
list | ||
done | ||
list | ||
bye |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters