auto-terminal-profile
auto-terminal-profile copied to clipboard
π§βπ» Automatic dark / light mode for macOS Terminal
the terminal profile doesn't match the os profile in this scenario : **given :** - terminal default profile is dark - os color mode is light **when :** 1. quit...
if terminal isn't running, then the appearance mode switches, terminal opens it would be a better experience if this didn't happen
the [applescript code that changes the terminal profile](https://github.com/patrik-csak/terminal-profile/blob/main/index.js#L8-L10) works when run in script editor, but when run via `osascript` it fails with this error: ``` execution error: Terminal got an...
starting in v3.0.2, auto-terminal-profile only updates the profile if terminal is open this means that, in the following scenario, the terminal profile will be incorrect: 1. open terminal 1. toggle...