Tools/psreadline.json

{
  "name": "psreadline",
  "type": "module",
  "description": "Enhanced command-line editing and syntax highlighting for PowerShell",
  "tags": ["readline", "completion", "theme", "module"],
  "executable": "PSReadLine",
  "dependsOn": [],
  "prewarm": false,
  "xdg": {
    "compliance": "partial",
    "method": "env",
    "dirs": ["${XDG_STATE_HOME}/psreadline"]
  },
  "settings": {
    "editMode": "Emacs",
    "predictionSource": "HistoryAndPlugin",
    "predictionViewStyle": "InlineView",
    "bellStyle": "None",
    "historyNoDuplicates": true,
    "historySaveStyle": "SaveIncrementally",
    "historySearchCursorMovesToEnd": true,
    "maximumHistoryCount": 10000
  },
  "aliases": {},
  "picker": "custom"
}