Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Last active November 10, 2016 20:27
Show Gist options
  • Save matteyeux/283b0cc7e60b7ec2d2f8fdbcad224256 to your computer and use it in GitHub Desktop.
Save matteyeux/283b0cc7e60b7ec2d2f8fdbcad224256 to your computer and use it in GitHub Desktop.
TermHere 1.2

Acknowledgements:

Terminal toolbar icon is licensed under the SIL Open Font License, version 1.1.

If this app is useful to you, please consider sending a small donation to the developer to say thanks. Donate

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- Label for choosing the terminal app to use. -->
<key>TERMINAL_APP</key>
<string>Terminal app:</string>
<!-- Button that opens a panel to choose the terminal app. -->
<key>BROWSE</key>
<string>Browse</string>
<!-- Label for the display preferences. -->
<key>SHOW_IN</key>
<string>Show in:</string>
<!-- Checkbox that toggles displaying the button in context menus. -->
<key>SHOW_IN_CONTEXT_MENUS</key>
<string>Context menus</string>
<!-- Label that explains how to toggle the toolbar button. -->
<key>SHOW_IN_TOOLBAR_EXPLANATION</key>
<string>To show or hide the Finder toolbar button, open Finder and click View → Customize Toolbar.</string>
<!-- Label for the behavior preferences. -->
<key>BEHAVIOR</key>
<string>Behavior:</string>
<!-- Checkbox that toggles opening selected items, vs opening the current folder. -->
<key>OPEN_SELECTED_ITEMS</key>
<string>Open selected items</string>
<!-- Explanation of how the above checkbox works. -->
<key>OPEN_SELECTED_ITEMS_EXPLANATION</key>
<string>Enable to open a tab for each item selected. Disable to always use the currently open folder.</string>
<!-- Label for the “open in” radio buttons. -->
<key>OPEN_IN</key>
<string>Open in:</string>
<!-- Radio button for creating a new tab. -->
<key>OPEN_IN_NEW_TAB</key>
<string>New tab</string>
<!-- Radio button for creating a new window. -->
<key>OPEN_IN_NEW_WINDOW</key>
<string>New window</string>
<!-- Radio button for reusing the last tab. -->
<key>OPEN_IN_LAST_USED_TAB</key>
<string>Last used tab</string>
<!-- Label explaining how to enable TermHere if it is disabled. -->
<key>TROUBLESHOOTING_NOTE</key>
<string>Not seeing it? Make sure TermHere is enabled in the Extensions preferences.</string>
<!-- Button that opens the Preferences app. -->
<key>OPEN_PREFERENCES</key>
<string>Open Preferences</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment