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

working-directory-manager

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

working-directory-manager

Working directory manager for switching between multiple projects

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Working Directory Manager

npm

Working directory manager for switching between multiple projects

Installation

Install working-directory-manager globally with npm install working-directory-manager -g, so you can use the command in any context.

Syntax:

Note: arguments in <> are required, arguments in [] are optional

wdm <shortcut>

Searches through saved directories and opens the workspace in a new command line window.

wdm save|s <shortcut> [loc]

Saves the current directory under the alias <shortcut>. If [loc] is given, it is saved instead. Sudo access may be needed to use this command.

wdm list|l [shortcut]

List all saved directories. If [shortcut] is given, the program will search for that particular alias.

wdm remove|r <shortcut>

Remove the selected directory from the list of saved aliases, if it exists.

wdm cli [terminal]

View available terminals. If [terminal] is given, it will be saved as the terminal to use when opening new windows.

wdm --version|-v

Print current version

Todo

  • Change command prompt directory without opening a new window/have an option to do so
  • Style working directory list
  • Test/optimize on mac/linux
  • Add more terminal compatibility
  • Add backup/loading feature
  • Add colors

Contributing

Send a pull request! Check out the list of todos

FAQs

Package last updated on 29 Jan 2019

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