Skip to content

Instantly share code, notes, and snippets.

View codyc1515's full-sized avatar

Cody C codyc1515

  • New Zealand
  • 01:24 (UTC +13:00)
View GitHub Profile
@thoaster
thoaster / reset.sh
Last active February 19, 2025 05:18
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