Skip to content

Commit

Permalink
Fix screen record script
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 27, 2024
1 parent 0741b18 commit 0c7791d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/record_screen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ asciinema rec \
--cols 70 \
--rows 17 \
"$RECORDING_PATH"

echo "Recording saved to $RECORDING_PATH"
sed "s@$TEMP_DIR@~@g" "$RECORDING_PATH" |
pnpm svg-term \
npx svg-term-cli \
--window \
--out "docs/pactup.svg" \
--height=17 \
Expand Down

0 comments on commit 0c7791d

Please sign in to comment.