Skip to content

Instantly share code, notes, and snippets.

@deed02392
deed02392 / main.go
Created March 27, 2018 13:12
main.go
package main
import "go.mozilla.org/sops/decrypt"
import "fmt"
import "bytes"
import "bufio"
import "strings"
import "log"
//import "go.mozilla.org/sops/vendor/github.com/sirupsen/logrus"
//import "go.mozilla.org/sops/logging"
@deed02392
deed02392 / foo{1..6}.bar.baz.scpt
Last active June 14, 2019 15:02
AppleScript for iTerm2 which SSHs into multiple hosts with split panes across two rows
-- Save me in ~/Library/Application Support/iTerm2/Scripts, then restart iTerm2 and find me in the Scripts menu
set hostnames to {"foo1.bar.baz", "foo2.bar.baz", "foo3.bar.baz", "foo4.bar.baz", "foo5.bar.baz", "foo6.bar.baz"}
tell application "iTerm"
activate
create window with default profile
tell current tab of current window
select
tell current session
write text "ssh " & (item 1 of hostnames)