diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 18:17:14 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 18:17:14 -0600 |
| commit | 8ef0d4868a8b6d66c6d805ce71df177765e70bef (patch) | |
| tree | 54b93cb7f34bfb5a9f91ee7bfbb4116a4e66e402 /dotfiles/common/.local/bin/transadd | |
| parent | 57b52fd4a8685b2580254ba371e0294419a5c4a7 (diff) | |
chore(scripts): remove 11 unused scripts, fix yt-dlp aliases
Removed scripts:
- dotfiles_pushall, lsbak, project, protonvpn, steam
- sudo-update-grub, sysupdate, transadd, update-backup-repositories
- virtstart, ytp (duplicate of alias)
Updated yt-dlp aliases in media.sh:
- --add-metadata -> --embed-metadata (deprecated option)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.local/bin/transadd')
| -rwxr-xr-x | dotfiles/common/.local/bin/transadd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dotfiles/common/.local/bin/transadd b/dotfiles/common/.local/bin/transadd deleted file mode 100755 index a598fad..0000000 --- a/dotfiles/common/.local/bin/transadd +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# Mimeapp script for adding torrent to transmission-daemon, but will also start the daemon first if not running. - -# transmission-daemon sometimes fails to take remote requests in its first moments, hence the sleep. - -pidof transmission-daemon >/dev/null || (transmission-daemon && notify-send "Starting transmission daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}") - -transmission-remote -a "$@" && notify-send "🔽 Torrent added." |
