Skip to content

Instantly share code, notes, and snippets.

Knock 1.1.7 ships with beta support for entering your password into Mac OS X's admin password request dialogs.
To try it out, enter the following command in Terminal. You'll need to restart Knock for these changes to take effect.
defaults write com.knock.mac enableSecurityAgentSupportKey -bool true
To disable it again:
defaults write com.knock.mac enableSecurityAgentSupportKey -bool false
@bomberstudios
bomberstudios / sketch-plugins.md
Last active February 26, 2024 07:02
A list of Sketch plugins hosted at GitHub, in no particular order.
@lg0
lg0 / markdown.xml
Created April 10, 2012 19:58
Markdown Syntax Highlighting for Sublime text 2
<!-- copy this to YOUR_THEME.tmTheme-->
<dict>
<key>name</key>
<string>diff: deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EAE3CA</string>