Skip to content

Instantly share code, notes, and snippets.

View codyc1515's full-sized avatar

Cody C codyc1515

  • New Zealand
  • 15:35 (UTC +12:00)
View GitHub Profile
@thoaster
thoaster / reset.sh
Last active May 17, 2025 08:06
Transmit 5 Trial Reset
#!/bin/sh
# Reset Transmit 5 Trial
# curl -fsSL https://gist.githubusercontent.com/thoaster/ca5b4fdb653b9cdb3930897045b78558/raw/reset.sh | bash
set +e
set -x
sudo rm -rf ~/Library/Caches/com.panic.Transmit
sudo rm -rf ~/Library/Application\ Support/com.panic.Transmit
sudo rm ~/Library/Preferences/com.panic.Transmit.plist