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

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.

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.

---