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 / Email to Reminder.applescript
Last active January 29, 2026 10:05
Will Create a new Reminder if one does not exist. If It does exist it will give you an option to complete the Reminder and unflag the eMail. Updated for Big Sur. V2
#################################################################################
# Title: Create Reminder from selected Mail message, check existing Reminders
#################################################################################
# Iain Dunn
# Logic2design.com
# logic2design@icloud.com
# Contributors and sources
# Rick0713 at https://discussions.apple.com/thread/3435695?start=30&tstart=0
@logic2design
logic2design / Get RSS Feed and create Markdown List.applescript
Last active March 9, 2025 03:19
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 / 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 / Mail Process - Reminders.applescript
Last active March 9, 2025 03:16
Will create a Reminder from the selected Mail message. It will also check for the Reminder's status, offering to remove the Mail Flag or recreate the Reminder if not found.
##############################################
# Title: Mail Process - Reminders
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 5 August 2022
@logic2design
logic2design / Mail Process - Calendar.applescript
Last active March 9, 2025 03:11
Will create Calendar Event from selected Mail Message
##############################################
# Title: Mail Process - Calendar
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 7 August 2022
@logic2design
logic2design / Mail Process - Contacts.applescript
Created July 31, 2022 04:59
Will create Contact from selected Mail Messages
##############################################
# Title: Create Contact(s) from Mail Message
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 13 April 2022
@logic2design
logic2design / Mail Process - Multi Email Links.applescript
Created July 31, 2022 05:03
This will create multiple links to emails Includiing Date, Subject & Sender
@logic2design
logic2design / Make Multiple Links v 2.applescript
Created November 26, 2022 00:53
Will make links to files, and mail items
@logic2design
logic2design / Check Mail message Reminders status.applescript
Created September 28, 2020 06:26
Will check if there is an existing Reminder for the Mail Message, offering to remove the flag if Reminder has been completed
#################################################################################
# Title: Check Mail message Reminder status
#################################################################################
#v1
#Logic2design.com
#logic2design@icloud.com
# Contributors and sources
# http://www.michaelkummer.com
@logic2design
logic2design / Create Project Folders.applescript
Last active January 14, 2024 00:10
This routine will create a Project folder in a number of different apps.
##############################################
# Title: 2nd Brain Project Folders - KM Version
##############################################
# Iain Dunn
# Logic2Design
# www.logic2design.com
# logic2design@icloud.com
# Last update: 17 July 2022