| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PocketPrefs is a configuration management tool for macOS applications. It enables users to easily back up, restore, and manage application configurations and data, simplifying setup when migrating to a new device or reinstalling macOS.
💡 Besides app settings, you can back up any file via custom paths.
Here's my custom configs JSON (importable): discussion
PocketPrefs uses the following strategy to protect existing configurations when restoring files:
When performing a restore operation, PocketPrefs intelligently handles existing files or directories at the target path:
Existing configuration backup: If a file or directory with the same name already exists at the target path (for example, ~/Library/Application Support/Code/User/settings.json or ~/Library/Application Support/Code/User/), PocketPrefs renames it to [original_name].pocketprefs_backup.
New configuration restoration: The file or directory from the backup is then restored to the original target path.
Important Note:
| Back | FazBrowse Home | New Git URL |