Skip to content

Instantly share code, notes, and snippets.

@wallentx
Last active August 15, 2024 01:39
Show Gist options
  • Save wallentx/9dd50f0fca7ff24effa594b8b2fee50d to your computer and use it in GitHub Desktop.
Save wallentx/9dd50f0fca7ff24effa594b8b2fee50d to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
fd \
-e plist \
--exclude "Library/Application Support" \
--exclude "Library/Assistant" \
--exclude "Library/Daemon Containers" \
--exclude "Library/Autosave Information" . | \
fzf --preview 'plistutil -p {} | yq -oy . -C -P'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment