This terminal-based program allows you to automatically close applications or shut down your system after a specified period. Originally created to provide a sleep timer for the Spotify desktop app, which lacks this feature, it can be used for other general task management purposes as well. Designed to be run from the command line, this utility offers a convenient way to automate system tasks directly from your terminal.
- Set a timer to close any running application.
- Schedule system shutdowns.
- Supports multiple applications.
- Simple command-line interface for easy usage.
Latest Release
Download
Run the program from the command line and specify the application you want to close, the duration in minutes, or schedule a system shutdown
- Schedule the application to close after a specified duration (in seconds).
- Provide the name of the application without the
.exe
extension.
Equivalent to:
shutdown -s -t <time>