@sap-devx/inquirer-gui-folder-browser-plugin

3.0.3 • Public • Published

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/`;
        }
      },

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.3
    20
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.3
    20
  • 3.0.1
    25,241
  • 3.0.0
    2
  • 0.0.3
    22,042
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i @sap-devx/inquirer-gui-folder-browser-plugin

Weekly Downloads

20,582

Version

3.0.3

License

Apache-2.0

Unpacked Size

20.2 kB

Total Files

9

Last publish

Collaborators

  • rima.sirich
  • oss_rima_bot
  • shahars