Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terminal-profile

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminal-profile

Manage macOS terminal profile (theme)

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by175%
Maintainers
1
Weekly downloads
 
Created
Source

terminal-profile

Node.js library for managing the macOS Terminal.app’s profile (aka theme)

Install

npm install terminal-profile

API

setTerminalProfile()

function setTerminalProfile(profile: string): Promise<void>;

Update all of Terminal’s windows and tabs to the profile profile

import { setTerminalProfile } from "terminal-profile";

await setTerminalProfile("One Dark");

setTerminalDefaultProfile()

function setTerminalDefaultProfile(profile: string): Promise<void>;

Update Terminal’s default profile to profile

import { setTerminalDefaultProfile } from "terminal-profile";

await setTerminalDefaultProfile("One Light");
  • auto-terminal-profile – Automatically switch macOS Terminal’s profile (theme) based on the system-wide dark / light appearance mode

Acknowledgements

Thanks to Jimmy Bosse for his Stack Overflow answer

Keywords

FAQs

Package last updated on 11 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc