3.4.5 • Published 6 months ago

@sap-devx/inquirer-gui-folder-browser-plugin v3.4.5

Weekly downloads
1,088
License
Apache-2.0
Repository
github
Last release
6 months ago

Folder Browser Plugin for Inquirer-gui

This inquirer-gui plugin enables selecting a folder from a backend.

Inquirer-gui Folder-Browser

It can be used in Visual Studio Code when working locally or in remote development or in Theia.

See the sample-vscode-extension for useage.

Sample Question

      {
        type: "input",
        guiOptions: {
              type: "folder-browser",
        },
        name: "dump",
        message: "Choose dump folder",
        default: "/",
        getPath: async function (currentPath) {
              return `${currentPath}subfolder/`;
        }
      },
3.4.0

8 months ago

3.4.4

7 months ago

3.4.2

7 months ago

3.4.1

8 months ago

3.4.5

6 months ago

3.0.3

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago