> A user-friendly CLI Wake-on-LAN tool
Add your own devices, edit config data and broadcast WOL packets through a CLI application
- 🌐 Send WOL packets to your local network
- ✅ User-friendliness and simplicity of a CLI tool
- 🔍 Save, remove and list your own devices
Dependency | Purpose | Version | Download link |
---|---|---|---|
Go | Compiling | v1.20.6 | https://go.dev/dl/ |
To install the CLI
application in your machine, copy the following code snippet into your terminal:
git clone https://github.com/aleixfortm/woled
cd woled
go install
You should now be able to use Woled commands from your CLI
.
woled <command>
wol Broadcast WOL packet to local network
add Add device data to local storage
remove Remove a device from local storage
list Display a list of added devices
config Show and tweak default app settings, including UDP Port and broadcast IP address
-h, --help show arguments and examples