Phials plugin documentation
User guide
AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0

Add commands

A command is one stable action that Phials can expose wherever that action is useful. Define the action once, then let its context, presentation, shortcut, and placements adapt it to the Command Bar, Path Bar, and file context menus.

Commands belong to a CommandProvider, and one plugin can register any number of providers and commands.

Use api.modal and api.notify for reusable confirmation and feedback patterns. See Show dialogs and notifications.