tauri-apps / awesome-tauri

🚀 Awesome Tauri Apps, Plugins and Resources
MIT License
4.26k stars 265 forks source link

Add shellx plugin #325

Closed HuakunShen closed 2 months ago

HuakunShen commented 2 months ago

This is the link to the project: tauri-plugin-shellx

Plugins/Integrations

Templates

Apps

Additional Context

This plugin only works with Tauri v2 for now.

FabianLars commented 2 months ago

Thanks for the PR, but we don't merge PRs for plugins like these (modified official plugins without the safety features).

HuakunShen commented 2 months ago

Alright, but it actually inherits the safety features. It provides the option to bypass restrictions, but also allow user to opt in to use the permission system.

let unlocked = true;
tauri::Builder::default()
    .plugin(tauri_plugin_shellx::init(unlocked))