# pipe an arbitrary file into pass cat ~/Desktop/test-image.png | pass insert -m test-image # get the arbitrary file out of pass pass show test-image > /tmp/test-image.png