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