Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created February 1, 2018 07:47
Show Gist options
  • Save dustinlacewell-wk/4292a85122a30a7d1ae9c223ba1940f6 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/4292a85122a30a7d1ae9c223ba1940f6 to your computer and use it in GitHub Desktop.
(defhydra hydra-aws-saml (:hint nil :color blue)
"
╭──────────┐
Account │ AWS SAML │
╭────────────────┴──────────╯
[_d_] dev
[_p_] prod
[_c_] corp
_<f19>_ to close
─────────────────────────────
"
("d" (lambda () (interactive) (aws-get-saml-for "dev")))
("p" (lambda () (interactive) (aws-get-saml-for "prod")))
("c" (lambda () (interactive) (aws-get-saml-for "corp")))
("<f19>" nil))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment