https://github.com/inventsable/copycat
Illustrator utility panel to drag/drop Action files and produce Javascript load/unloading code
https://github.com/inventsable/copycat
actions adobe-illustrator illustrator
Last synced: about 1 month ago
JSON representation
Illustrator utility panel to drag/drop Action files and produce Javascript load/unloading code
- Host: GitHub
- URL: https://github.com/inventsable/copycat
- Owner: Inventsable
- Created: 2020-08-11T17:58:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T18:01:25.000Z (over 5 years ago)
- Last Synced: 2025-08-07T15:40:55.205Z (8 months ago)
- Topics: actions, adobe-illustrator, illustrator
- Language: JavaScript
- Homepage:
- Size: 5.63 MB
- Stars: 13
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# copycat
Simple panel to convert Illustrator's .aia raw text files to prettified Javascript code and automatically copy them to clipboard.

Often find myself in need of using Actions for scripting, and it gets tiresome to look up or reference code each time I do it, or have to manually parse these raw text strings. I figure this would be a huge time saver even if its a very specific use case and will only help other devs.