Utility to work with extended filesystem attributes. More information: https://ss64.com/osx/xattr.html.
xattr -l {{file}}
xattr -w {{attribute_key}} {{attribute_value}} {{file}}
xattr -d {{com.apple.quarantine}} {{file}}
xattr -c {{file}}
xattr -rd {{attribute_key}} {{directory}}