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

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

    Package Sidebar

    Install

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

    Weekly Downloads

    26,208

    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