https://github.com/vabolos/powermodule-r
⚡PowerModule-R is basically the same as the original version of PowerModule, except this version is written in rust to make it faster and more reliable
https://github.com/vabolos/powermodule-r
application automation pwsh pwsh-module pwsh-scripts r rust windows
Last synced: 2 months ago
JSON representation
⚡PowerModule-R is basically the same as the original version of PowerModule, except this version is written in rust to make it faster and more reliable
- Host: GitHub
- URL: https://github.com/vabolos/powermodule-r
- Owner: Vabolos
- License: mit
- Created: 2024-12-10T13:51:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T13:58:08.000Z (over 1 year ago)
- Last Synced: 2025-04-05T15:31:04.580Z (about 1 year ago)
- Topics: application, automation, pwsh, pwsh-module, pwsh-scripts, r, rust, windows
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 PowerModule
Welcome to **PowerModule**! A command center for your scripts and tasks, now with a shiny Rust backend! 🌟
## 🎨 Description
PowerModule is your go-to app for managing scripts, accessing resources, and performing system operations with a sleek GUI. Think of it as your personal command center, now powered by the speed and safety of Rust!
This application is basically the same as the original [PowerModule](https://github.com/Vabolos/PowerModule), however, this version has been written in Rust.
## 🛠 Installation
1. Make sure Rust is installed. If not, grab it from [rust-lang.org](https://www.rust-lang.org/).
2. Clone the repo:
```sh
git clone https://github.com/Vabolos/PowerModule.git
```
3. Navigate to the project directory:
```sh
cd PowerModule
```
4. Build the project:
```sh
cargo build --release
```
## 🚀 Usage
Fire up the app with:
```sh
cargo run --release
```
## 🤝 Contributing
Got ideas? Found a bug? Contributions are welcome! Fork the repo, make your changes, and send us a pull request. Let's make PowerModule even better!
## 📜 License
This project is licensed under the MIT License.
## 🎉 Fun Facts
- **Why Rust?** Because it's fast, safe, and makes our app super reliable!
- **GUI Magic:** We use GTK for a smooth and responsive interface.
- **Community Love:** Join our [Discord](https://discord.gg/your-link) for support and chit-chat.
Enjoy using PowerModule! Happy scripting! 😃