3.4.5 • Published 5 months ago

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

Weekly downloads
59
License
Apache-2.0
Repository
github
Last release
5 months ago

File Browser Plugin for Inquirer-gui

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

Inquirer-gui File-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: "file-browser",
    },
    name: "configFile",
    message: "Config file (vscode)",
    default: "/home/",
    getFilePath: async function (currentPath) {
        return `${currentPath}subdir/`;
    }
  },
3.4.0

6 months ago

3.4.4

5 months ago

3.4.2

5 months ago

3.4.1

6 months ago

3.4.5

5 months ago

3.0.3

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago