this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

improve readme

+7 -7
+7 -7
readme.md
··· 1 1 # `terminal-profile` 2 2 3 - Manage macOS Terminal.app profile 3 + Node.js library for managing the macOS Terminal.app&rsquo;s profile (aka theme) 4 4 5 5 ## Install 6 6 ··· 18 18 19 19 ## API 20 20 21 - ### `setTerminalProfile(profile)` 22 - 23 - Update all of Terminal&rsquo;s windows and tabs to the `profile` profile. 24 - 25 - ## Acknowledgements 21 + ### `setTerminalProfile(profile: string): Promise<void>` 26 22 27 - Thanks to [Jimmy Bosse](https://github.com/jbosse) for his [Stack Overflow answer](https://stackoverflow.com/a/66080297/4411309) 23 + Update all of Terminal&rsquo;s windows and tabs to the `profile` profile 28 24 29 25 ## Related 30 26 31 27 - [auto-terminal-profile](https://github.com/ptrkcsk/auto-terminal-profile) - Automatically switch the macOS Terminal profile based on the system-wide dark / light appearance mode 28 + 29 + ## Acknowledgements 30 + 31 + Thanks to [Jimmy Bosse](https://github.com/jbosse) for his [Stack Overflow answer](https://stackoverflow.com/a/66080297/4411309)