From 3a13e39a6c27e784380fc8e339570c1e57ef7a33 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 14 Feb 2016 00:46:49 +0100 Subject: [PATCH] Add Skim entry --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f06e005..4d8c81d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso - [Mail](#mail) - [Safari](#safari) - [Sketch](#sketch) + - [Skim](#skim) - [TextEdit](#textedit) - [Backup](#backup) - [Time Machine](#time-machine) @@ -238,6 +239,14 @@ osascript -e 'tell application "Safari" to get URL of current tab of front windo defaults write com.bohemiancoding.sketch3 exportCompactSVG -bool yes ``` +### Skim + +#### Turn Off Auto Reload Dialog +Removes the dialog and defaults to auto reload. +```bash +defaults write -app Skim SKAutoReloadFileUpdate -boolean true +``` + ### TextEdit #### Use Plain Text Mode as Default