1.0.0 • Published 5 years ago

working-directory-manager v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

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 \. 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

1.0.0

5 years ago

0.9.0

5 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago