Skip to content

Instantly share code, notes, and snippets.

@geoffmyers
Last active April 10, 2019 18:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffmyers/a1a4070191a8db6a78b047dc2c84604f to your computer and use it in GitHub Desktop.
Save geoffmyers/a1a4070191a8db6a78b047dc2c84604f to your computer and use it in GitHub Desktop.
Default Handlers for Extensions and Protocols
# **************************************************
# Default Handlers for Extensions and Protocols
# Last Updated by Geoff Myers on June 28, 2018
# **************************************************
# **************************************************
# Extensions - Default Handlers
# **************************************************
# Apple Archive Utility
com.apple.archiveutility 7z all
com.apple.archiveutility bz2 all
com.apple.archiveutility gz all
com.apple.archiveutility rar all
com.apple.archiveutility tar all
com.apple.archiveutility zip all
# Apple iWork
com.apple.iWork.Keynote keynote all
com.apple.iWork.Keynote ppt all
com.apple.iWork.Keynote pptx all
com.apple.iWork.Numbers csv all
com.apple.iWork.Numbers numbers all
com.apple.iWork.Numbers tsv all
com.apple.iWork.Numbers xls all
com.apple.iWork.Numbers xlsx all
com.apple.iWork.Pages doc all
com.apple.iWork.Pages docx all
com.apple.iWork.Pages pages all
# Apple Preview
com.apple.Preview gif all
com.apple.Preview jpeg all
com.apple.Preview jpg all
com.apple.Preview pdf all
com.apple.Preview png all
com.apple.Preview tif all
com.apple.Preview tiff all
# Fantastical
com.flexibits.fantastical2.mac ical all
com.flexibits.fantastical2.mac icalendar all
com.flexibits.fantastical2.mac ics all
# Sublime Text
com.sublimetext.3 css all
com.sublimetext.3 html all
com.sublimetext.3 js all
com.sublimetext.3 json all
com.sublimetext.3 log all
com.sublimetext.3 md all
com.sublimetext.3 php all
com.sublimetext.3 plist all
com.sublimetext.3 sh all
com.sublimetext.3 sql all
com.sublimetext.3 txt all
com.sublimetext.3 xhtml all
com.sublimetext.3 xml all
com.sublimetext.3 xsl all
com.sublimetext.3 zsh all
# VLC
org.videolan.vlc h264 all
org.videolan.vlc m4a all
org.videolan.vlc m4v all
org.videolan.vlc mkv all
org.videolan.vlc mov all
org.videolan.vlc mp4 all
org.videolan.vlc mpeg all
org.videolan.vlc mpeg4 all
org.videolan.vlc mpg all
org.videolan.vlc ogg all
org.videolan.vlc webm all
# **************************************************
# Protocols - Default Handlers
# **************************************************
# Panic Transmit
com.panic.Transmit ftp
com.panic.Transmit ftps
com.panic.Transmit s3
com.panic.Transmit sftp
com.panic.Transmit webdav
# Misc
com.apple.Finder afp
com.apple.Finder smb
com.apple.ScreenSharing vnc
com.fournova.Tower3 git
com.google.Chrome http
com.google.Chrome https
com.googlecode.iterm2 ssh
com.mailplaneapp.Mailplane3 mailto
com.flexibits.fantastical2.mac caldav
# Don't delete the empty line at the bottom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment