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
|
# Configure all our settings
Set FontSize 20
Set Width 800
Set Height 600
Set TypingSpeed 50ms
Set Theme "Catppuccin Mocha"
Set Padding 8
Output projects.webm
Output projects.gif
Hide
Type "changie init"
Enter
Type "export CHANGIE_CONFIG_PATH=projects_config.yaml"
Enter
Type "mkdir -p .changes/landing .changes/user_feeds .changes/user_management"
Enter
Type "mkdir -p users/feeds users/management landing"
Enter
Type "clear"
Enter
Show
Type "changie new"
Sleep 1s
Enter
Sleep 1s
# Select user feeds and management
Space
Sleep 1s
Down
Sleep 1s
Space
Sleep 1s
Enter
Sleep 1s
# Use the added kind
Enter
Sleep 1s
Type "New feature in two projects"
Sleep 1s
Enter
Sleep 1s
Type "ls .changes/unreleased"
Sleep 1s
Enter
Sleep 1s
Type "changie batch -j user_feeds auto"
Sleep 1s
Enter
Sleep 1s
Type "cat .changes/user_feeds/v0"
Sleep 1s
Tab
Sleep 1s
Enter
Type "changie merge"
Sleep 1s
Enter
Sleep 1s
Type "cat users/feeds/CHANGELOG.md"
Sleep 1s
Enter
Type "changie latest -j user_feeds"
Sleep 1s
Enter
Enter
# Slight pause at the end
Sleep 3s
# Cleanup
Hide
Type "rm CHANGELOG.md"
Enter
Type "rm .changie.yaml"
Enter
Type "rm -rf .changes"
Enter
Type "rm -rf users"
Enter
Type "rm -rf landing"
Enter
|