Skip to content

Instantly share code, notes, and snippets.

View WallGeckoPoint's full-sized avatar

WallGeckoPoint

View GitHub Profile
@WallGeckoPoint
WallGeckoPoint / BBFlakes3.py
Last active September 15, 2018 10:10 — forked from jshell/BBFlakes.py
PyFlakes Script for BBEdit 12 / python3
#!/usr/bin/env python3
"""
Fork of the original BBFlakes script to make it run under python3/BBEdit 12.
A quick script to install into your `Application Support/BBEdit/Scripts` folder.
This runs PyFlakes (requires PyFlakes to be installed at `/usr/local/bin` and
reformats the results so that they show up in BBEdit's search results / error /
warnings window. Then the errors can be stepped through one at a time.
I've bound this to control-shift-V. You must save your Python file first before
running the check.