https://github.com/prodbyeagle/.eagle
A small Powershell script to install EagleCord, Spicetify and much more.
https://github.com/prodbyeagle/.eagle
powershell powershell-script prodbyeagle
Last synced: 14 days ago
JSON representation
A small Powershell script to install EagleCord, Spicetify and much more.
- Host: GitHub
- URL: https://github.com/prodbyeagle/.eagle
- Owner: prodbyeagle
- Created: 2025-04-11T21:03:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-03T21:24:44.000Z (17 days ago)
- Last Synced: 2026-02-04T10:33:31.192Z (17 days ago)
- Topics: powershell, powershell-script, prodbyeagle
- Language: PowerShell
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A lightweight native CLI (Rust) to automate a few personal workflows
(Spicetify, EagleCord, project templates, Minecraft server launcher, etc.).
## Install (Windows)
```powershell
Invoke-WebRequest -UseBasicParsing `
https://raw.githubusercontent.com/prodbyeagle/eaglePowerShell/main/installer.ps1 |
Invoke-Expression
```
Installs `eagle.exe` to `C:\Scripts` and sets a PowerShell alias `eagle`.
## Usage
```powershell
eagle help
eagle [args]
```
## Dev
```powershell
cd .\eagle-cli
cargo run -- help
```