-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevy.tape
More file actions
125 lines (106 loc) · 1.84 KB
/
devy.tape
File metadata and controls
125 lines (106 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Where should we write the GIF?
Output devy.gif
Set Shell zsh
Set FontSize 25
Set Width 1200
Set Height 800
Set Padding 30
Set Margin 60
Set MarginFill "#674EFF"
Set WindowBar Colorful
Set WindowBarSize 40
Set BorderRadius 8
# This is your normal terminal
# TODO: Find better project name
Type "mkdir shopping-app"
Enter
Sleep 1s
Type "cd shopping-app"
Enter
Sleep 1s
Type "git init"
Enter
Sleep 1s
Type "echo '# Dodge shopper: Personalized shopin recomendations' > README.md"
Enter
Sleep 1s
Type "git commit -m 'initial comimt'"
Enter
Sleep 1s
Type "git commit amend -m 'initial commit'"
Enter
Sleep 1s
# After you install Devy
Type "npm install -g @bitosoft/devy"
Enter
Sleep 10s
Type "devy"
Enter
Sleep 5s
# You can stop trying to remember commands
Type "devy undo my last commit"
Sleep 3s
Type "fix the typo in the readme and recommit the changes"
Sleep 5s
# Put an end to accumulating shell aliases
Type "generate a react web app"
Enter
Sleep 2s
Type "list the directory structure in tree format"
Enter
Sleep 5s
Type "cp ~/Downloads/customer-list.csv ."
Enter
Sleep 2s
Type "Convert customer list from csv to json"
Enter
Sleep 5s
# Replace that cheatsheet background with a cute puppy
# And focus on solving problems
# Mistakes? Devy got you
# Debugging is Devy's special treat.
# Git Flow
Type "git commit undo"
Sleep 2s
Type "?"
Backspace 12
Type "uncommit"
Sleep 1s
Type " "
Sleep 1s
Type "--hard"
Sleep 2s
Left 6
Backspace 9
Type "reset "
Right 6
Sleep 1s
Type " HEAD"
Sleep 1s
Type "~"
Sleep 1s
Type " ??"
Sleep 2s
Backspace 30
# Devy to the rescue
Type "devy please undo my last commit"
Sleep 1s
Type " 🙏"
Sleep 1s
Enter
Hide
Type "node /Users/justiceo/code/devy/src/devy.js what is the time"
Enter
Show
# Admire the output for a bit.
Sleep 10s
Type "ls"
Enter
Sleep 3s
Type "ls but show files size"
Enter
Sleep 2s
Type "clear"
Sleep 1s
Enter
Sleep 5s