Skip to content

Instantly share code, notes, and snippets.

@jwalgran
Last active January 4, 2022 21:06
Show Gist options
  • Save jwalgran/8d447208cc557d150425ae13cfe8679b to your computer and use it in GitHub Desktop.
Save jwalgran/8d447208cc557d150425ae13cfe8679b to your computer and use it in GitHub Desktop.
Extract the card face URLs from a Tabletop Simulator mod
grep FaceURL ~/Library/Tabletop Simulator/Mods/Workshop/1467894341.json | cut -d "\"" -f 4 | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment