Created
June 2, 2016 10:31
-
-
Save inversion/d5e3dd9ee76fa100793d2a7491e7db85 to your computer and use it in GitHub Desktop.
List Heroku apps for piping to other commands
This file contains 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
# 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