https://github.com/spoilerrules/pipsi-utils
Automate and simplify Pipsi installations as well as updates
https://github.com/spoilerrules/pipsi-utils
cheat cli go goon gooner honkai-star-rail honkai-star-rail-hack hsr hsr-cheat huh installer manager script terminal-ui tui zenless-zone-zero zenless-zone-zero-hack zzz zzz-cheat
Last synced: 3 months ago
JSON representation
Automate and simplify Pipsi installations as well as updates
- Host: GitHub
- URL: https://github.com/spoilerrules/pipsi-utils
- Owner: SpoilerRules
- License: gpl-3.0
- Created: 2025-03-04T21:04:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T21:33:47.000Z (3 months ago)
- Last Synced: 2025-03-04T22:28:34.088Z (3 months ago)
- Topics: cheat, cli, go, goon, gooner, honkai-star-rail, honkai-star-rail-hack, hsr, hsr-cheat, huh, installer, manager, script, terminal-ui, tui, zenless-zone-zero, zenless-zone-zero-hack, zzz, zzz-cheat
- Language: Go
- Homepage:
- Size: 857 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pipsi Utilities
Pipsi Utils is a command-line app that automates Pipsi installations and updates with an interactive interface.
![]()
Table of Contents
## Getting Started
1. **Download the Latest Release**
Visit the [releases page](https://github.com/SpoilerRules/pipsi-utils/releases/latest) and download `pipsi-utils_Windows_x86_64.zip`.
2. **Extract the Files**
After downloading, extract the zip file. Inside, you'll find `pipsi-utils.exe`.
3. **Move the Executable (Optional)**
For easier access and consistent application data, move `pipsi-utils.exe` to a preferred location (e.g., `C:\Desktop\Favorite Apps\pipsi-utils`).
**Note:** The tool stores data such as available Pipsi installations in its directory. Running the executable from different locations may result in missing data or duplicated configurations.
4. **Run the Tool**
You can launch `pipsi-utils.exe` using one of these methods:
- **Via Terminal/Powershell:**
Open a terminal or PowerShell window, navigate to the directory, and run:
```powershell
.\pipsi-utils.exe
```
- **Via Right-Click:**
Right-click `pipsi-utils.exe` and select **Open**.
- **Via Double-Click:**
Simply double-click `pipsi-utils.exe` to run it.
## Building from Source
### Prerequisites
- **Go 1.24 (64-bit)** installed on Windows ([download](https://go.dev/dl/))
- **Git** for repository cloning
### Build Instructions
1. **Clone the Repository**
```powershell
git clone https://github.com/SpoilerRules/pipsi-utils.git
```
2. **Build the Binary**
Dependencies will be automatically fetched by Go Modules. Run:
```powershell
go build -o pipsi-utils.exe
```
This generates `pipsi-utils.exe` in the project root.
3. **Run the Application**
Launch the application to verify the build:
```powershell
.\pipsi-utils.exe
```
### Notes
Ensure your Go environment is properly configured (`GOPATH`, `GOROOT`, etc.).
If you encounter issues, check your Go version (`go version`) and ensure it matches the prerequisite (Go 1.24).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
### Top contributors:
## License
Distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). See the [LICENSE](LICENSE) file for more information.