this repo has no description
0
fork

Configure Feed

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

add docblock

+4
+4
index.js
··· 10 10 end tell`); 11 11 } 12 12 13 + /** 14 + * @param {string} profile 15 + * @return {Promise<void>} 16 + */ 13 17 export async function setTerminalDefaultProfile(profile) { 14 18 await runAppleScript(`tell application "Terminal" 15 19 set default settings to settings set "${profile}"