Tools/PSFzf.json

{
  "name": "PSFzf",
  "type": "module",
  "description": "PowerShell wrapper around fzf with PSReadLine key handler integration",
  "tags": [
    "fuzzy",
    "picker",
    "module"
  ],
  "executable": "PSFzf",
  "dependsOn": ["psreadline"],
  "packages": {
    "psresource": "PSFzf",
    "scoop": "psfzf"
  },
  "xdg": {
    "compliance": "none",
    "method": "default"
  },
  "aliases": {},
  "picker": null
}