BBEdit now supports using the βx-bbeditβ URL scheme for opening files, and optionally specifying destination line and column numbers. The syntax for this scheme is:
x-bbedit://open?url=file:///path/to/some/file
where β/path/to/some/fileβ is the actual path to the file you want BBEdit to open.
You can also specify a specific line to select when opening the file; for example: x-bbedit://open?url=file:///path/to/some/file&line=5
or if you also include add a column position, then BBEdit will place the insertion point before the indicated character on the previously-specified line:
x-bbedit://open?url=file:///path/to/some/file&line=5&column=42