Skip to content

Commit

Permalink
add agg
Browse files Browse the repository at this point in the history
asciinema gif generator
  • Loading branch information
fharper committed Aug 14, 2024
1 parent 017f4c1 commit c85b206
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion macsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3342,19 +3342,22 @@ displaySection "Command line tools"
installkeg alexjs

#
# Asciinema + svg-term-cli
# Asciinema + svg-term-cli + agg
#
# Terminal session recorder
# Convert tool for asciicast to animated SVG
# asciinema gif generator
#
# https://github.com/asciinema/asciinema
# https://github.com/marionebl/svg-term-cli
# https://github.com/asciinema/agg
#
if [[ "$(isCLAppInstalled asciinema)" = "false" ]]; then
installkeg asciinema
asciinema auth
pausethescript "Authenticate with asciinema before continuing the installation script."
installNodePackages svg-term-cli
installkeg agg
fi

#
Expand Down

0 comments on commit c85b206

Please sign in to comment.