On 8 Feb 2019, at 6:57, Tom Schulte wrote:

Thanks for the very prompt answer but I'm not bbedit literate enough to understand how to implement it without a more detailed answer.

There are many ways to implement it; the best solution would depend on your workflow. The example below is just a simple shell command. You can use a shell script with the command, or an AppleScript which runs the shell command, or KeyboardMaestro to run a shell command, etc, etc.

So without more info about how you want it to work; I can only take guesses. Here is one guess; create a shell file and save it in BBEdit's Scripts folder.

```
#!/bin/sh

pbpaste | bbedit —new-window
```

-cng

--

    Charlie Garrison                   <[email protected]>
    Garrison Computer Services      <http://www.garrison.com.au>
    PO Box 380
    Tumbarumba NSW 2653  Australia

--
This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <https://www.twitter.com/bbedit>
--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to