Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwilcox/438b61ca906694fa7061 to your computer and use it in GitHub Desktop.
Save rwilcox/438b61ca906694fa7061 to your computer and use it in GitHub Desktop.
Toggle the live search bar
-- toggle live search in BBEDIT
tell application "BBEdit"
tell window 1
set live search bar visible to (not live search bar visible)
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment