podman-desktop/website/docs/extensions/developing/command-palette.md
2024-06-07 12:43:09 +00:00

23 lines
676 B
Markdown

---
title: Command palette
description: Podman Desktop command palette
tags: [podman-desktop, extension]
keywords: [podman desktop, extension]
---
# Command Palette
Podman Desktop provides a shortcut to list all available commands using the **F1** key.
![Command Palette](img/command_palette.png)
All commands displayed are defined in the "commands" section of `package.json`. For additional information, visit the [documentation page](/docs/extensions/developing/commands).
### Procedure
1. Press **F1**.
2. Select the command you would like to execute from the list.
### Additional Resources
- [Command Extension Documentation](/docs/extensions/developing/commands)