Where is the Terminal Window Groups settings saved?

Where is the Terminal Window Groups settings saved?  Would love to copy my Window Groups and customization to another computer.

It's stored in the standard Terminal preferences file, namely ~/Library/Preferences/com.apple.Terminal.plist

Similar Messages

  • Terminal: Window group with commands

    Hi, how can I set up a Terminal window group that executes a different command for each window?
    What I'm trying to do is restore an array of Terminal instances each pointing to a different location when Terminal opens (so one window should execute "cd x," the next "cd x/src," etc.).
    With Tiger I could create a .term file and set an "ExecutionString" (that's how commands were labeled in the .term file format) property for each window, but with SL I'm only able to create one shell command in Preferences|Settings that is executed by all Terminal windows in the group.
    So basically, how can I get Terminal to remember a group of windows and their associated file system locations?
    I've spent a few hours searching and trying stuff without success. The window groups are stored in Terminal's .plist file so I opened it with Property List Editor and see the Window Groups stored in there but no properties resembling a command for each group.
    Thanks!

    neenach2002 is basically correct on this one; this post got me pointed in the correct direction. I've gone a little farther to suit my needs (and answer your question directly), so I figured I'd post my results:
    First, create a file called "~/window1.bashrc" and place the following in it:
    export MYHOME=/Volumes
    cd ${MYHOME}
    Next, go to Terminal -> Preferences -> Settings. Create a new profile called "MyProfile_Window1" based on one you like, then go to the Shell button, and type "bash --init-file ~/window1.bashrc" (without quotes) into the filed labeled "Run command." Be sure the check box next to it is checked.
    Repeat for as many windows as you want, changing your label to Window2, Window3, etc. Be sure you have created the associated ~/window2.bashrc, ~/window3.bashrc, etc also.
    You should now be able to open a new window or a new tab via Shell -> New Window -> MyProfile_Window1 or Shell -> New Tab -> MyProfile_Window1, and it should go directly to the directory you want.
    Once you have used the menu options above to launch all your windows, save THAT as your window group via Window -> Save windows as group, and under Terminal -> Preferences -> Startup, be sure your newly saved window group is set to launch.
    Hope it helps!
    - Kevin
    PS: If you would like to use this to attach to multiple servers, you can do the same thing by just launching a shell script that performs an SSH to the appropriate server. To take it one step further, consider using the unix "screen" utility to allow you to instantly reconnect to a dropped setup! I think I'll write a User Tip for this - it's a very handy setup!

  • Where is the Native Windows XP USB/Display  Support?

    My Config:
    Windows XP Professional
    ASUS K8N-E, AMD Athlon 64 3000+, 2GHz, 1GB RAM
    PNY NIVIDIA GeForce 6600 GT 128MB AGP (Force Ware 91.31, BIOS 5.43.02.39.51)
    Cinema HD 30" display
    This is my first Apple product and it amazing good apart from the "PC Compatible" BS under the product listing.
    Where is the native Windows XP USB and display support for this $2,000 display? And no, I'm not satified with a SourceForge.net project with one developer working on WinACD (all credit to his efforts, I'm a software developer too!)
    Tell me the last time you bought a piece of hardware that didn't come with driver support? Is this the first and last Apple product I buy?
    -bonzo3671

    I hear what you are saying but frankly that doesn't cut it - I'm an embedded sw engineer and if you are saying that a company like Apple can't take the time to create a Windows display INF file, like they did in 1997, then something is clearly not right.
    Check the file "applevdo.inf" here:
    http://mirror.apple.com/Mirrors/AppleSoftware_Updates/US/DOS-Windows/DOS_and_PC_CompatibilitySW/
    They created an INF file for Windows 95.... but not for customers running "recommended" Nvidia Quatro FX's cards
    running on XP and ultimately Vista?
    This thread is far from over....
    For those interested, here's my ACD EDID (http://en.wikipedia.org/wiki/EDID) info:
    ===========================================================
    Monitor
    Windows description......... Apple Cinema HD Display 30-inch
    Manufacturer description.... Cinema HD
    Manufacturer................ Apple
    Plug and Play ID............ APP9232
    Serial number............... CY6290A8UG1
    Manufacture date............ 2006, ISO week 29
    EDID revision............... 1.3
    Display type and signal..... Digital
    Sync input support.......... n/a
    Screen size................. 640 x 400 mm (~32")
    Power management............ Active off/sleep
    Color characteristics
    Display gamma............... 2.20
    Red chromaticity............ Rx 0.640 - Ry 0.343
    Green chromaticity.......... Gx 0.292 - Gy 0.611
    Blue chromaticity........... Bx 0.146 - By 0.074
    White point (default)....... Wx 0.313 - Wy 0.331
    Timing characteristics
    VESA GTF support............ Not supported
    Horizontal scan range....... 30-100kHz (est.)
    Vertical scan range......... 48-60Hz (est.)
    Video bandwidth............. 333MHz (est.)
    Extension blocks............ 1
    Timing recommendation #1.... 1280x800 at 60Hz
    Modeline................ "1280x800" 71.000 1280 1328 1360 1440 800 803 809 823 +hsync -vsync
    Timing recommendation #2.... 2560x1600 at 60Hz
    Modeline................ "2560x1600" 268.000 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync
    Standard timings supported
    1280 x 800 at 60Hz - Apple
    2560 x 1600 at 60Hz - Apple
    Raw EDID (3)
    00: 00 FF FF FF FF FF FF 00 06 10 32 92 46 61 00 02
    10: 1D 10 01 03 80 40 28 78 28 FE 87 A3 57 4A 9C 25
    20: 13 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
    30: 01 01 01 01 01 01 BC 1B 00 A0 50 20 17 30 30 20
    40: 36 00 81 91 21 00 00 1A B0 68 00 A0 A0 40 2E 60
    50: 30 20 36 00 81 91 21 00 00 1A 00 00 00 FF 00 43
    60: 59 36 32 39 30 41 38 55 47 31 0A 00 00 00 00 FC
    70: 00 43 69 6E 65 6D 61 20 48 44 0A 00 00 00 01 C3
    Display adapter
    Adapter description......... NVIDIA GeForce 6600 GT
    Adapter device ID........... 0x00F110DE
    Display settings............ 2560x1600, 32bpp

  • If I have a program that runs in windows under the command prompt and on Mac in the Terminal window, can it be run in iOS

    I have a program that is ran using the command line in windows and the terminal window on Mac or LInux.  Is it possible to create an app for the iPad that could run this program.  This program does require admin rights.

    No.

  • HT5096 where is the administrator window when I drag the folder "Backups.backupdb" from the old hard drive on the new one?

    where is the administrator window when I drag the folder "Backups.backupdb" from the old hard drive on the new one? At the moment when I try to do it, the window that appear doesn't allow me to continue. it only says "the volume has the wrong case sensitivity". thanks

    Although the documentation says you can copy Time Machine backups in the Finder, it's very slow and sometimes doesn't work at all.
    Launch Disk Utility, open the built-in help, and search for the term "Duplicate." Follow the instructions. All existing data on the destination volume will be erased. That shouldn't be a problem, because you don't want to mix backup and non-backup data on the same drive anyway. Turn Time Machine OFF in its preference pane while copying the volume.

  • In Mountain Lions where is the Activities window

    Where is the activities window in Mountain Lion?

    Hi Capn'
    Activities monitor is in the Utilities folder located in the Applications directory.

  • Where is the addition services in settings?

    Where is the additional services in settings 

    It's actually in the snapchat settings, not the phone settings, if that's what you are wondering

  • Where are the iWeb file(s?) saved?

    Hi,
    When I'm working on a site and then press cmd+S (File>Save), where are the iWeb file(s?) saved?
    I'm looking for those files which I need to backup in case my harddisk would crash some day...
    Thanks!

    They're in ~/Library/Application Support/iWeb/, where ~ is the item in the Finder's sidebar with the house icon.
    (42863)

  • Where is the activity windows in safari 6?

    Where is the activity windows in safari 6?

    I miss it too.  I used it all time and now its gone.  Apple, please bring it back in Safari 6.1!

  • Where is the Inspector Window for Text Edit for Office Org.

    Where is the Inspector Window for Text Edit for Office Org.  My tool bar does not look like this.  It's only one line with font, Style, size, font color,  BIU, alignment, line spaces and indentation options.  The help says that this is how I adjust my page margins.  That is my goal.
    Thanks

    The name field must match that found in the email confirmation. Even a missing Mr. will cause it to fail.

  • Where have the Quicktime advanced export settings gone in Keynote 6.3?

    Where have the Quicktime advanced export settings gone in Keynote 6.3?
    In previous versions, it was possible to select numerous options and setting to export a high quality Quicktime video.

    The new version 6 and the previous version 5 can both be installed, many users use both to utilise the different features. If you had the previous version installed and have not deleted it is located in iWorks in the Applications folder. If you don't have the previous version it is available from Ebay.

  • Process .bat files through the terminal Window?

    Hi,
    I have a large number of .bat file which have been generated from Rendering out of Maya (3D Application) on PC.
    Usually I would process the bat files from within maya's script editor which would generate the Photoshop images.
    The down side is it ties my PC up and I cant really do anything while these are processing .. and it take quiet a while.
    I have Mac which doesn't have Maya... does anybody know if I can process .bat files maybe through the terminal window?. Problem is theres well over 10,000 images to process.
    If it is possible to do this is there a way I can automate this process from the Terminal for all the files?
    Any help would be much appreciated
    Thanks
    Wayne

    No problem, Kurt. There are several possible solutions for the OP (who seems to have disappeared!):
    You mentioned already running Windows on the Mac. I have found Parallels great, so it should be as simple as setting up his virtual machine, installing his app and copying over the batch files. But he would need to purchase Parallels and have a Windows licence.
    Unix has a much more sophisticated range of scripting facilities than the old DOS batch files, and there are free tools that do a lot of graphics processing.
    Applescript can be used to control Graphic Converter (amongst others) - but OP refers to rendering, and I don't know if GC can do that (in fact I am fairly sure it can't).
    So, to advise wr_uk we really need to know what those bat files are doing!
    AK

  • Xcode 3 - Where's the Log window?

    In Xcode 2 NSLog()Used to print text to a log panel. Now it doesn't. Where is the log window? I can't find it and a search of the help files doesn't produce any results. Also I can't find any menu item that would help. Generally I'm very confused by the big changes in the Xcode and Interface Builder GUIs. Most of the programming examples in my books are now FUBAR. Also the bookmarks in my browser to the Cocoa documentation are now invalid. What a bummer.

    Well, it's an all-new application, it can be disturbing indeed.
    However, your log window still exists, and its name never changed, it's called Console.
    So, look into the preferences --> Debugging, look at the "On start" local menu, select "Show console", when you'll build and go your App the console window will appear and display your logs.

  • Where does the "minimize window" go in Lion?

    Where does the "minimize window" go in Lion?

    You can have them go to the right side of the dock by unchecking an option in System Preferences > Dock> uncheck "Minimize windows into applications icon"
    Captfred

  • Where is the zoom window ?

    Hi,
    I need to zoom into the doc I'm working on, so I can read it. (I want to maintain the current font size.)
    Where does the zoom window hide? The view pull down does not show it.
    But the help window does!!
    I found this type of probem throughout most of Adobe documentation,
    seems to be systemic.

    The Help panel that you're referring to applies to a Book file only and permits the zooming of the included files when opened from the Book. For individual document zoom controls, look at the lower-right corner of your Status Bar for the zoom contrrols.
    See the following Help page: http://help.adobe.com/en_US/FrameMaker/10.0/Using/WS77BBA521-94BB-4980-A086-835994532B81.h tml
    Shortcuts for zooming in & out are:
    In one zoom setting
    Esc z i
    Out one zoom setting
    Esc z o
    To fit page in window
    Esc z p
    To fit window to page
    Esc z w
    To fit window to text frame
    Esc z f
    To 100 percent
    Esc z z

Maybe you are looking for

  • Mixing external wave file into video

    I've recorded a video including sound of a mandolin being played.  At the same time I recorded the sound with my external recorder which resulted in a wave file of better quality that the sound from the camera.  I would like to import the video and t

  • Cannot play my DVD on any player

    I have been trying to produce a DVD of my art using iphoto, then imovie and then idvd but I could not get the quality I am looking for, all of them vame out pixelized when you play it on a DVD player So I bought Final cut Studio and created a slidesh

  • Xml bursting

    Hi , I need to understand the concept of xml bursting.So can anyone suggest me a  link or document? Thanks

  • When I open a document from any of my files, it only opens in a small screen and I can't make the screen bigger.

    Hello!  I'm hoping someone can help me with a recent problem on my MacBook Pro.  When I try to open a document from one of my files, it only seems to open in a small screen and I can't seem to make that screen any bigger to work on it.  Has this happ

  • Building XML dynamically? Is it possible.

    How do I build an XML Document dynamically.? I am wrting MIDP Applications (applications for the Mobile device) and I am required to send requests to the server in XML Formats.I have multiple requests to be sent to the server in XML and then I receiv