Skip to content

Instantly share code, notes, and snippets.

View logic2design's full-sized avatar
🏠
Working from home

Logic2Design logic2design

🏠
Working from home
View GitHub Profile
@logic2design
logic2design / Mail Process - Update Rule.applescript
Last active December 8, 2023 22:51
This will update a selected or create a new Mail Rule based on values from the selected message(s)
##############################################
# Title: Mail Rules Updater
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 4 August 2022
@logic2design
logic2design / Cleanup Mailboxes.applescript
Created July 18, 2022 03:47
This routine will cleanup mail in specified mailboxes after a specified number of days
##############################################
# Title: Cleanup Mailboxes
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 18 July 2022
@logic2design
logic2design / Move Messages, Save Attachments & delete old Messages.applescript
Last active December 8, 2023 22:27
This workflow will move nominated Mail messages to a Mailbox, save attachments to a Finder Folder and cull Mail Messages older than the nominated date from the Mailbox
##############################################
# Title: Move Messages, Save Attachments & delete old Message
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 11 July 2022
@logic2design
logic2design / List Completed Reminders Tasks.applescript
Created April 11, 2022 00:58
This will list the completed Reminders and output it to a text file
##############################################
# Title: List Completed Reminders
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 11 April 2022
@logic2design
logic2design / Email to Reminder - Set & Check.applescript
Created March 17, 2022 10:42
This will create a Reminder from a Mail Message. It will check for existing Reminders and offer choices on what action to take
##############################################
# Title: Create Reminder from a selected Mail message, check for existing Reminders
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 17 January 2022
@logic2design
logic2design / Email Task to Reminders and Trello.txt
Created February 6, 2022 07:54
This will convert an email to a Reminders task and new Trello Card
##############################################
# Title: Email Task to Reminders
############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 6 February 2022
@logic2design
logic2design / Software Registration - Multiple messages.applescript
Last active January 28, 2022 05:29
Record Software Licences in Numbers from data extracted from Mail message
##############################################
# Title: Record Software Licences in Numbers
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 28 January 2022
@logic2design
logic2design / Safari - Open specific link on the webpage.applescript
Last active December 8, 2023 22:53
This Applescript will open the first URL link on the page that matches a search value
@logic2design
logic2design / Get RSS Feed and create Markdown List.applescript
Last active March 3, 2022 17:58
Create a markdown or HTML list from a RSS feed.
#############################################
# Title: Get RSS feeds links and convert to Markdown
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 16 January 2022
@logic2design
logic2design / Mail - Update Rule.applescript
Last active December 8, 2023 22:47
This will add either the Sender's email address or the Sender's Domain to a Mail rule.
#################################################################################
# Title: Mail - Update Rule
#################################################################################
#Iain Dunn
#Logic2design.com
#logic2design@icloud.com
# Contributors, inspration and sources
# https://leancrew.com/all-this/2021/06/hey-i-sped-up-apple-mail-rules/