Terminus: How to set Terminus as default terminal app on mac?

Created on 3 Jan 2019  路  2Comments  路  Source: Eugeny/terminus

Just wondering if this is posssible and how to do it?

macOS Question

All 2 comments

There's no concept of 'default terminal app' in macOS - what effect do you expect changing it to have? When other apps are trying to invoke the terminal, they are executing stock Terminal.app directly.

Long winded expansion:

On macOS, you can set default apps ("filehandlers") for specific filetypes.

Eg. You always want a .txt file to open in VSCode, so you set VSCode as the default filehandler for .txt filetypes.

There are some filetypes, like .sh, that may or may not open in the operating system's default terminal (Terminal.app) but even then it is acting as a filehandler for that filetype via file association ("Always open with..").

If a terminal is invoked by another application, it will usually specify Terminal.app since that is installed on every Mac. You may be able to change the specific terminal application invoked on a per-app basis in the settings of an app... or you may not.

Hope that makes sense.

Here's the setting of a default terminal in VSCode:

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marcinbojko picture marcinbojko  路  51Comments

ponsfrilus picture ponsfrilus  路  15Comments

Calinou picture Calinou  路  15Comments

kbrucej picture kbrucej  路  19Comments

BenoitPoulet picture BenoitPoulet  路  23Comments