most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat| (* | |
| Speed up Mail.app by vacuuming the Envelope Index | |
| Code from: http://www.hawkwings.net/2007/03/03/scripts-to-automate-the-mailapp-envelope-speed-trick/ | |
| Originally by "pmbuko" with modifications by Romulo | |
| Updated by Brett Terpstra 2012 | |
| Updated by Mathias Törnblom 2015 to support V3 in El Capitan and still keep backwards compability | |
| Updated by @lbutlr for V5 and Container folder in High Sierra and use du | |
| *) | |
| tell application "Mail" to quit |
A list of Sketch plugins hosted at GitHub, in no particular order.
Short version: I strongly do not recommend using any of these providers. You are, of course, free to use whatever you like. My TL;DR advice: Roll your own and use Algo or Streisand. For messaging & voice, use Signal. For increased anonymity, use Tor for desktop (though recognize that doing so may actually put you at greater risk), and Onion Browser for mobile.
This mini-rant came on the heels of an interesting twitter discussion: https://twitter.com/kennwhite/status/591074055018582016
| #!/bin/bash | |
| # dontforget | |
| # | |
| # A stupid script for short term reminders in bash | |
| # | |
| # Arguments just need to contain a number and a bunch of words. | |
| # | |
| # The number can be anywhere in the arguments, but there shouldn't | |
| # be any other numeric digits. | |
| # |