New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

  • 0.5.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
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 --version|-v

Print current version

Todo

  • Change command prompt directory without opening a new window/have an option to do so
  • Input sanitation and validation
  • Style working directory list
  • Update help function
  • Test/optimize on mac/linux
  • Close parent process after opening new window
  • Give suggested shortcuts for misspellings
  • Fix bug for spaces in file paths
  • Add better error messages when admin access is needed

Contributing

Send a pull request! Check out the list of todos

FAQs

Package last updated on 27 Feb 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

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