├── .gitignore ├── readline ├── patchlevel ├── doc │ ├── history.dvi │ ├── history.pdf │ ├── readline.dvi │ ├── readline.pdf │ ├── rluserman.dvi │ ├── rluserman.pdf │ └── version.texi └── examples │ ├── rlfe │ └── screen.h │ ├── rl-fgets.c │ └── rlwrap-0.30.tar.gz ├── PyTerminal └── en.lproj │ └── InfoPlist.strings ├── PyTerminalDemo ├── en.lproj │ ├── InfoPlist.strings │ └── Credits.rtf ├── main.m └── PyTerminalDemoAppDelegate.h ├── Screenshots └── Shot1.png ├── Path Finder SDK ├── iTerm │ ├── iTerm.icns │ ├── iTerm-wait.icns │ ├── images │ │ ├── edit.png │ │ ├── exec.png │ │ ├── new.png │ │ ├── close.png │ │ ├── config.png │ │ ├── folder.png │ │ ├── iTerm.png │ │ ├── script.png │ │ ├── iTerm-old.png │ │ ├── important.png │ │ ├── newwin.icns │ │ ├── waiting.png │ │ ├── addressbook.png │ │ ├── iTerm-Aqua.jpg │ │ └── iTerm-old.icns │ ├── PSMTabBarControl │ │ ├── images │ │ │ ├── pi.png │ │ │ ├── Warning.png │ │ │ ├── AquaTabNew.png │ │ │ ├── AquaTabsDown.png │ │ │ ├── TabNewMetal.png │ │ │ ├── TabClose_Front.tif │ │ │ ├── overflowImage.tiff │ │ │ ├── AquaTabNewPressed.png │ │ │ ├── AquaTabsSeparator.png │ │ │ ├── AquaTabClose_Front.tif │ │ │ ├── AquaTabNewRollover.png │ │ │ ├── AquaTabsBackground.png │ │ │ ├── AquaTabsDownNonKey.png │ │ │ ├── TabNewMetalPressed.png │ │ │ ├── TabNewMetalRollover.png │ │ │ ├── AquaTabsDownGraphite.png │ │ │ ├── AquaTabsSeparatorDown.png │ │ │ ├── TabClose_Front_Pressed.tif │ │ │ ├── overflowImagePressed.tif │ │ │ ├── TabClose_Front_Rollover.tif │ │ │ ├── AquaTabClose_Front_Pressed.tif │ │ │ └── AquaTabClose_Front_Rollover.tif │ │ └── source │ │ │ ├── PSMProgressIndicator.h │ │ │ ├── PSMProgressIndicator.m │ │ │ └── PSMTabDragWindow.h │ ├── MyTerminalView.h │ ├── English.lproj │ │ ├── Misc.nib │ │ │ ├── objects.nib │ │ │ └── keyedobjects.nib │ │ ├── FindPanel.nib │ │ │ ├── objects.nib │ │ │ ├── keyedobjects.nib │ │ │ ├── classes.nib │ │ │ └── info.nib │ │ ├── MainMenu.nib │ │ │ ├── objects.nib │ │ │ └── keyedobjects.nib │ │ ├── AddressBook.nib │ │ │ ├── objects.nib │ │ │ ├── keyedobjects.nib │ │ │ └── info.nib │ │ ├── Bookmarks.nib │ │ │ ├── keyedobjects.nib │ │ │ └── info.nib │ │ ├── ITConfigPanel.nib │ │ │ ├── objects.nib │ │ │ ├── keyedobjects.nib │ │ │ └── info.nib │ │ ├── PreferencePanel.nib │ │ │ └── keyedobjects.nib │ │ └── ProfilesWindow.nib │ │ │ └── keyedobjects.nib │ ├── iTerm.xcodeproj │ │ └── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ ├── ITSharedActionHandler.h │ ├── iTermOutlineView.h │ ├── main.m │ ├── ITPopUpButton.h │ ├── iTerm.h │ ├── ITIconStore.h │ ├── iTerm_Prefix.pch │ ├── iTermApplication.h │ ├── iTermOutlineView.m │ ├── ITViewLocalizer.h │ └── PTYWindow.h ├── CocoatechCore │ ├── images │ │ ├── NTChevron.tiff │ │ └── favorites.png │ ├── English.lproj │ │ └── InfoPlist.strings │ ├── NTMenuSlider.h │ ├── NTAquaButtonCell.h │ ├── NTFramedSplitView.h │ ├── NTBGHUDPopUpButton.h │ ├── NTSliderGradientView.h │ ├── NSFont-NTExtensions.h │ ├── NSScrollView-NTExtensions.m │ ├── NTEnablingTextField.h │ ├── CATransaction-NTExtensions.h │ ├── NTEnablingTextFieldCell.h │ ├── NSError-NTExtensions.h │ ├── NTIconControlValueTransformer.h │ ├── NTMobileMe.h │ ├── NSSavePanel-NTExtensions.h │ ├── CFArray-NTExtensions.h │ ├── NSTableViewNoFirstResponder.h │ ├── NTMailDelivery.h │ ├── NSAnimationContext-NTExtensions.h │ ├── NSURL-NTExtensions.h │ ├── NSValueTransformer-NTExtensions.h │ ├── NSButton-NTExtensions.h │ ├── NSNumber-NTExtensions.h │ ├── NTPointerObject.h │ ├── NTKeyChainUtils.h │ ├── CATextLayer-NTExtensions.h │ ├── QLPreviewPanel-NTExtensions.h │ ├── NSAttributedString-NTExtensions.h │ ├── NTCarbonGeometry.h │ ├── NSBundle-NTExtensions.h │ ├── BGHUD │ │ ├── BGHUDTableCornerView.h │ │ └── BGHUDStepperCell.h │ ├── NSLayoutManager-NTExtensions.h │ ├── NSScrollView-NTExtensions.h │ ├── NTTemporaryObject.h │ ├── NSView-NSSplitViewExtensions.h │ ├── NTBGHUDPopUpButton.m │ ├── NSCharacterSet-NTExtensions.h │ ├── NSFont-NTExtensions.m │ ├── NSTabView-NTExtensions.h │ ├── NTEventOverrideHandler.h │ ├── NTObjectContainer.h │ ├── NTStaticImageView.h │ ├── NTMenuSlider.m │ ├── NTUInt32Container.h │ ├── NTUInt64Container.h │ ├── CocoatechCore_Prefix.pch │ ├── NTPopUpButton.h │ ├── NTQuitDisabler.h │ ├── NTProxy.h │ ├── CALayer-NTExtensions.h │ ├── CATransaction-NTExtensions.m │ ├── NTTableHeaderImages.h │ ├── NTPointerObject.m │ ├── NTAnimationsWindow.h │ ├── NTRevealParameters.h │ ├── NSSortDescriptor-NTExtensions.h │ ├── NTBaseContainer.h │ ├── NSLayoutManager-NTExtensions.m │ ├── NTAnimations.h │ ├── NTIndexCounter.h │ ├── NTStringView.h │ ├── NTSliderMenuItem.h │ ├── NTMessageProxy.h │ ├── NTTimeIntervalMeter.h │ ├── NSData-NTExtensions.h │ ├── NTSliderGradientView.m │ ├── NSTableViewNoFirstResponder.m │ ├── NTTime.h │ ├── NSDate-NTExtensions.h │ ├── NTFont.h │ ├── NSAttributedString-NTExtensions.m │ ├── NSDateFormatter-NTExtensions.h │ ├── NTMailDelivery.m │ ├── NTNameAndID.h │ ├── NSAnimationContext-NTExtensions.m │ ├── NSColor-NTExtensions.h │ └── NTFontButton.h ├── CocoatechStrings │ ├── Regions │ │ ├── cs.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── da.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── de.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── en.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── es.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── fi.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── fr.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── it.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── ja.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── ko.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── lt.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── nb.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── nl.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── pl.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── pt.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── ru.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── sv.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── macErrors.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── CocoaTechFoundation.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ └── localizationPanel.strings │ │ ├── pt_BR.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── macErrors.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ ├── localizationPanel.strings │ │ │ └── CocoaTechFoundation.strings │ │ ├── zh_CN.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── macErrors.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ ├── localizationPanel.strings │ │ │ └── CocoaTechFoundation.strings │ │ └── zh_TW.lproj │ │ │ ├── Get Info.strings │ │ │ ├── Hex View.strings │ │ │ ├── default.strings │ │ │ ├── fileCopy.strings │ │ │ ├── menuBar.strings │ │ │ ├── preview.strings │ │ │ ├── purchase.strings │ │ │ ├── reports.strings │ │ │ ├── terminal.strings │ │ │ ├── OmniAppKit.strings │ │ │ ├── macErrors.strings │ │ │ ├── CocoaTechBase.strings │ │ │ ├── crashReporter.strings │ │ │ ├── modulePlugins.strings │ │ │ ├── preferencesUI.strings │ │ │ ├── CocoaTechStuffIt.strings │ │ │ ├── Image Converter.strings │ │ │ ├── Disk Image Plugin.strings │ │ │ ├── localizationPanel.strings │ │ │ └── CocoaTechFoundation.strings │ ├── CocoaTechStrings.h │ ├── CocoatechStrings.pch │ ├── NTMenuBarLocalizer.h │ ├── NTMacErrorString.h │ ├── NSButton-Extensions.h │ └── NTViewLocalizer.h └── Configurations │ ├── Debug.xcconfig │ └── Release.xcconfig ├── PyTerminal.xcodeproj └── project.xcworkspace │ └── contents.xcworkspacedata ├── PyTerminalView.h ├── py_raw_input.h └── install.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | xcuserdata 3 | build 4 | -------------------------------------------------------------------------------- /readline/patchlevel: -------------------------------------------------------------------------------- 1 | # Do not edit -- exists only for use by patch 2 | 3 | 1 4 | -------------------------------------------------------------------------------- /PyTerminal/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /PyTerminalDemo/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /Screenshots/Shot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Screenshots/Shot1.png -------------------------------------------------------------------------------- /readline/doc/history.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/readline/doc/history.dvi -------------------------------------------------------------------------------- /readline/doc/history.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/readline/doc/history.pdf -------------------------------------------------------------------------------- /readline/examples/rlfe/screen.h: -------------------------------------------------------------------------------- 1 | /* Dummy header to avoid modifying pty.c */ 2 | #include "os.h" 3 | -------------------------------------------------------------------------------- /readline/doc/readline.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/readline/doc/readline.dvi -------------------------------------------------------------------------------- /readline/doc/readline.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/readline/doc/readline.pdf -------------------------------------------------------------------------------- /readline/doc/rluserman.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/readline/doc/rluserman.dvi -------------------------------------------------------------------------------- /readline/doc/rluserman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/readline/doc/rluserman.pdf -------------------------------------------------------------------------------- /readline/examples/rl-fgets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/readline/examples/rl-fgets.c -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/iTerm.icns -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm-wait.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/iTerm-wait.icns -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/edit.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/exec.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/new.png -------------------------------------------------------------------------------- /readline/examples/rlwrap-0.30.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/readline/examples/rlwrap-0.30.tar.gz -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/close.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/config.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/folder.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/iTerm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/iTerm.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/script.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/iTerm-old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/iTerm-old.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/important.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/newwin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/newwin.icns -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/waiting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/waiting.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/addressbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/addressbook.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/iTerm-Aqua.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/iTerm-Aqua.jpg -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/images/iTerm-old.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/images/iTerm-old.icns -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/images/NTChevron.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechCore/images/NTChevron.tiff -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/images/favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechCore/images/favorites.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/pi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/pi.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/MyTerminalView.h: -------------------------------------------------------------------------------- 1 | /* MyTerminalView */ 2 | 3 | #import 4 | 5 | @interface MyTerminalView : NSView 6 | { 7 | } 8 | @end 9 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/Misc.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/Misc.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/Warning.png -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechCore/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/FindPanel.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/FindPanel.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/MainMenu.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/MainMenu.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/Misc.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/Misc.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNew.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDown.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetal.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/AddressBook.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/AddressBook.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/overflowImage.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/overflowImage.tiff -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/Bookmarks.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/Bookmarks.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/FindPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/FindPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/objects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/objects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNewPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNewPressed.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsSeparator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsSeparator.png -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Get Info.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Get Info.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Hex View.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Hex View.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/default.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/default.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/fileCopy.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/fileCopy.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/menuBar.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/menuBar.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/preview.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/preview.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/purchase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/purchase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/reports.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/reports.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/terminal.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/terminal.strings -------------------------------------------------------------------------------- /Path Finder SDK/Configurations/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "./Common.xcconfig" 2 | 3 | // no optimization 4 | GCC_OPTIMIZATION_LEVEL = 0 5 | 6 | GCC_PREPROCESSOR_DEFINITIONS = DEBUG_BUILD 7 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/AddressBook.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/AddressBook.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNewRollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabNewRollover.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsBackground.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDownNonKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDownNonKey.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetalPressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetalPressed.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetalRollover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/TabNewMetalRollover.png -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/OmniAppKit.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/OmniAppKit.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/macErrors.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/macErrors.strings -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/PreferencePanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/PreferencePanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/ProfilesWindow.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/English.lproj/ProfilesWindow.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDownGraphite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsDownGraphite.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsSeparatorDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabsSeparatorDown.png -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front_Pressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front_Pressed.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/overflowImagePressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/overflowImagePressed.tif -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechBase.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechBase.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/crashReporter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/crashReporter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/modulePlugins.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/modulePlugins.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/preferencesUI.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/preferencesUI.strings -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front_Rollover.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/TabClose_Front_Rollover.tif -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/cs.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/cs.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/da.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/da.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/de.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/de.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/en.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/en.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/es.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/es.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fi.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fi.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/fr.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/fr.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/it.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/it.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ja.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ja.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ko.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ko.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/lt.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/lt.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nb.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nb.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/nl.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/nl.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pl.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pl.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/ru.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/ru.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/sv.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/sv.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechStuffIt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechStuffIt.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Image Converter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Image Converter.strings -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front_Pressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front_Pressed.tif -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front_Rollover.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/iTerm/PSMTabBarControl/images/AquaTabClose_Front_Rollover.tif -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Disk Image Plugin.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/Disk Image Plugin.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/localizationPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/localizationPanel.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/pt_BR.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_CN.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechFoundation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertz/PyTerminal/HEAD/Path Finder SDK/CocoatechStrings/Regions/zh_TW.lproj/CocoaTechFoundation.strings -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/CocoaTechStrings.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | #import 4 | #import -------------------------------------------------------------------------------- /PyTerminal.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/CocoatechStrings.pch: -------------------------------------------------------------------------------- 1 | /* 2 | * CocoatechStrings.pch 3 | * CocoaTechStrings 4 | * 5 | * Created by Steve Gehrman on 10/10/05. 6 | * Copyright 2005 __MyCompanyName__. All rights reserved. 7 | * 8 | */ 9 | 10 | #import 11 | -------------------------------------------------------------------------------- /PyTerminalView.h: -------------------------------------------------------------------------------- 1 | // 2 | // PyTerminalView.h 3 | // PyTerminal 4 | // 5 | // Created by Albert Zeyer on 31.08.11. 6 | // Copyright 2011 Albert Zeyer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | void initPython(); 12 | NSView* allocPyTermialView(); 13 | -------------------------------------------------------------------------------- /readline/doc/version.texi: -------------------------------------------------------------------------------- 1 | @ignore 2 | Copyright (C) 1988-2011 Free Software Foundation, Inc. 3 | @end ignore 4 | 5 | @set EDITION 6.2 6 | @set VERSION 6.2 7 | @set UPDATED September 6 2010 8 | @set UPDATED-MONTH September 2010 9 | 10 | @set LASTCHANGE Mon Sep 6 22:07:10 EDT 2010 11 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMenuSlider.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMenuSlider.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTMenuSlider : NSSlider 12 | { 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /PyTerminalDemo/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // PyTerminalDemo 4 | // 5 | // Created by Albert Zeyer on 29.08.11. 6 | // Copyright 2011 Albert Zeyer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | int main(int argc, char *argv[]) 12 | { 13 | return NSApplicationMain(argc, (const char **)argv); 14 | } 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTAquaButtonCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTAquaButtonCell.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/10/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTAquaButtonCell : NSButtonCell { 12 | } 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTFramedSplitView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTFramedSplitView.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/28/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTFramedSplitView : NSSplitView 12 | { 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTBGHUDPopUpButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTBGHUDPopUpButton.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/5/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTBGHUDPopUpButton : NSPopUpButton { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTSliderGradientView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTSliderGradientView.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTSliderGradientView : NSView 12 | { 13 | } 14 | 15 | @end 16 | 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSFont-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSFont-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/27/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSFont (NTExtensions) 12 | - (NSInteger)lineHeight; 13 | @end 14 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSScrollView-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSScrollView-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/1/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NSScrollView-NTExtensions.h" 10 | 11 | @implementation NSScrollView (NTExtensions) 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTEnablingTextField.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTEnablingTextField.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/17/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTEnablingTextField : NSTextField 12 | { 13 | } 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CATransaction-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // CATransaction-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/15/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface CATransaction (NTExtensions) 13 | + (void)beginDisabled; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTEnablingTextFieldCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTEnablingTextFieldCell.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/17/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTEnablingTextFieldCell : NSTextFieldCell 13 | { 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /py_raw_input.h: -------------------------------------------------------------------------------- 1 | // 2 | // py_raw_input.h 3 | // PyTerminal 4 | // 5 | // Created by Albert Zeyer on 30.08.11. 6 | // Copyright 2011 Albert Zeyer. All rights reserved. 7 | // 8 | 9 | #ifndef PyTerminal_py_raw_input_h 10 | #define PyTerminal_py_raw_input_h 11 | 12 | #include 13 | 14 | void overwritePyRawInput(PyObject* builtinDict); 15 | 16 | #endif 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSError-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSError-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/13/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSError (NTExtensions) 13 | 14 | - (NSString*)formattedDescription; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTIconControlValueTransformer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTIconControlValueTransformer.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/20/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTIconControlValueTransformer : NSValueTransformer 13 | { 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMobileMe.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMobileMe.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/13/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTMobileMe : NSObject 12 | { 13 | } 14 | 15 | + (NSString*)accountName; 16 | + (NSString*)accountPassword; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSSavePanel-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSSavePanel-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 10/31/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSSavePanel (NTExtensions) 12 | - (BOOL)handleSavePanelOK:(NSInteger)returnCode; 13 | @end 14 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/NTMenuBarLocalizer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMenuBarLocalizer.h 3 | // CocoatechStrings 4 | // 5 | // Created by Steve Gehrman on Sun Nov 17 2002. 6 | // Copyright (c) 2002 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTMenuBarLocalizer : NSObject { 12 | } 13 | 14 | + (void)localizeMenu:(NSMenu*)menu; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/ITSharedActionHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // ITSharedActionHandler.h 3 | // iTerm 4 | // 5 | // Created by Steve Gehrman on 2/4/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface ITSharedActionHandler : NSObject { 13 | 14 | } 15 | 16 | + (ITSharedActionHandler*)sharedInstance; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CFArray-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // CFArray-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/10/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | // Convenience functions 12 | extern NSMutableArray *NTCreateNonOwnedPointerArray(void); 13 | extern NSMutableArray *NTCreateIntegerArray(void); 14 | 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSTableViewNoFirstResponder.h: -------------------------------------------------------------------------------- 1 | /* NSTableViewNoFirstResponder */ 2 | 3 | #import 4 | 5 | @interface NSTableViewNoFirstResponder : NSTableView 6 | { 7 | } 8 | 9 | @end 10 | 11 | // subclass window and implement this if you want 12 | @interface NSObject (NSTableViewNoFirstResponderWindowAdditions) 13 | - (void)setFakeFirstResponder:(NSResponder*)responder; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/NTMacErrorString.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMacErrorString.h 3 | // CocoatechStrings 4 | // 5 | // Created by Steve Gehrman on Fri Oct 17 2003. 6 | // Copyright (c) 2003 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTMacErrorString : NSObject 12 | { 13 | } 14 | 15 | + (NSString*)macErrorString:(NSInteger)err; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTermOutlineView.h: -------------------------------------------------------------------------------- 1 | // 2 | // iTermOutlineView.h 3 | // iTerm 4 | // 5 | // Created by Tianming Yang on 10/23/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface iTermOutlineView : NSOutlineView { 13 | NSLock *_lock; 14 | } 15 | 16 | - (id)init; 17 | - (void)reloadData; 18 | - (void)dealloc; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/main.m: -------------------------------------------------------------------------------- 1 | // -*- mode:objc -*- 2 | // $Id: main.m,v 1.1.1.1 2002/11/26 04:56:45 ujwal Exp $ 3 | // 4 | // main.m 5 | // JTerminal 6 | // 7 | // Created by kuma on Thu Nov 22 2001. 8 | // Copyright (c) 2001 Kiichi Kusama. All rights reserved. 9 | // 10 | 11 | #import 12 | 13 | int main(int argc, const char *argv[]) 14 | { 15 | return NSApplicationMain(argc, argv); 16 | } 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMailDelivery.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMailDelivery.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/12/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTMailDelivery : NSObject { 13 | } 14 | 15 | + (BOOL)deliverMessage:(NSString*)message subject:(NSString*)subject to:(NSString*)to; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSAnimationContext-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSAnimationContext-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/22/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSAnimationContext (NTExtensions) 12 | + (void)begin:(BOOL)animate duration:(CGFloat)duration; 13 | + (void)end; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSURL-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/4/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSURL (NTExtensions) 12 | - (id)resourceForKey:(NSString*)resourceKey; 13 | - (id)resourceForKey:(NSString*)resourceKey error:(NSError**)outError; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSValueTransformer-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSValueTransformer-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/12/05. 6 | // Copyright 2005 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "NSValueTransformer-NTExtensions.h" 10 | 11 | @interface NSValueTransformer (NTExtensions) 12 | 13 | + (void)loadStandardTransformers; 14 | 15 | @end 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /PyTerminalDemo/PyTerminalDemoAppDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // PyTerminalDemoAppDelegate.h 3 | // PyTerminalDemo 4 | // 5 | // Created by Albert Zeyer on 29.08.11. 6 | // Copyright 2011 Albert Zeyer. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface PyTerminalDemoAppDelegate : NSObject { 12 | NSWindow *window; 13 | } 14 | 15 | @property (assign) IBOutlet NSWindow *window; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSButton-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSButton-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Thu Mar 27 2003. 6 | // Copyright (c) 2003 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSButton (NTExtensions) 12 | - (BOOL)isSwitchButton; 13 | @end 14 | 15 | @interface NSButtonCell (NTExtensions) 16 | - (BOOL)isSwitchButtonCell; 17 | @end -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSNumber-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSNumber-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Thu Mar 06 2003. 6 | // Copyright (c) 2003 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSNumber (NTExtensions) 12 | 13 | + (NSNumber*)numberWithSize:(NSSize)size; 14 | - (NSSize)sizeNumber; 15 | 16 | + (NSNumber*)unique; 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTPointerObject.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTPointerObject.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/23/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTPointerObject : NSObject { 13 | void* pointer; 14 | } 15 | 16 | + (NTPointerObject*)object:(void*)pointer; 17 | 18 | @property (assign) void* pointer; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/NSButton-Extensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSButton-Extensions.h 3 | // CocoatechStrings 4 | // 5 | // Created by Steve Gehrman on Thu Mar 27 2003. 6 | // Copyright (c) 2003 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSButton (Extensions) 12 | - (BOOL)isSwitchButton; 13 | @end 14 | 15 | @interface NSButtonCell (Extensions) 16 | - (BOOL)isSwitchButtonCell; 17 | @end -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTKeyChainUtils.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTKeyChainUtils.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Tue May 14 2002. 6 | // Copyright (c) 2002 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTKeyChainUtils : NSObject { 13 | 14 | } 15 | 16 | + (NSString*)passwordForService:(NSString*)service accountName:(NSString*)accountName; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CATextLayer-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // CATextLayer-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/15/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface CATextLayer (NTExtensions) 12 | + (CATextLayer *)layerWithText:(NSString *)string; 13 | + (CATextLayer *)layerWithText:(NSString *)string fontSize:(CGFloat)size; 14 | @end 15 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/QLPreviewPanel-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // QLPreviewPanel-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/3/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface QLPreviewPanel (NTExtensions) 12 | 13 | + (void)toggle:(BOOL)fullScreen; 14 | 15 | + (BOOL)isVisible; 16 | + (void)close; 17 | 18 | + (void)reloadIfNeeded; 19 | @end 20 | 21 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSAttributedString-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSAttributedString-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/20/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSAttributedString (NTExtensions) 13 | 14 | + (NSAttributedString*)stringWithString:(NSString*)inString attributes:(NSDictionary*)attributes; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTCarbonGeometry.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTCarbonGeometry.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/22/05. 6 | // Copyright 2005 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | Rect NSRectToQDRect(const NSRect inNSRect); 12 | NSRect QDRectToNSRect(const Rect inQDRect); 13 | 14 | Point NSPointToQDPoint(const NSPoint inNSPoint); 15 | NSPoint QDPointToNSPoint(const Point inQDPoint); 16 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSBundle-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSBundle-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Fri May 16 2003. 6 | // Copyright (c) 2003 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSBundle (NTExtensions) 12 | 13 | - (NSImage*)imageWithName:(NSString*)imageName; 14 | - (NSImage*)imageWithName:(NSString*)imageName inDirectory:(NSString*)directory; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/BGHUD/BGHUDTableCornerView.h: -------------------------------------------------------------------------------- 1 | // 2 | // BGHUDTableCornerView.h 3 | // BGHUDAppKit 4 | // 5 | // Created by BinaryGod on 6/29/08. 6 | // Copyright 2008 none. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "BGThemeManager.h" 11 | 12 | @interface BGHUDTableCornerView : NSView { 13 | 14 | NSString *themeKey; 15 | } 16 | 17 | @property (retain) NSString *themeKey; 18 | 19 | - (id)initWithThemeKey:(NSString *)key; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/BGHUD/BGHUDStepperCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // BGHUDStepperCell.h 3 | // BGHUDAppKit 4 | // 5 | // Created by BinaryGod on 4/6/09. 6 | // Copyright 2009 none. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "BGThemeManager.h" 11 | 12 | @interface BGHUDStepperCell : NSStepperCell { 13 | 14 | NSString *themeKey; 15 | NSInteger topButtonFlag; 16 | NSInteger bottomButtonFlag; 17 | } 18 | 19 | @property (retain) NSString *themeKey; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSLayoutManager-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSLayoutManager-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/24/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSLayoutManager (Undocumented) 12 | - (void)setUsesFontLeading:(BOOL)flag; 13 | @end 14 | 15 | @interface NSLayoutManager (NTExtensions) 16 | + (CGFloat)defaultLineHeightForFont:(NSFont *)theFont; 17 | @end 18 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSScrollView-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSScrollView-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/1/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NSScrollView (UndocumentedPrivate) 13 | - (BOOL)autoforwardsScrollWheelEvents; 14 | - (void)setAutoforwardsScrollWheelEvents:(BOOL)arg1; 15 | @end 16 | 17 | @interface NSScrollView (NTExtensions) 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTTemporaryObject.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTTemporaryObject.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/4/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTTemporaryObject : NSObject 13 | { 14 | id contents; 15 | } 16 | 17 | @property (readonly, retain) id contents; 18 | 19 | + (NTTemporaryObject*)tempObject:(id)theContents timeToLive:(NSTimeInterval)timeToLive; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSView-NSSplitViewExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSView-NSSplitViewExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/14/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSView (NSSplitViewExtensions) 12 | - (void)setCollapsed:(BOOL)collapsed animate:(BOOL)animate; 13 | - (BOOL)isCollapsed; 14 | 15 | - (NSMenuItem*)splitViewMenuItem; 16 | - (NSSplitView*)enclosingSplitView; 17 | @end -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/source/PSMProgressIndicator.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSMProgressIndicator.h 3 | // PSMTabBarControl 4 | // 5 | // Created by John Pannell on 2/23/06. 6 | // Copyright 2006 Positive Spin Media. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "PSMTabBarControl.h" 11 | 12 | 13 | @interface PSMProgressIndicator : NSProgressIndicator { 14 | 15 | } 16 | 17 | @end 18 | 19 | @interface PSMTabBarControl (LayoutPlease) 20 | 21 | - (void)update; 22 | 23 | @end -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTBGHUDPopUpButton.m: -------------------------------------------------------------------------------- 1 | // 2 | // NTBGHUDPopUpButton.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/5/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTBGHUDPopUpButton.h" 10 | #import "BGHUDPopUpButtonCell.h" 11 | 12 | @implementation NTBGHUDPopUpButton 13 | 14 | + (BOOL)useCellClassFromNib; 15 | { 16 | return YES; 17 | } 18 | 19 | + (Class)cellClass; 20 | { 21 | return [BGHUDPopUpButtonCell class]; 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/ITPopUpButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // ITPopUpButton.h 3 | // iTerm 4 | // 5 | // Created by Steve Gehrman on 2/2/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface ITPopUpButton : NSPopUpButton 12 | { 13 | NSString* mContentImageID; 14 | NSImage* mContentImage; 15 | NSImage* mArrowImage; 16 | } 17 | 18 | - (NSString *)contentImageID; 19 | - (void)setContentImageID:(NSString *)theContentImageID; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSCharacterSet-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSCharacterSet-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 4/6/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSCharacterSet (NTExtensions) 12 | 13 | + (BOOL)isAlphaNum:(unichar)theCharacter; 14 | + (BOOL)isAlpha:(unichar)theCharacter; 15 | + (BOOL)isDigit:(unichar)theCharacter; 16 | + (BOOL)isPrint:(unichar)theCharacter; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSFont-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSFont-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/27/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "NSFont-NTExtensions.h" 10 | 11 | @implementation NSFont (NTExtensions) 12 | 13 | - (NSInteger)lineHeight; 14 | { 15 | CGFloat result; 16 | 17 | result = [self ascender] + (-[self descender]) + [self leading]; 18 | 19 | return ceil(result); 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSTabView-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSTabView-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 7/26/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSTabView (NTExtensions) 12 | 13 | - (NSTabViewItem*)tabViewItemWithIdentifier:(id)identifier; 14 | + (NSNumber*)uniqueTabItemIdentifier; 15 | 16 | // NSNotFound if not found 17 | - (NSInteger)indexOfSelectedTabViewItem; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTEventOverrideHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTEventOverrideHandler.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/4/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | #define kNTEventOverrideHandlerNotification @"NTEventOverrideHandlerNotification" 12 | 13 | @interface NTEventOverrideHandler : NSObject 14 | { 15 | } 16 | 17 | + (NTEventOverrideHandler*)handler; 18 | 19 | - (BOOL)eventHandled:(NSEvent*)theEvent; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTObjectContainer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTObjectContainer.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/31/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTBaseContainer.h" 10 | 11 | @interface NTObjectContainer : NTBaseContainer 12 | { 13 | id* objects; 14 | } 15 | 16 | - (id)initWithCap:(UInt8)capacity mapCap:(UInt8)mapCapacity; 17 | 18 | - (id)objAtIndex:(UInt8)theIndex; 19 | - (void)setObj:(id)theObject atIndex:(UInt8)theIndex; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTStaticImageView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTStaticImageView.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/7/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTStaticImageView : NSImageView 12 | { 13 | NSBackgroundStyle cellBackgroundStyle; 14 | } 15 | 16 | @property (assign) NSBackgroundStyle cellBackgroundStyle; 17 | 18 | + (NTStaticImageView*)imageView:(NSBackgroundStyle)theBackGroundStyle; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMenuSlider.m: -------------------------------------------------------------------------------- 1 | // 2 | // NTMenuSlider.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTMenuSlider.h" 10 | 11 | @implementation NTMenuSlider 12 | 13 | - (void)mouseDown:(NSEvent*)event 14 | { 15 | [super mouseDown:event]; 16 | 17 | // on mouse up, we want to dismiss the menu being tracked 18 | NSMenu* menu = [[self enclosingMenuItem] menu]; 19 | [menu cancelTracking]; 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTUInt32Container.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTUInt32Container.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/31/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTBaseContainer.h" 10 | 11 | @interface NTUInt32Container : NTBaseContainer 12 | { 13 | UInt32* ints; 14 | } 15 | 16 | - (id)initWithCap:(UInt8)capacity mapCap:(UInt8)mapCapacity; 17 | 18 | - (UInt32)intAtIndex:(UInt8)theIndex; 19 | - (void)setInt:(UInt32)theInt atIndex:(UInt8)theIndex; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTUInt64Container.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTUInt64Container.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/31/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTBaseContainer.h" 10 | 11 | @interface NTUInt64Container : NTBaseContainer 12 | { 13 | UInt64* ints; 14 | } 15 | 16 | - (id)initWithCap:(UInt8)capacity mapCap:(UInt8)mapCapacity; 17 | 18 | - (UInt64)intAtIndex:(UInt8)theIndex; 19 | - (void)setInt:(UInt64)theInt atIndex:(UInt8)theIndex; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CocoatechCore_Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header for all source files of the 'CocoatechCore' target in the 'CocoatechCore' project. 3 | // 4 | 5 | #import 6 | 7 | #ifdef __OBJC__ 8 | #import 9 | #import 10 | #import 11 | #import 12 | #import 13 | #import 14 | #import 15 | #import "NTCoreMacros.h" 16 | #endif 17 | -------------------------------------------------------------------------------- /Path Finder SDK/Configurations/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "./Common.xcconfig" 2 | 3 | // Accelerated Obj-C dispatch 4 | GCC_FAST_OBJC_DISPATCH = YES 5 | 6 | // fast and small 7 | GCC_OPTIMIZATION_LEVEL = s 8 | 9 | DEPLOYMENT_POSTPROCESSING = YES 10 | STRIP_INSTALLED_PRODUCT = YES 11 | 12 | // strip the application *after* linking, not during 13 | SEPARATE_STRIP = YES 14 | 15 | // this warning only works when optimized code is on 16 | GCC_WARN_UNINITIALIZED_AUTOS = YES 17 | 18 | // bundles must have globals 19 | STRIP_STYLE = non-global 20 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTPopUpButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTPopUpButton.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTPopUpButton : NSPopUpButton 13 | { 14 | NSMenu* alternateMenu; 15 | BOOL drawDragDropFrame; 16 | } 17 | 18 | @property (retain) NSMenu* alternateMenu; 19 | @property (assign) BOOL drawDragDropFrame; 20 | 21 | + (id)button:(NSImage*)image title:(NSString*)title; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTQuitDisabler.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTQuitDisabler.h 3 | // CocoaTechBase 4 | // 5 | // Created by Steve Gehrman on Fri Dec 21 2001. 6 | // Copyright (c) 2001 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import "NTSingletonObject.h" 10 | 11 | @interface NTQuitDisabler : NTSingletonObject 12 | { 13 | NSInteger count; // when 0 it's OK to quit 14 | } 15 | 16 | // caller must balance the two calls or the program will never quit 17 | - (void)dontQuit; 18 | - (void)allowQuit; 19 | 20 | - (BOOL)canQuit; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTProxy.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTProxy.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 7/30/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTProxy : NSObject 12 | { 13 | id object; 14 | } 15 | 16 | @property (assign) id object; // not retained, atomic on purpose 17 | 18 | + (NTProxy*)proxyWithObject:(id)theObject; 19 | @end 20 | 21 | @interface NSArray (NTProxy) 22 | - (NSUInteger)indexOfProxyObjectIdenticalTo:(id)theObject; 23 | @end 24 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm.h: -------------------------------------------------------------------------------- 1 | /* 2 | ** iTerm.h 3 | ** 4 | ** Copyright (c) 2002, 2003 5 | ** 6 | ** Author: Fabian, Ujwal S. Setlur 7 | ** Initial code by Kiichi Kusama 8 | ** 9 | ** Project: iTerm 10 | ** 11 | ** Description: header file for iTerm.app. 12 | ** 13 | */ 14 | 15 | #ifndef _ITERM_H_ 16 | #define _ITERM_H_ 17 | 18 | #import "iTermController.h" 19 | #import "ITAddressBookMgr.h" 20 | #import "PreferencePanel.h" 21 | #import "ITTerminalView.h" 22 | #import "ITTerminalWindowController.h" 23 | 24 | #endif // _ITERM_H_ 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CALayer-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // CALayer-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/6/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface CALayer (NTExtensions) 13 | 14 | - (NSString*)longDescription; 15 | - (void)debugLayers:(BOOL)showSubviews; 16 | - (void)scale:(CGFloat)theScale; 17 | 18 | - (CGPoint)scrollPositionAsPercentage; 19 | - (void)setScrollPositionAsPercentage:(CGPoint)scrollPosition; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/CATransaction-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // CATransaction-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/15/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "CATransaction-NTExtensions.h" 10 | 11 | 12 | @implementation CATransaction (NTExtensions) 13 | 14 | + (void)beginDisabled; 15 | { 16 | [CATransaction flush]; 17 | [CATransaction begin]; 18 | [CATransaction setValue:(id)kCFBooleanTrue 19 | forKey:kCATransactionDisableActions]; 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTTableHeaderImages.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTTableHeaderImages.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/2/05. 6 | // Copyright 2005 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "NTSingletonObject.h" 11 | 12 | @interface NTTableHeaderImages : NTSingletonObject { 13 | } 14 | 15 | - (CGFloat)height; 16 | 17 | - (void)drawInFrame:(NSRect)frame 18 | highlighted:(BOOL)highlighted 19 | selected:(BOOL)selected 20 | flipped:(BOOL)flipped; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTPointerObject.m: -------------------------------------------------------------------------------- 1 | // 2 | // NTPointerObject.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 9/23/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTPointerObject.h" 10 | 11 | 12 | @implementation NTPointerObject 13 | 14 | @synthesize pointer; 15 | 16 | + (NTPointerObject*)object:(void*)thePointer; 17 | { 18 | NTPointerObject* result = [[NTPointerObject alloc] init]; 19 | 20 | result.pointer = thePointer; 21 | 22 | return [result autorelease]; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/FindPanel.nib/classes.nib: -------------------------------------------------------------------------------- 1 | { 2 | IBClasses = ( 3 | { 4 | ACTIONS = {findNext = id; findPrevious = id; ignoreCaseSwitchAction = id; }; 5 | CLASS = FindPanelWindowController; 6 | LANGUAGE = ObjC; 7 | OUTLETS = {caseCheckBox = NSButton; delegate = id; searchStringField = NSTextField; }; 8 | SUPERCLASS = NSWindowController; 9 | }, 10 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } 11 | ); 12 | IBVersion = 1; 13 | } -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTAnimationsWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTAnimationsWindow.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 12/28/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class NTAnimationsZoomView; 12 | 13 | @interface NTAnimationsWindow : NSWindow 14 | { 15 | NTAnimationsZoomView* imageView; 16 | } 17 | 18 | @property (retain) NTAnimationsZoomView* imageView; 19 | 20 | + (id)window; 21 | 22 | - (void)zoomImage:(NSImage*)image atPoint:(NSPoint)point; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTRevealParameters.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTRevealParameters.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 8/13/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTRevealParameters : NSObject { 13 | BOOL mTreatPackagesAsFolders; 14 | NSDictionary* mOther; 15 | } 16 | 17 | + (NTRevealParameters*)params:(BOOL)treatPackagesAsFolders other:(NSDictionary*)other; 18 | 19 | - (BOOL)treatPackagesAsFolders; 20 | - (NSDictionary *)other; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/FindPanel.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 674 68 356 240 0 0 1920 1178 7 | IBFramework Version 8 | 313.0 9 | IBOpenObjects 10 | 11 | 7 12 | 13 | IBSystem Version 14 | 6L60 15 | 16 | 17 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/ITIconStore.h: -------------------------------------------------------------------------------- 1 | // 2 | // ITIconStore.h 3 | // iTerm 4 | // 5 | // Created by Steve Gehrman on 2/2/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface ITIconStore : NSObject 13 | { 14 | NSBundle * mCoreTypesBundle; 15 | } 16 | 17 | + (ITIconStore*)sharedInstance; 18 | 19 | // GenericPreferencesIcon for example 20 | - (NSImage*)image:(NSString*)identifier; 21 | 22 | - (NSImage*)popupArrowImage:(NSColor*)color 23 | small:(BOOL)small; 24 | 25 | @end 26 | 27 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/source/PSMProgressIndicator.m: -------------------------------------------------------------------------------- 1 | // 2 | // PSMProgressIndicator.m 3 | // PSMTabBarControl 4 | // 5 | // Created by John Pannell on 2/23/06. 6 | // Copyright 2006 Positive Spin Media. All rights reserved. 7 | // 8 | 9 | #import "PSMProgressIndicator.h" 10 | 11 | @implementation PSMProgressIndicator 12 | 13 | // overrides to make tab bar control re-layout things if status changes 14 | - (void)setHidden:(BOOL)flag 15 | { 16 | [super setHidden:flag]; 17 | [(PSMTabBarControl *)[self superview] update]; 18 | } 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTerm_Prefix.pch: -------------------------------------------------------------------------------- 1 | /* 2 | * iTerm_Prefix.pch 3 | * iTerm 4 | * 5 | * Created by Steve Gehrman on 4/26/07. 6 | * Copyright 2007 __MyCompanyName__. All rights reserved. 7 | * 8 | */ 9 | 10 | #import 11 | 12 | #ifdef __OBJC__ 13 | #import 14 | #import 15 | #import 16 | #import 17 | #endif 18 | 19 | #define NTLocalizedStringFromTableInBundle(w,x,y,z) (NSString*)[NTLocalizedString localize:(NSString*)w table:(NSString*)x] -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/AddressBook.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 350 53 512 264 0 0 1024 746 7 | IBFramework Version 8 | 349.0 9 | IBOpenObjects 10 | 11 | 122 12 | 13 | IBSystem Version 14 | 7D24 15 | 16 | 17 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechStrings/NTViewLocalizer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTViewLocalizer.h 3 | // CocoatechStrings 4 | // 5 | // Created by Steve Gehrman on Sun Mar 09 2003. 6 | // Copyright (c) 2003 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTViewLocalizer : NSObject 12 | { 13 | NSString* _table; 14 | NSBundle* _bundle; 15 | } 16 | 17 | + (void)localizeWindow:(NSWindow*)window table:(NSString*)table bundle:(NSBundle*)bundle; 18 | + (void)localizeView:(NSView*)view table:(NSString*)table bundle:(NSBundle*)bundle; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | 3 | cd "$(dirname "$0")" 4 | 5 | # for some reason, this fails... 6 | #xcodebuild 7 | 8 | fr="" 9 | for f in ~/Library/Developer/Xcode/DerivedData/PyTerminal-*/Build/Products/Debug/PyTerminal.framework; do 10 | echo "found framework: $f" 11 | [ "$fr" != "" ] && echo "had already another framework, FAIL" && exit 1 12 | fr=f 13 | done 14 | 15 | [ \! -d $f ] && echo "FAIL" && exit 1 16 | 17 | #install_name_tool -change ... 18 | 19 | echo "copying .." 20 | sudo rm -rf "/Library/Frameworks/PyTerminal.framework" 21 | sudo cp -a $f "/Library/Frameworks/" 22 | -------------------------------------------------------------------------------- /PyTerminalDemo/en.lproj/Credits.rtf: -------------------------------------------------------------------------------- 1 | {\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;} 2 | {\colortbl;\red255\green255\blue255;} 3 | \paperw9840\paperh8400 4 | \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 5 | 6 | \f0\b\fs24 \cf0 Engineering: 7 | \b0 \ 8 | Some people\ 9 | \ 10 | 11 | \b Human Interface Design: 12 | \b0 \ 13 | Some other people\ 14 | \ 15 | 16 | \b Testing: 17 | \b0 \ 18 | Hopefully not nobody\ 19 | \ 20 | 21 | \b Documentation: 22 | \b0 \ 23 | Whoever\ 24 | \ 25 | 26 | \b With special thanks to: 27 | \b0 \ 28 | Mom\ 29 | } 30 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSSortDescriptor-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSSortDescriptor-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 12/14/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSSortDescriptor (NTExtensions) 12 | 13 | + (BOOL)sortAscending:(NSArray*)sortDescriptors; 14 | + (SEL)sortSelector:(NSArray*)sortDescriptors; 15 | + (NSString*)sortKey:(NSArray*)sortDescriptors; 16 | 17 | + (NSArray*)sortDescriptors:(NSArray*)sortDescriptors ascending:(BOOL)ascending; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTBaseContainer.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTBaseContainer.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/31/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTBaseContainer : NSObject { 12 | UInt8* indexMap; 13 | UInt8 indexMapLength; 14 | UInt8 dataLength; 15 | UInt8 memoryLength; 16 | } 17 | 18 | - (id)initWithMapCap:(UInt8)mapCapacity; 19 | 20 | - (void)resizeIndexMap:(UInt8)length; 21 | - (UInt8)updateMappedIndex:(UInt8)theIndex; 22 | - (UInt8)mappedIndex:(UInt8)theIndex; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTermApplication.h: -------------------------------------------------------------------------------- 1 | // -*- mode:objc -*- 2 | // $Id: iTermApplication.h,v 1.4 2006/11/07 08:03:08 yfabian Exp $ 3 | // 4 | /* 5 | ** iTermApplication.h 6 | ** 7 | ** Copyright (c) 2002-2004 8 | ** 9 | ** Author: Ujwal S. Setlur 10 | ** 11 | ** Project: iTerm 12 | ** 13 | ** Description: overrides sendEvent: so that key mappings with command mask 14 | ** are handled properly. 15 | ** 16 | */ 17 | 18 | #import 19 | 20 | 21 | @interface iTermApplication : NSApplication { 22 | 23 | } 24 | 25 | - (void)sendEvent:(NSEvent *)anEvent; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/iTermOutlineView.m: -------------------------------------------------------------------------------- 1 | // 2 | // iTermOutlineView.m 3 | // iTerm 4 | // 5 | // Created by Tianming Yang on 10/23/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "iTermOutlineView.h" 10 | 11 | 12 | @implementation iTermOutlineView 13 | 14 | - (id)init 15 | { 16 | _lock = [[NSLock alloc] init]; 17 | return [super init]; 18 | } 19 | 20 | - (void)reloadData 21 | { 22 | [_lock lock]; 23 | [super reloadData]; 24 | [_lock unlock]; 25 | } 26 | 27 | - (void)dealloc 28 | { 29 | [_lock release]; 30 | [super dealloc]; 31 | } 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSLayoutManager-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSLayoutManager-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/24/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NSLayoutManager-NTExtensions.h" 10 | 11 | @implementation NSLayoutManager (NTExtensions) 12 | 13 | + (CGFloat)defaultLineHeightForFont:(NSFont *)theFont; 14 | { 15 | static NSLayoutManager* shared = nil; 16 | 17 | if (!shared) 18 | shared = [[NSLayoutManager alloc] init]; 19 | 20 | return [shared defaultLineHeightForFont:theFont]; 21 | } 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTAnimations.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTAnimations.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Sat Aug 02 2003. 6 | // Copyright (c) 2003 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "NTSingletonObject.h" 10 | 11 | @class NTAnimationsWindow; 12 | 13 | @interface NTAnimations : NTSingletonObject 14 | { 15 | NTAnimationsWindow *mWindow; 16 | } 17 | 18 | - (void)zoomIcon:(NSImage*)image atPoint:(NSPoint)globalPoint; 19 | 20 | + (void)shakeWindow:(NSWindow*)theWindow; 21 | + (void)setupWindowFadeAnimation:(NSWindowController*)windowController; 22 | @end 23 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTIndexCounter.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTIndexCounter.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 7/14/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTIndexCounter : NSObject { 12 | NSUInteger count; 13 | NSUInteger index; 14 | } 15 | 16 | @property (readonly, nonatomic, assign) NSUInteger count; 17 | @property (readonly, nonatomic, assign) NSUInteger index; 18 | 19 | + (NTIndexCounter*)counter:(NSUInteger)count; 20 | 21 | - (void)increment; 22 | 23 | - (BOOL)done; 24 | - (NSUInteger)remaining; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTStringView.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTStringView.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 3/3/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTStringView : NSTextField 12 | { 13 | NSBackgroundStyle cellBackgroundStyle; 14 | NSSize cachedMinSizeToFit; 15 | } 16 | 17 | @property (assign) NSBackgroundStyle cellBackgroundStyle; 18 | @property (assign) NSSize cachedMinSizeToFit; 19 | 20 | + (NTStringView*)stringView:(NSBackgroundStyle)theBackGroundStyle; 21 | 22 | - (NSSize)minSizeToFit; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/Bookmarks.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | 530 83 359 305 0 0 1280 832 7 | IBFramework Version 8 | 446.1 9 | IBOpenObjects 10 | 11 | 23 12 | 44 13 | 5 14 | 15 | IBSystem Version 16 | 8L127 17 | 18 | 19 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/English.lproj/ITConfigPanel.nib/info.nib: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IBDocumentLocation 6 | -1718 209 564 802 -1920 0 1920 1200 7 | IBFramework Version 8 | 446.1 9 | IBOldestOS 10 | 3 11 | IBOpenObjects 12 | 13 | 20 14 | 15 | IBSystem Version 16 | 8R2218 17 | 18 | 19 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/ITViewLocalizer.h: -------------------------------------------------------------------------------- 1 | /* 2 | ** ITViewLocalizer.h 3 | ** 4 | ** Copyright (c) 2002, 2003 5 | ** 6 | ** Author: Fabian, Ujwal S. Setlur 7 | ** Initial code by Kiichi Kusama 8 | ** 9 | ** Project: iTerm 10 | ** 11 | ** Description: localizes a view. 12 | ** 13 | */ 14 | 15 | #import 16 | 17 | @interface ITViewLocalizer : NSObject 18 | { 19 | NSString* _table; 20 | NSBundle* _bundle; 21 | } 22 | 23 | + (void)localizeWindow:(NSWindow*)window table:(NSString*)table bundle:(NSBundle*)bundle; 24 | + (void)localizeView:(NSView*)view table:(NSString*)table bundle:(NSBundle*)bundle; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTSliderMenuItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTSliderMenuItem.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class NTMenuSlider, NTSliderGradientView; 12 | 13 | @interface NTSliderMenuItem : NSMenuItem 14 | { 15 | id model; 16 | NTMenuSlider *slider; 17 | NTSliderGradientView *sliderView; 18 | } 19 | 20 | @property (retain) id model; 21 | @property (retain) NTMenuSlider *slider; 22 | @property (retain) NTSliderGradientView *sliderView; 23 | 24 | + (NTSliderMenuItem*)menuItem:(id)theModel; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMessageProxy.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTMessageProxy.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/18/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class NTMessageProxy, NTProxy; 12 | 13 | @protocol NTMessageProxyProtocol 14 | - (void)messageProxy:(NTMessageProxy*)theProxy message:(id)theMessage; 15 | @end 16 | 17 | @interface NTMessageProxy : NSObject { 18 | NTProxy* targetProxy; 19 | } 20 | 21 | + (NTMessageProxy*)proxy:(id)target; 22 | 23 | - (void)notify:(id)theMessage; // nil is fine 24 | - (void)invalidate; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTTimeIntervalMeter.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTTimeIntervalMeter.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/23/09. 6 | // Copyright 2009 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTTimeIntervalMeter : NSObject { 12 | NSUInteger successiveCount; 13 | 14 | // private 15 | NSTimeInterval successiveInterval; 16 | NSTimeInterval lastTime; 17 | } 18 | 19 | @property (assign) NSUInteger successiveCount; // how many successive events within successiveInterval 20 | 21 | + (NTTimeIntervalMeter*)meter:(NSTimeInterval)successiveInterval; 22 | 23 | - (NSTimeInterval)update; 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSData-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSData-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/5/05. 6 | // Copyright 2005 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSData (NTExtensions) 12 | 13 | - (NSData *)inflate; 14 | + (NSData*)inflateFile:(NSString*)path; 15 | 16 | + (NSData*)dataWithCarbonHandle:(Handle)handle; 17 | - (Handle)carbonHandle; 18 | 19 | - (NSData*)encrypt; 20 | - (NSData*)decrypt; 21 | 22 | + (id)dataWithBase64String:(NSString *)base64String; 23 | - initWithBase64String:(NSString *)base64String; 24 | - (NSString *)base64String; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTSliderGradientView.m: -------------------------------------------------------------------------------- 1 | // 2 | // NTSliderGradientView.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 5/14/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTSliderGradientView.h" 10 | #import "NTGradientDraw.h" 11 | 12 | @implementation NTSliderGradientView 13 | 14 | - (void)drawRect:(NSRect)rect; 15 | { 16 | [[NTGradientDraw sharedHeaderGradient:NO] drawInRect:[self bounds] horizontal:YES flipped:NO]; 17 | 18 | [[NSColor darkGrayColor] set]; 19 | NSRect frameRect = NSInsetRect([self bounds], -2, 0); 20 | frameRect.size.height += .5; 21 | NSFrameRect(frameRect); 22 | } 23 | 24 | @end 25 | 26 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSTableViewNoFirstResponder.m: -------------------------------------------------------------------------------- 1 | #import "NSTableViewNoFirstResponder.h" 2 | 3 | @implementation NSTableViewNoFirstResponder 4 | 5 | - (BOOL)acceptsFirstResponder; 6 | { 7 | return NO; 8 | } 9 | 10 | - (BOOL)becomeFirstResponder; 11 | { 12 | return NO; 13 | } 14 | 15 | - (void)drawRect:(NSRect)rect; 16 | { 17 | if ([[self window] respondsToSelector:@selector(setFakeFirstResponder:)]) 18 | { 19 | // forces the selection to draw "selected" 20 | [[self window] setFakeFirstResponder:self]; 21 | 22 | [super drawRect:rect]; 23 | 24 | [[self window] setFakeFirstResponder:nil]; 25 | } 26 | else 27 | [super drawRect:rect]; 28 | } 29 | 30 | @end 31 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTTime.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTTime.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 7/8/05. 6 | // Copyright 2005 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface NTTime : NSObject { 13 | struct timeval mv_tv; 14 | struct timezone mv_tz; 15 | } 16 | 17 | + (NTTime*)time; 18 | + (NTTime*)timeWithTimespec:(struct timespec*)ts; 19 | 20 | // convert to NSDate 21 | - (NSDate*)date; 22 | - (struct timespec)timespec; 23 | 24 | - (NSComparisonResult)compare:(NTTime *)right; 25 | - (NSComparisonResult)compareSeconds:(NTTime *)right; // less accurate compare 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSDate-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDate-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 1/7/07. 6 | // Copyright 2007 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "NTDateFormatter.h" 11 | 12 | @interface NSDate (NTExtensions) 13 | 14 | - (NSString*)dateString:(NTDateFormat)format relative:(BOOL)relative; 15 | 16 | + (BOOL)UTCDateTimeIsValid:(UTCDateTime)inTime; 17 | 18 | + (NSDate*)dateFromUTCDateTime:(UTCDateTime)inTime; 19 | + (UTCDateTime)UTCDateTimeFromNSDate:(NSDate*)date; 20 | 21 | + (BOOL)UTCDateTimeIsEqualTo:(UTCDateTime)inTime1 time:(UTCDateTime)inTime2; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTFont.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTFont.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Fri Dec 28 2001. 6 | // Copyright (c) 2001 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NTFont : NSObject 12 | { 13 | NSFont* normal; 14 | NSFont* bold; 15 | NSFont* italic; 16 | NSFont* boldItalic; 17 | } 18 | 19 | @property (retain) NSFont* normal; 20 | @property (retain) NSFont* bold; 21 | @property (retain) NSFont* italic; 22 | @property (retain) NSFont* boldItalic; 23 | 24 | + (id)fontWithFont:(NSFont*)font; 25 | 26 | // Helvetica Bold - 12pt 27 | - (NSString*)displayString; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PSMTabBarControl/source/PSMTabDragWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // PSMTabDragWindow.h 3 | // PSMTabBarControl 4 | // 5 | // Created by Kent Sutherland on 6/1/06. 6 | // Copyright 2006 Kent Sutherland. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class PSMTabBarCell; 12 | 13 | @interface PSMTabDragWindow : NSWindow { 14 | PSMTabBarCell *_cell; 15 | NSImageView *_imageView; 16 | } 17 | + (PSMTabDragWindow *)dragWindowWithTabBarCell:(PSMTabBarCell *)cell image:(NSImage *)image styleMask:(unsigned int)styleMask; 18 | 19 | - (id)initWithTabBarCell:(PSMTabBarCell *)cell image:(NSImage *)image styleMask:(unsigned int)styleMask; 20 | - (NSImage *)image; 21 | @end 22 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSAttributedString-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSAttributedString-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/20/04. 6 | // Copyright 2004 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "NSAttributedString-NTExtensions.h" 10 | 11 | 12 | @implementation NSAttributedString (NTExtensions) 13 | 14 | + (NSAttributedString*)stringWithString:(NSString*)inString attributes:(NSDictionary*)attributes; 15 | { 16 | if (inString) 17 | { 18 | NSAttributedString* result = [[NSAttributedString alloc] initWithString:inString attributes:attributes]; 19 | 20 | return [result autorelease]; 21 | } 22 | 23 | return nil; 24 | } 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSDateFormatter-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDateFormatter-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 11/24/08. 6 | // Copyright 2008 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface NSDateFormatter (NTExtensions) 12 | 13 | /* 14 | NSDateFormatterNoStyle // supresses output 15 | NSDateFormatterShortStyle 16 | NSDateFormatterMediumStyle 17 | NSDateFormatterLongStyle 18 | NSDateFormatterFullStyle 19 | 20 | use: [formatter stringFromDate:date] to get a date string 21 | */ 22 | + (NSDateFormatter*)dateFormatter:(NSDateFormatterStyle)theDateStyle timeStyle:(NSDateFormatterStyle)theTimeStyle; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/iTerm/PTYWindow.h: -------------------------------------------------------------------------------- 1 | /* -*- mode:objc -*- */ 2 | /* $Id: PTYWindow.h,v 1.5 2006/03/26 19:50:48 ujwal Exp $ */ 3 | /* Incorporated into iTerm.app by Ujwal S. Setlur */ 4 | /* 5 | ** PTYWindow.h 6 | ** 7 | ** Copyright (c) 2002, 2003 8 | ** 9 | ** Author: Fabian, Ujwal S. Setlur 10 | ** Initial code by Kiichi Kusama 11 | ** 12 | ** Project: iTerm 13 | ** 14 | ** Description: NSWindow subclass. Implements transparency. 15 | ** 16 | */ 17 | 18 | 19 | #import 20 | 21 | @interface PTYWindow : NSWindow 22 | { 23 | } 24 | 25 | - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTMailDelivery.m: -------------------------------------------------------------------------------- 1 | // 2 | // NTMailDelivery.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/12/10. 6 | // Copyright 2010 Cocoatech. All rights reserved. 7 | // 8 | 9 | #import "NTMailDelivery.h" 10 | 11 | 12 | @implementation NTMailDelivery 13 | 14 | + (BOOL)deliverMessage:(NSString*)message subject:(NSString*)subject to:(NSString*)to; 15 | { 16 | NSString* mailtoLink = [NSString 17 | stringWithFormat:@"mailto:%@?subject=%@&body=%@",to, subject, message]; 18 | 19 | NSURL *url = [NSURL URLWithString:[mailtoLink stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]; 20 | 21 | return [[NSWorkspace sharedWorkspace] openURL:url]; 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTNameAndID.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTNameAndID.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 6/24/06. 6 | // Copyright 2006 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface NTNameAndID : NSObject 13 | { 14 | NSNumber* mIdentifierNumber; 15 | NSString *mName; 16 | } 17 | 18 | + (NTNameAndID*)nameAndID:(NSString*)name identifier:(NSInteger)identifier; 19 | 20 | - (NSInteger)identifier; 21 | - (NSNumber*)identifierNumber; 22 | - (NSString*)name; 23 | 24 | @end 25 | 26 | @interface NTNameAndID (Utilities) 27 | 28 | + (NSArray*)names:(NSArray*)nameIDArray; 29 | + (NSArray*)identifiers:(NSArray*)nameIDArray; 30 | 31 | @end 32 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSAnimationContext-NTExtensions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSAnimationContext-NTExtensions.m 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on 2/22/08. 6 | // Copyright 2008 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "NSAnimationContext-NTExtensions.h" 10 | 11 | @implementation NSAnimationContext (NTExtensions) 12 | 13 | + (void)begin:(BOOL)animate duration:(CGFloat)duration; 14 | { 15 | [NSAnimationContext beginGrouping]; 16 | 17 | // .25 is default 18 | [[NSAnimationContext currentContext] setDuration:animate ? duration : 0.0]; // Makes value-set operations take effect immediately 19 | } 20 | 21 | + (void)end; 22 | { 23 | [NSAnimationContext endGrouping]; 24 | } 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NSColor-NTExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSColor-NTExtensions.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Thu Aug 22 2002. 6 | // Copyright (c) 2002 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | 12 | @interface NSColor (NTExtensions) 13 | 14 | - (BOOL)isDarkerThan:(CGFloat)lightness; 15 | 16 | - (NSColor*)darkerColor; 17 | - (NSColor*)lighterColor; 18 | - (NSColor*)lighterColor:(CGFloat)percent; 19 | 20 | // converts a color to an image, draws color on white background incase of alpha component 21 | - (NSColor*)imageColor; 22 | - (NSColor*)opaqueColor; // returns imageColor if color has alpha, otherwise returns self 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /Path Finder SDK/CocoatechCore/NTFontButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // NTFontButton.h 3 | // CocoatechCore 4 | // 5 | // Created by Steve Gehrman on Sun Dec 29 2002. 6 | // Copyright (c) 2002 CocoaTech. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class NTFont; 12 | 13 | @interface NTFontButton : NSButton 14 | { 15 | IBOutlet id delegate; 16 | 17 | NTFont* displayedFont; 18 | } 19 | 20 | @property (assign) IBOutlet id delegate; // not retained 21 | @property (retain) NTFont* displayedFont; 22 | 23 | - (IBAction)setFontUsingFontPanel:(id)sender; 24 | 25 | @end 26 | 27 | @interface NSObject (NTFontButtonDelegate) 28 | - (void)fontButton:(NTFontButton *)fontButton didChangeToFont:(NTFont *)newFont; 29 | @end 30 | 31 | --------------------------------------------------------------------------------