{ "body": { "key": { "eldest_kid": "012064e8f8e4f0d32bc6cf5d41e6eaa42292f7152346403830147a2b9d307fcd58ee0a", "host": "keybase.io", "kid": "012064e8f8e4f0d32bc6cf5d41e6eaa42292f7152346403830147a2b9d307fcd58ee0a", "uid": "45f3a219849754f983e7b1071ad7ef00", "username": "jasonnoble" }, "merkle_root": {
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Adapted from: | |
# https://twitter.com/kapeli/status/649852908025040896 | |
bundle list \ | |
| awk -F'[ ()]+' '$2 == "*" {system("sleep 3"); print "dash-install://repo_name=Ruby%20Docsets&entry_name=" $3 "&version=" $4;}' \ | |
| xargs open |