I hereby claim:
- I am micahbf on github.
- I am micahbf (https://keybase.io/micahbf) on keybase.
- I have a public key whose fingerprint is DD28 9E50 CEAD 280E 1E56 C833 E2E8 F47D 0137 0D80
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| # you must have SoX installed to generate touch tones | |
| # brew install sox | |
| # also, whatever application you run this script from will need to be authorized | |
| # to control your computer, via System Preferences > Privacy > Accessibility | |
| # finally, don't run this with headphones plugged in :) |
| #!/bin/zsh | |
| # | |
| # gig | |
| # A wrapper script for the gigalixir CLI | |
| # Dependencies: gigalixir, fzf, jq | |
| # Installation: Make sure dependencies are installed, put this in your $PATH, and chmod +x | |
| # Author: Micah Buckley-Farlee <[email protected]> | |
| set -u | |
| set +C |