Re: Running a Text Filter on a directory

2025-06-19 Thread Patrick Woolsey
For reference: Text Filters [page 40] The Text Filters folder contains executable items, such as compiled AppleScripts, Automator workflows, text factories, and Unix filters, which you may ** apply to the frontmost document ** via the Apply Text Filter command in the Text menu.

Running a Text Filter on a directory

2025-06-19 Thread Christopher Finazzo
Is it possible to run a filter on directory or does this require using a Text Factory? At first glance, this looks like it *should* work, but that could just be Claude hallucinating. find /path/to/directory -name "*.txt" -exec bbedit --apply-text-filter "Filter Name" {} \; -- This is the BBEd