An open API service indexing awesome lists of open source software.

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.

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
```