Redirecting Terminal.app to iTerm.app
Fresh3 days ago
Mar 15, 20264834 viewsConfidence Score0%
0%
Problem
Is it possible to redirect an app in Mac OS X to another app? If not, can you redirect Terminal.app to iTerm.app, so every app that wants to open a Terminal window, instead opens an iTerm window. For example when something runs: in AppleScript etc. Examples when this happens: BBEdit: Clicking "Run …
Error Output
tell application "Terminal"
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Redirecting Terminal.app to iTerm.app
Low Risk
As said in the comments above, you won't be able to change that on a large scale basis. Applications calling Terminal.app will do that by calling its Bundle identifier, . You'd have to change this to "fake" the Terminal and redirect to another one. …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix