Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurmelton/hooky
Mirror : https://git.arthurmelton.com/hooky
https://github.com/arthurmelton/hooky
Last synced: 25 days ago
JSON representation
Mirror : https://git.arthurmelton.com/hooky
- Host: GitHub
- URL: https://github.com/arthurmelton/hooky
- Owner: arthurmelton
- License: gpl-2.0
- Created: 2023-01-02T19:38:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:50:54.000Z (about 2 years ago)
- Last Synced: 2024-12-09T09:08:57.865Z (about 1 month ago)
- Language: Rust
- Size: 15.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Requirements (for controller)
- For Windows
- [Build Tools for Visual Studio 2022](https://visualstudio.microsoft.com/visual-cpp-build-tools/) and select "Desktop development with C++"
- If you are not on Windows 11
- Install Evergreen Bootstrapper from [Microsoft](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section).
- For Mac
- Open the terminal and run `xcode-select --install`
- [Rust](https://www.rust-lang.org/tools/install)
- Ability to open ports### Running
Download the `zip`/`tar` of the latest build at the [Releases](https://github.com/AMTitan/Hooky/releases) tab. Unzip the folder and put it somewhere. Open a terminal in the folder called `command` and run.
```sh
rustup target add wasm32-unknown-unknown
cargo install tauri-cli trunk
cargo tauri build -b none
```Now go to the folder `target` then `release`, and run the program called `command`