-
-
Notifications
You must be signed in to change notification settings - Fork 739
Add wake plugin (WoL wrapper with MAC + broadcast) #703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Add wake plugin: WoL wrapper reading MAC and broadcast IP
Wake plugin readme.
Added Wake plugin to the table.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Validate config format and directory before listing.
Typo fix.
Co-authored-by: Koichi Murase <[email protected]>
Co-authored-by: Koichi Murase <[email protected]>
Co-authored-by: Koichi Murase <[email protected]>
Co-authored-by: Koichi Murase <[email protected]>
Co-authored-by: Koichi Murase <[email protected]>
Co-authored-by: Koichi Murase <[email protected]>
Co-authored-by: Koichi Murase <[email protected]>
Suggestions and additional features implemented.
Updated readme based on additional features implemented.
I spent some more time and improved the script based on your suggestions and additions that came up while I was using this plugin. |
User description
Add a new wake plugin to Oh My Bash for easy Wake-on-LAN. The plugin:
PR Type
Enhancement
Description
Add wake plugin for Wake-on-LAN functionality
Provides device autocompletion from ~/.wakeonlan directory
Includes comprehensive documentation and usage examples
Updates main plugins README with wake entry
Diagram Walkthrough
File Walkthrough
wake.plugin.sh
Core wake plugin implementation
plugins/wake/wake.plugin.sh
wake()
function that reads MAC and broadcast IP from configfiles
directory
README.md
Update plugins documentation table
plugins/README.md
README.md
Complete wake plugin documentation
plugins/wake/README.md