3.0.3 • Published 3 months ago

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

Weekly downloads
59
License
Apache-2.0
Repository
github
Last release
3 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.0.3

3 months ago

3.0.1

8 months ago

3.0.0

9 months ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago