this repo has no description
0
fork

Configure Feed

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

add readme

+23
+23
readme.md
··· 1 + # `terminal-profile` 2 + 3 + Mange macOS Terminal.app profile 4 + 5 + ## Install 6 + 7 + ```sh 8 + npm install terminal-profile 9 + ``` 10 + 11 + ## Usage 12 + 13 + ```javascript 14 + import { setTerminalProfile } from "terminal-profile"; 15 + 16 + await setTerminalProfile("One Dark"); 17 + ``` 18 + 19 + ## API 20 + 21 + ### `setTerminalProfile(profile)` 22 + 23 + Update all of Terminal’s windows and tabs to the `profile` profile.