View pbcopy
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
#!/usr/bin/env bash | |
cat - > /dev/clipboard | |
View gist:a2d1e525a647618dff5a3cec935f9a22
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
``` | |
└─┬ grunt@0.4.5 | |
├─┬ js-yaml@2.0.5 | |
│ ├─┬ argparse@0.1.16 | |
│ │ ├── underscore@1.7.0 | |
│ │ └── underscore.string@2.4.0 | |
│ ├── lodash@2.4.2 | |
│ └── esprima@1.0.4 | |
└── which@1.0.9 | |
``` |