BBEdit: remove whitespace with one click
I often need to process lists of ‘dirty text’ which can contain lots of whitespace, new lines and so on. Fortunately, BBEdit allows you to run AppleScripts directly from its Script menu, which means we can define lots of useful little text processing scripts and have them ready to hand. I’ve got several that I’ll share over the next few posts, but probably the most oft-used of them is this one for removing whitespace.
Here’s what the script looks like. You can download the source from my pastebin here.
And here’s a little giffy showing it at work:
Share and enjoy! 🙂
Posted on February 15, 2018, in AppleScript and tagged applescript, BBEdit, script, whitespace. Bookmark the permalink. Comments Off on BBEdit: remove whitespace with one click.