Add Skim entry
This commit is contained in:
parent
0d8d4be420
commit
3a13e39a6c
@ -23,6 +23,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso
|
|||||||
- [Mail](#mail)
|
- [Mail](#mail)
|
||||||
- [Safari](#safari)
|
- [Safari](#safari)
|
||||||
- [Sketch](#sketch)
|
- [Sketch](#sketch)
|
||||||
|
- [Skim](#skim)
|
||||||
- [TextEdit](#textedit)
|
- [TextEdit](#textedit)
|
||||||
- [Backup](#backup)
|
- [Backup](#backup)
|
||||||
- [Time Machine](#time-machine)
|
- [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
|
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
|
### TextEdit
|
||||||
|
|
||||||
#### Use Plain Text Mode as Default
|
#### Use Plain Text Mode as Default
|
||||||
|
Loading…
Reference in New Issue
Block a user