I have many saved favourites in my Sequel Pro, and I needed a way to sort these alphabetically.
This has only been tested on the latest version of Sequel Pro (v1.1.2). A backup of your favourites file should be made before sorting, however please use at your own risk!
- Download the latest release:
curl --output /usr/local/bin/sort-sequel-pro-favourites https://raw.githubusercontent.com/dannynimmo/sort-sequel-pro-favourites/0.1.0/sort-sequel-pro-favourites.phar
- Make the file executable:
chmod u+x /usr/local/bin/sort-sequel-pro-favourites
- Verify your installation:
The command should execute successfully and output the version information:
sort-sequel-pro-favourites --version
Sort Sequel Pro Favourites version 0.1.0
Run from the command line, passing in the path to your favourites file (on MacOS the default location is ~/Library/Application\ Support/Sequel\ Pro/Data/Favorites.plist
):
sort-sequel-pro-favourites --file /path/to/Favorites.plist