npm install tauri-plugin-shellx-api cargo add tauri-plugin-shellx Usage Install rust crate from https://crates.io/crates/tauri-plugin-shellx Init plugin like this. The init() function takes a single unlocked argument. let unlocked = true; tauri::Builder::default() .plugin(tauri_plugin_shel...
If set to false, it will work like the originaltauri-plugin-shell. Example An example app can be found at./examples/tauri-app. This example app is a simplified terminal emulator. API All API functions can be found in theAPI documentation. ...
Upgrade tauri-plugin-shellx to 2.0.10 #6 Sign in to view logs Summary Jobs publish Run details Usage Workflow file Triggered via push September 11, 2024 17:50 HuakunShen pushed 0d166fe dev Status Success Total duration 35s Artifacts – jsr-publish.yml on: push publish 26s Oh hello...
Error: ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER @tauri-apps/plugin-shell@^>=2.0.0-beta.0 isn't supported by any available resolver. I found "@tauri-apps/plugin-shell": "^>=2.0.0-beta.0" in package.json. it is problem?
Hi, In JS side I'm using the plugin-shell API to open a directory with the system File Explorer: import { open } from '@tauri-apps/plugin-shell'; [...] const handleLogs = async () => { try { const logDir = await invoke<string | undefined...
Upgrade tauri-plugin-shellx to 2.0.10 Browse files dev v0.3.15 HuakunShen committed Sep 11, 2024 Verified 1 parent 0c3997a commit 0d166fe Showing 5 changed files with 297 additions and 184 deletions. Whitespace Ignore whitespace Split Unified ...
An unlocked modification of the original tauri-plugin-shell. Provide the option to bypass permission. - Release v2.0.8 · HuakunShen/tauri-plugin-shellx
I'm currently using tauri-plugin-shell (v2.0.1), every time I use open to open any path of directory that doesn't exists, it will freeze the whole window and can't response. OS: Windows 11 23H2 (22631.4169) Code Example: import { open } from "@tauri-apps/plugin-shell"; // Any...
Upgrade tauri-plugin-shellx to 2.0.10 #93 Sign in to view logs Summary Jobs build Run details Usage Workflow file Triggered via push September 11, 2024 17:50 HuakunShen pushed 0d166fe dev Status Success Total duration 31s Artifacts – ci.yml on: push build 21s Oh hello! Nice to...
Enable Tauri API for iframe and web worker. Contribute to kunkunsh/tauri-api-adapter development by creating an account on GitHub.