CLICK ME
yes, even hidden code blocks!
print("hello world!")
HTTP status code symbols for Rails | |
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings. | |
Status Code Symbol | |
1xx Informational | |
100 :continue | |
101 :switching_protocols | |
102 :processing |
#!/bin/bash | |
# Download GitKraken | |
wget https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz | |
# Extract the Kraken | |
tar -xvzf gitkraken-amd64.tar.gz | |
# Move the Kraken |
This is how I have it setup where I click on an item in the OSX top menu. You could probably do something like trigger it with a key combo but you'll have to figure that out on your own. I'm fine with this approach.
Take either of the .scpt
files below and save the script to your ~/Library/Scripts
folder
Note: The shrug-JXA.scpt
only works in OSX 10.10 and above (including MacOS)