Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Created July 31, 2025 08:54
Show Gist options
  • Save luckylittle/3f15c5c82643bc69a95a2b5da2f014cc to your computer and use it in GitHub Desktop.
Save luckylittle/3f15c5c82643bc69a95a2b5da2f014cc to your computer and use it in GitHub Desktop.
Transmission v4.0.5 completion script - notification to Pushover
#!/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