Skip to content

pmeulen/text-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSX Text Filters for Bare Bones' BBEdit and TextWrangler

These are Text filters that are intended to be used from the Bare Bones text editors BBedit (payed) and Text Wrangler (free). But these filters can be used from any shell as they receive their input via stdin and output the result on stdout.

Installation

Put the filters in ~/Library/Application Support/BBEdit/Text Filters/ or ~/Library/Application Support/TextWrangler/Text Filters/, depending on the editor you are using. Make sure that they are executable. The filters are now available in the "Text" -> "Apply Text Filter" menu. And in the Filters Palette (Window -> Palettes -> Text Filters).

The filters use different shell commands that are not installed by default on macOS. Install them via e.g. Macports or Homebrew. The shell commands must be in your path. The commands used are:

  • php (used by many filters)
  • openssl (for certificate / ASN.1 filters)
  • jq (for Format JSON)
  • xmllint (for Format XML)

Enjoy!

About

Text filters for use in BareBones' TextWrangler (OSX)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published