tauri-plugin-shellx 0.0.5

Unlocked Tauri Shell Plugin
1
2
3
4
5
6
7
# Tauri Plugin Shellx

This is a modified version of the official Tauri plugin [tauri-plugin-shell](https://github.com/tauri-apps/tauri-plugin-shell).

The purpose is to remove restrictions on shell commands (every command has to be pre-defined in capability).

This plugin allows you to execute any shell commands freely without any restrictions.