Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

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

SAP121.7kApache-2.03.4.5

Folder browser plugin for inquirer-gui

inquirer, inquirer-gui, folder, browse

readme

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

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.4.5 (2025-06-10)

Bug Fixes

  • radio controls do not use answers in default functions (#780) (79e6ae8)

3.4.4 (2025-05-28)

Note: Version bump only for package root

3.4.3 (2025-05-28)

Note: Version bump only for package root

3.4.1 (2025-05-07)

Note: Version bump only for package root

3.4.0 (2025-04-28)

Note: Version bump only for package root

3.3.0 (2025-03-12)

Features

3.2.0 (2025-02-26)

Features

  • vertical orientation, disabled prop, and placeholder support (5a355ec)

3.1.0 (2025-02-19)

Features

  • extended QuestionConfirm label customization (a7eb09d)

3.0.8 (2024-04-25)

Bug Fixes

  • evaluate the prompt when the shouldShow condition is true (#698) (0dd6f7e)

3.0.7 (2024-04-16)

Bug Fixes

  • field validation condition is fixed if the “when” condition is defined (#697) (9f72b62)

3.0.6 (2024-04-15)

Bug Fixes

3.0.5 (2024-03-03)

Bug Fixes

  • [DEVXBUGS-11627] prompts inputs are laggy (#696) (c4104af)

3.0.4 (2024-02-21)

Bug Fixes

3.0.3 (2024-02-20)

Bug Fixes

  • allows selection of list separators causing crashes (#692) (30f2e50)

3.0.2 (2023-08-30)

Bug Fixes