Files
tauri-plugins-workspace/plugins/opener/permissions/autogenerated/reference.md
T
Lucas Fernandes NogueiraandTony f2c77194d6 refactor(opener)!: rename reveal_item_in_dir command to reveal_items_in_dir (#3608)
* refactor(opener)!: rename reveal_item_in_dir command to reveal_items_in_dir

The `allow-reveal-item-in-dir` and `deny-reveal-item-in-dir` permissions
are now `allow-reveal-items-in-dir` and `deny-reveal-items-in-dir`. The
`revealItemInDir` JavaScript function and the Rust `Opener` methods are
unchanged.

* cr

* retain rust api

* fix build

* update docs, rename ts api

* cr

* Apply suggestion from @Legend-Master

---------

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
2026-09-23 09:56:02 -03:00

1.4 KiB

Default Permission

This permission set allows opening mailto:, tel:, https:// and http:// urls using their default application as well as reveal file in directories using default file explorer

This default permission set includes the following:

  • allow-open-url
  • allow-reveal-items-in-dir
  • allow-default-urls

Permission Table

Identifier Description

opener:allow-open-path

Enables the open_path command without any pre-configured scope.

opener:deny-open-path

Denies the open_path command without any pre-configured scope.

opener:allow-open-url

Enables the open_url command without any pre-configured scope.

opener:deny-open-url

Denies the open_url command without any pre-configured scope.

opener:allow-reveal-items-in-dir

Enables the reveal_items_in_dir command without any pre-configured scope.

opener:deny-reveal-items-in-dir

Denies the reveal_items_in_dir command without any pre-configured scope.

opener:allow-default-urls

This enables opening mailto:, tel:, https:// and http:// urls using their default application.