Scripting and Automation
Scripts in BBEdit can be executable Unix files, AppleScript files, text factories, or Automator workflows. These are run simply by loading the item and calling it directly, without providing any inputs. (Naturally, AppleScript scripts and Automator actions can query the application, and #! scripts have some information passed to `argc` and `argv` as usual.)
The Scripts menu (and palette) contains all eligible items from the Scripts folder, which can be found in ~/Library/Application Support/BBEdit/Scripts.
Contents
Automating BBEdit
- Send to Arduino
- Turn clipboard contents into plain text (Automator action. Put in ~/Library/Services, invoke from AppName -> Services menu.)
- Entable - Line up text into columns (see also: a unix filter to do a similar thing
- Zen Coding
- Incrementing values down multiple lines of code
- Post to MetaWeblog
- SproutCore
- Tabstop cycle
- Text bigger
- Text smaller
- Trim and detab
- Open file in new window and arrange
- Show Scratchpad (regardless of what app or Space is frontmost)
- Close and Save front file
- Download direct to BBEdit
BBEdit with other applications
- Go Here in Terminal
- Go Here in iTerm
- Go Here in BBEdit's Shell Worksheet
- Git-bbdiff
- Git pull
- Git x
- Launch PeepOpen for current project or document
- IDE style go to start of the line behavior (Go to the start of the text on a line or the start)
- Select Word script for BBEdit
- Auto-indent for Python, HTML, CSS, Ruby, and more
- New Line above current with appropriate indentation level
- Editor Actions package - packages these scripts up with Join Lines + some others
- Source package - includes scripts to select an entire string
Applescript Snippets for BBEdit
These snippets illustrate techniques for doing stuff in BBEdit with Applescript. They are not meant to be full scripts, but show techniques that you might need for scripts you write.
More
Don't see what you're after? Try these other wiki pages:
* Using BBEdit and (your language) * Using BBEdit to make eBooks
A BBEdit package also contain the script you're looking for: check out this wiki's list of Packages