This is a project on Tauri.
This project implements the ability to create a script to execute it in another window. The script is a simple execution of pressing various keys available in the program itself.
At the moment, this is a beta version in which there may be many unpredictable actions on the part of the program itself. You are solely responsible for any actions in this program. Stay tuned on the About page in the program itself or on the releases page on the GitHub page.
here are screenshots of this project
First you need to install all the dependencies to run this project. But first make sure you have Node js installed. To do this, open a command prompt or terminal and type the following commands:
node -v
npm -v
If you are using the pnpm package manager, then run this command:
pnpm -v
You also need to install Rust by downloading it from this link
After that, go to the folder with this project and run the following command:
npm install
If you are using the pnpm package manager, then run this command:
pnpm install
After installing the dependencies, use the following command to run, depending on the package manager you are using:
npm run tauri dev
Or
pnpm tauri dev
This project is licensed under the License Name.
If you have any questions or comments about this project, please feel free to contact us at contact email.