A collection of useful code snippets and scripts. This repository will be added to over time.
- documentImageMapping.gs: A Google Sheets script to find the Google Drive location of all images in the specified document(s) and write the results to a sheet.
- redact_text.py: A Gimp plugin to replace text in an image.
- getAllFilesByType.gs: A Google Apps Script which recurses through the specified Google Drive Folder, finding all files of the MIME Types specified and returns the resulting array.