open-with for the command-line

Update 2008/11/18: Use xargs 😛 Here’s a bash script that you can pipe output into and tell it to run a specific program with the output as arguments. I’ve named it open-with and placed it in my personal script directory: /home/steve/bin/. Look within the script at a couple of the examples for how to use… Continue reading open-with for the command-line