Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 22 additions & 27 deletions docs/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,49 @@ Output docs/demo.gif
Set Shell "zsh"
Set FontSize 22
Set Width 1400
Set Height 800
Set Padding 20
Set Height 760
Set Padding 18
Set BorderRadius 8
Set WindowBar Colorful
Set Theme "Builtin Dark"
Set TypingSpeed 50ms
Set TypingSpeed 40ms
Set Framerate 30

Hide
Type "cd /Users/sven1103/git/opencode-config-cli/.worktrees/feature/improved-lipgloss-styling"
Type "cd /tmp/occo-demo-recording/work"
Enter
Sleep 500ms
Type "clear"
Enter
Show

Type "./occo --version"
Type "mkdir -p demo-project"
Enter
Sleep 1s
Sleep 700ms

Type "./occo --help"
Type "occo --version"
Enter
Sleep 2s
Sleep 1s

Type "./occo source list"
Type "occo source add qbicsoftware/opencode-config-bundle --name qbic"
Enter
Sleep 2s
Sleep 1.2s

Type "./occo bundle install test-add --preset default --dry-run"
Type "occo bundle install --project-root demo-project"
Enter
Sleep 2s

Type "./occo bundle install --help"
Sleep 1200ms
Type "1"
Enter
Sleep 3s

Type "./occo source list --with-presets 2>&1 | head -12"
Sleep 2600ms
Type "1"
Enter
Sleep 3s

Type "clear"
Sleep 2600ms
Type "1"
Enter
Sleep 500ms
Sleep 1.5s

Type "./occo bundle install test-add --preset default --project-root /tmp/demo-test 2>&1"
Type "occo bundle status --project-root demo-project"
Enter
Sleep 2s
Sleep 1.2s

Type "./occo bundle status --project-root /tmp/demo-test"
Type "tree -a demo-project"
Enter
Sleep 3s
Sleep 5s
Loading