Skip to main content

Module commands

Module commands 

Source
Expand description

Tauri command modules.

Each sub-module exposes one or more #[tauri::command] functions that are registered in lib.rs via tauri::generate_handler!.

Modulesยง

bookmarks_cmd
Tauri commands for bookmarks and recent locations.
buckets_cmd
Tauri commands for bucket listing and region discovery.
diagnostics_cmd
Tauri commands for diagnostic bundle collection and export.
diff_cmd
Tauri commands for the diff preview / confirmation framework.
inspector_cmd
Tauri commands for bucket and object inspection and capability cache management.
locks_cmd
Tauri commands for the resource lock registry.
media_cmd
Tauri commands for the loopback media server.
notifications_cmd
Tauri commands for the in-app notification log.
objects_cmd
Tauri commands for object listing and mutations.
profiles_cmd
Tauri commands for the profile CRUD surface.
search_cmd
Tauri commands for search operations.
settings_cmd
Tauri commands for reading and updating application settings.
transfers_cmd
Tauri commands for transfer operations.
updater_cmd
Tauri commands for auto-update operations.