Skip to content

Instantly share code, notes, and snippets.

@inversion
Created June 2, 2016 10:31
Show Gist options
  • Save inversion/d5e3dd9ee76fa100793d2a7491e7db85 to your computer and use it in GitHub Desktop.
Save inversion/d5e3dd9ee76fa100793d2a7491e7db85 to your computer and use it in GitHub Desktop.
List Heroku apps for piping to other commands
# ggrep to use GNU grep (from brew install grep on OSX)
heroku apps | $(which ggrep || which grep) -oP '(^[a-z].+) '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment