1) The easiest way to get the Bundle ID is to use Terminal:

         defaults read "/Applications/iTerm.app/Contents/Info"
CFBundleIdentifier

You can use this for any app, just replace "/Applications/iTerm.app"
with the path to the app itself, the "/Contents/Info" part stays the
same in 99% of the cases.

(Technically you only need the " marks if there is a space in the
path, but it won't hurt to use it either way.)


2) If you are using iTerm2, the Bundle ID is

           com.googlecode.iterm2

TjL





On Tue, Oct 28, 2014 at 7:24 AM, François Schiettecatte
<[email protected]> wrote:
> Hi
>
> You have to go to Help -> BBEdit Help -> Expert Preferences, and search for 
> Terminal:
>
>         • The "Run in Terminal" and "Go Here in Terminal" commands will use 
> Apple's "Terminal" application by default. If you would like to use a 
> different one:
>
> defaults write com.barebones.bbedit TerminalBundleID -string 
> "com.example.TerminalAppBundleID"
>
> (Use the actual terminal's bundle ID in place of 
> "com.example.TerminalAppBundleID"…)
>
>
> Doing a quick google search yielded this to get the bundle ID of an app:
>
>         
> http://stackoverflow.com/questions/8742355/how-to-get-bundle-id-of-your-app-ios-uia-automation
>
> Following these instructions I get:
>
>         <key>CFBundleIdentifier</key>
>         <string>net.sourceforge.iTerm</string>
>
> Looks like you are all set!
>
> François
>
>
>> On Oct 28, 2014, at 3:29 AM, Jan Erik Moström <[email protected]> wrote:
>>
>> Sigh, I searched the manual but I couldn't find anything ... I promise!!!!
>>
>> Thanks
>>
>> On Tue, Oct 28, 2014 at 5:30 AM, Christopher Stone
>> <[email protected]> wrote:
>>> On Oct 27, 2014, at 03:55, Jan Erik Moström <[email protected]> wrote:
>>>>
>>>> Is it possible to get BBEdit to use some other app than Terminal, like for 
>>>> example iTerm?
>>> ______________________________________________________________________
>>>
>>> Hey Jan,
>>>
>>> Look in the Expert Prefs.
>>>
>>> --
>>> Best Regards,
>>> Chris
>>>
>>> --
>>> This is the BBEdit Talk public discussion group. If you have a
>>> feature request or would like to report a problem, please email
>>> "[email protected]" rather than posting to the group.
>>> Follow @bbedit on Twitter: <http://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].
>>
>> --
>> This is the BBEdit Talk public discussion group. If you have a
>> feature request or would like to report a problem, please email
>> "[email protected]" rather than posting to the group.
>> Follow @bbedit on Twitter: <http://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].
>
> --
> This is the BBEdit Talk public discussion group. If you have a
> feature request or would like to report a problem, please email
> "[email protected]" rather than posting to the group.
> Follow @bbedit on Twitter: <http://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].

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://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].

Reply via email to