Skip to content

asnipera/projects-manager-cli

Repository files navigation

link-manager-cli

open file or dir by terminal wherever you are

link-manager-cli

image

Install

npm install -g link-manager-cli

Bin

"bin": {
   "link-manager-cli": "bin/index.mjs",
   "lkm": "bin/index.mjs",
   "lk": "bin/index.mjs"
}

Config Client

pm set-client <client>

for example

pm set-client code

or

pm set-client pycharm

vscode is as default client

Usage

add a project to the project list

if you don't specify the projectPath, the current path will be used

lk add <projectName> [projectPath]

remove a project from the project list

lk remove <projectName>

list all projects

lk list

open a project

lk <projectName>

See help for more information

lk --help

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published