- Code: Select all
#!/bin/bash
textutil -convert txt -stdout $1 | pbcopy
This works in the Terminal, but not in Hazel, I am always getting an empty clipboard there.
Is there a solution for this?
Moderator: Mr_Noodle
#!/bin/bash
textutil -convert txt -stdout $1 | pbcopy