Skip to content

Commit c9e111b

Browse files
Rohan5commitCopilot
andcommitted
chore: improve demo tape
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4b02d60 commit c9e111b

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

.github/demo.tape

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
Output demo.gif
22
Set FontSize 20
3-
Set Width 1200
4-
Set Height 700
3+
Set Width 1400
4+
Set Height 900
55
Set Theme "Builtin Solarized Dark"
66

7-
Type "roast https://github.com/psf/requests --no-llm --max-files 20"
7+
Type "clear"
88
Enter
9+
Sleep 1s
910

10-
Type "echo 'Report generated: roast-report.html'"
11-
Enter
11+
Type "echo '🔥 roast-my-code demo: analyze a repo and export HTML report'"
12+
Enter
13+
Sleep 1s
14+
15+
Type "roast . --no-llm --max-files 20 --extensions py,js,ts,tsx,md,toml --output demo-report.html"
16+
Enter
17+
Sleep 1s
18+
19+
Type "ls -lh demo-report.html"
20+
Enter
21+
Sleep 1s
22+
23+
Type "echo 'Open demo-report.html in your browser for the full report.'"
24+
Enter
25+
Sleep 2s

0 commit comments

Comments
 (0)