Socket
Book a DemoInstallSign in
Socket

dockswitcher

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockswitcher

Profiles for Mac dock items

latest
Source
npmnpm
Version
1.4.3
Version published
Maintainers
1
Created
Source

dockswitcher-cli

Basic command line tool for managing and creating macOS Dock profiles. This is designed to be used with apps like ControlPlane, where you may want to different items in your dock based on different "contexts".

Note: This has been developed for personal use, and has not been fully tested. I cannot verifying which versions of macOS this may work with, or if it will even work at all. If your Dock setup is important to you, please do not use this tool, or at the very least, backup your setup.

Install

$ npm install -g dockswitcher 

Usage

All of these commands can also be run with the shorthand ds.

$ dockswitcher get # list the current active profile details
$ dockswitcher current # get the name odf the current active profile
$ dockswitcher new newProfileName # clone the current profile into newProfileName. THIS DOES NOT ACTIVATE THE PROFILE
$ dockswitcher activate profileName # activate a profile
$ dockswitcher backup # backup the current active profile 
$ dockswitcher restore profileName [n=0] # restore the nth most recent profile backup

$ dockswitcher verify # Verify that the macOS dock items matches the items specified in the active profile – mostly used for internal testing
$ dockswitcher update # Update the current profile to match the macOS dock items – mostly used for internal testing

FAQs

Package last updated on 14 Jul 2018

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