Created
July 31, 2025 08:54
-
-
Save luckylittle/3f15c5c82643bc69a95a2b5da2f014cc to your computer and use it in GitHub Desktop.
Transmission v4.0.5 completion script - notification to Pushover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Enable "Call script when done downloading" | |
noti -t "Transmission finished download" -m "ID:${TR_TORRENT_ID}, NAME:${TR_TORRENT_NAME}, PATH:${TR_TORRENT_DIR}" -o |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment