Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 300 Bytes

standard-output-to-clipboard-buffer.md

File metadata and controls

24 lines (22 loc) · 300 Bytes

Adding | pbcopy to the end of any command will send the standard output to your clipboard.

ls -al | pbcopy inside a rails project directory allowed me to paste this:

Gemfile
Gemfile.lock
README.md
Rakefile
app
bin
config
config.ru
db
features
lib
log
public
script
spec
test
tmp
vendor