https://github.com/kiran-kumar-k3/poweroff-script
The Power-Off Scheduler script makes it easy for Linux users to schedule system shutdowns with a user-friendly graphical interface.
https://github.com/kiran-kumar-k3/poweroff-script
automation gui-based linux sheduler shell-script
Last synced: 3 months ago
JSON representation
The Power-Off Scheduler script makes it easy for Linux users to schedule system shutdowns with a user-friendly graphical interface.
- Host: GitHub
- URL: https://github.com/kiran-kumar-k3/poweroff-script
- Owner: KIRAN-KUMAR-K3
- License: mit
- Created: 2024-03-18T23:42:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T00:00:22.000Z (about 1 year ago)
- Last Synced: 2025-01-11T08:26:48.699Z (4 months ago)
- Topics: automation, gui-based, linux, sheduler, shell-script
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Power-Off Scheduler
The Power-Off Scheduler script provides a simple graphical interface for Linux users to schedule system shutdowns or cancel scheduled ones. Leveraging `zenity` for graphical prompts and `shutdown` for scheduling, it simplifies the process of managing system power-off tasks.
---
## 🚀 Quick Start
1. **Clone the Repository**:
```bash
git clone https://github.com/KIRAN-KUMAR-K3/poweroff-script.git
```2. **Navigate to the Repository**:
```bash
cd poweroff-script
```3. **Make the Script Executable**:
```bash
chmod +x poweroff.sh
```4. **Run the Script**:
```bash
./poweroff.sh
```5. **Schedule Power-Off**:
Select "Schedule Power-Off" to schedule a system shutdown. Enter the desired delay in minutes and confirm.6. **Cancel Scheduled Power-Off**:
Choose "Cancel Scheduled Power-Off" to revoke a previously scheduled shutdown. Confirm the action.7. **Exit**:
Select "Exit" to quit the script.---
## 🛠️ Requirements
- Linux operating system
- Bash shell---
## 📄 License
This project is licensed under the terms of the [MIT License](https://github.com/KIRAN-KUMAR-K3/poweroff-script/blob/main/LICENSE). See the LICENSE file for details.
---
## 🤝 Contributing
Contributions are welcome! For suggestions, enhancements, or bug fixes, please open an issue or submit a pull request.
---
## ❓ Questions
If you have any questions or require further assistance, feel free to reach out.
---