Skip to content

Instantly share code, notes, and snippets.

View MitchTalmadge's full-sized avatar
🌺

Mitch Talmadge MitchTalmadge

🌺
View GitHub Profile
#target Illustrator
/**
* This script will export an Illustrator file into multiple sizes of multiple file types.
* @author Mitch Talmadge ( https://MitchTalmadge.com )
*/
if (app.documents.length > 0) {
main();
} else {
@MitchTalmadge
MitchTalmadge / README.md
Last active October 27, 2021 08:18
"Quiet Light" Windows Terminal Theme / Color Scheme
@MitchTalmadge
MitchTalmadge / README.md
Last active July 14, 2022 20:07
Batch Domain Lookup Script

This particular (ugly) script generates all 3-character .cc domain permutations and searches for which ones are available for purchase using namecheapapi.com. It outputs to console and a file called output.txt.