Tools/carapace.json
|
{ "name": "carapace", "description": "Multi-shell completion engine — argument completers for 500+ CLI tools", "tags": [ "completion", "shell", "productivity" ], "executable": "carapace.exe", "packages": { "scoop": "carapace-bin", "winget": "rsteube.Carapace" }, "dependsOn": [ "fnm" ], "xdg": { "compliance": "full", "method": "default" }, "aliases": {}, "picker": null } |