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.