Skip to content

Instantly share code, notes, and snippets.

View micahbf's full-sized avatar

Micah Buckley-Farlee micahbf

View GitHub Profile
@micahbf
micahbf / keybase.md
Created February 9, 2017 05:27
keybase proof

Keybase proof

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:

#!/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 :)
@micahbf
micahbf / gig.sh
Last active November 5, 2021 14:50
gig - A wrapper script for the gigalixir CLI
#!/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