···11{
22 "name": "auto-terminal-profile",
33 "version": "0.0.0",
44- "description": "Switch macOS terminal profile based on system dark / light mode",
44+ "description": "Automatically switch the macOS Terminal profile based on the system-wide dark / light appearance mode",
55 "keywords": [
66 "macos",
77 "terminal",
+40
readme.md
···11+# `auto-terminal-profile`
22+33+Automatically switch the macOS Terminal profile based on the system-wide dark / light appearance mode
44+55+
66+77+## Installation
88+99+```sh
1010+npm install auto-terminal-profile
1111+```
1212+1313+## Usage
1414+1515+```sh
1616+auto-terminal-profile --help
1717+```
1818+1919+```
2020+Usage: auto-terminal-profile [options] [command]
2121+2222+Automatically switch the macOS Terminal profile based on the system-wide dark / light appearance mode
2323+2424+Options:
2525+ -V, --version output the version number
2626+ -h, --help display help for command
2727+2828+Commands:
2929+ disable Disable automatic macOS Terminal profile switching based on system dark / light mode
3030+ enable [options] Enable automatic macOS Terminal profile switching based on system dark / light mode
3131+ set-dark-profile <profile> Set the Terminal profile to use in dark mode
3232+ set-light-profile <profile> Set the Terminal profile to use in light mode
3333+ status Show status and configuration
3434+ update-profile Update the profile of currently running Terminal windows / tabs
3535+ help [command] display help for command
3636+```
3737+3838+## Acknowledgements
3939+4040+Thanks to [Fatih Arslan](https://github.com/fatih) for his article [*Automatic dark mode for terminal applications*](https://arslan.io/2021/02/15/automatic-dark-mode-for-terminal-applications/) and [Bouke van der Bijl](https://github.com/bouk) for his project [dark-mode-notify](https://github.com/bouk/dark-mode-notify), which this project uses