Created
April 2, 2021 23:13
-
-
Save loganlinn/87eee9bb2e05ca7ba6a30bcae69f9ee8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
# @name divvy-export | |
# @author Logan Linn <[email protected]> | |
# @date 2021-04-20 | |
set -e | |
_pbtemp=$(mktemp) | |
>"$_pbtemp" pbpaste | |
open divvy://export | |
pbpaste | |
<"$_pbtemp" pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment