On Apr 18, 2016, at 11:34, TJ Luoma <[email protected] <mailto:[email protected]>> wrote: > If I want to _replace_ the contents of the current file, NOT create a > separate document, I thought this would be what I needed to do as a Text > Filter ______________________________________________________________________
Hey TJ, BBEdit provides STDIN, so you don't have to. With html2text.py installed here: /usr/local/bin/html2text.py ZSH: #!/bin/zsh -f html2text.py; I have no need to alter the path on my system. BASH: #!/usr/bin/env bash html2text.py; Calling the html2text.py script from ZSH script might be a tiny bit faster but barely enough to notice on my system. -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
