Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

File browser plugin for inquirer-gui

latest
Source
npmnpm
Version
3.4.6
Version published
Maintainers
3
Created
Source

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

Keywords

inquirer

FAQs

Package last updated on 15 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts