Skip to content

Commit

Permalink
Update GIF tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Feb 27, 2021
1 parent f745349 commit be1a326
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .verchew.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ version = 2
optional = true
message = $ brew install graphviz

[resize]

cli = /usr/X11/bin/resize
version = Usage: resize
optional = true
message = $ brew install --cask xquartz

[asciinema]

cli = asciinema
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ docs/*.png: $(MODULES)
docs/demo.gif: docs/demo.cast
asciicast2gif $< $@
docs/demo.cast: Makefile
resize -s 61 127
/usr/X11/bin/resize -s 61 127
poetry run asciinema rec $@ --overwrite --command "make demo CI=true RECORDING_DELAY=1" --title "GitMan Demo"
poetry run asciinema upload $@

Expand Down

0 comments on commit be1a326

Please sign in to comment.