Skip to content

Commit c85b206

Browse files
committed
add agg
asciinema gif generator
1 parent 017f4c1 commit c85b206

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

macsetup.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -3342,19 +3342,22 @@ displaySection "Command line tools"
33423342
installkeg alexjs
33433343

33443344
#
3345-
# Asciinema + svg-term-cli
3345+
# Asciinema + svg-term-cli + agg
33463346
#
33473347
# Terminal session recorder
33483348
# Convert tool for asciicast to animated SVG
3349+
# asciinema gif generator
33493350
#
33503351
# https://github.com/asciinema/asciinema
33513352
# https://github.com/marionebl/svg-term-cli
3353+
# https://github.com/asciinema/agg
33523354
#
33533355
if [[ "$(isCLAppInstalled asciinema)" = "false" ]]; then
33543356
installkeg asciinema
33553357
asciinema auth
33563358
pausethescript "Authenticate with asciinema before continuing the installation script."
33573359
installNodePackages svg-term-cli
3360+
installkeg agg
33583361
fi
33593362

33603363
#

0 commit comments

Comments
 (0)