···6677## Prerequisites
8899-- [Node.js](https://nodejs.org/en/) 14-19
99+- [Node.js](https://nodejs.org/en/) 14–19
10101111## Installation
1212···16161717## Usage
18181919+To get started, enable automatic profile switching and set your preferred dark and light mode profiles:
2020+1921```sh
2020-auto-terminal-profile --help
2222+auto-terminal-profile enable \
2323+ --dark-profile='One Dark' \
2424+ --light-profile='One Light'
2125```
22262323-```
2424-Usage: auto-terminal-profile [options] [command]
2727+For more information view the help output:
25282626-Automatically switch the macOS Terminal profile based on the system-wide dark / light appearance mode
2727-2828-Options:
2929- -V, --version output the version number
3030- -h, --help display help for command
3131-3232-Commands:
3333- disable Disable automatic macOS Terminal profile switching based on system dark / light mode
3434- enable [options] Enable automatic macOS Terminal profile switching based on system dark / light mode
3535- set-dark-profile <profile> Set the Terminal profile to use in dark mode
3636- set-light-profile <profile> Set the Terminal profile to use in light mode
3737- status Show status and configuration
3838- update-profile Update the profile of currently running Terminal windows / tabs
3939- help [command] display help for command
2929+```sh
3030+auto-terminal-profile --help
4031```
41324233## Acknowledgements