Skip to content

Commit 0fca4d4

Browse files
committed
feat: enhance chatgpt-cli.tape with new queries and resized display
1 parent c070346 commit 0fca4d4

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed
Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
Output vhs.gif
22

3-
Set FontSize 19
3+
Set FontSize 15
44
Set Shell "bash"
5-
Set Width 625
6-
Set Height 425
7-
Set Theme "Tomorrow Night Burns"
5+
Set Width 680
6+
Set Height 460
7+
Set Theme "Tomorrow Night Bright"
88

9-
Type "chatgpt 'Write a 1 line joke about A.I'"
9+
Type "chatgpt what is the capital of the Netherlands?"
10+
Enter
11+
Sleep 2s
12+
13+
Type "cat README.md | chatgpt introduce this program in 1 line"
14+
Enter
15+
Sleep 3s
16+
17+
Type "git diff | chatgpt -n -p ../prompts/create_git_diff_commit.md"
1018
Enter
1119
Sleep 3s
1220

13-
Type "cat ../README.md | chatgpt 'Introduce this program in 1.5 lines'"
21+
Type "chatgpt --image ~/Desktop/google.png Whats in this image?"
1422
Enter
15-
Sleep 6s
23+
Sleep 3s

cmd/chatgpt/resources/vhs.gif

50.8 KB
Loading

0 commit comments

Comments
 (0)