Small CLI to manage VS Code prompt files (move/add/remove/list/rename/undo).
Install as an isolated tool with uv
uv tool install --from git+https://github.com/andrader/pmpts pmpts
# check installation
pmpts --helpor with plain pip
pip install git+https://github.com/andrader/pmpts
pmpts --helpList all prompts:
pmpts list -vAdd a new prompt file to the centered repository:
pmpts add my-prompt.mdRename a prompt:
pmpts rename old-name new-name