navicat_reset_mac icon indicating copy to clipboard operation
navicat_reset_mac copied to clipboard

makes it more humanable

Open cqyisbug opened this issue 3 years ago • 0 comments
trafficstars

https://github.com/yhan219/navicat_reset_mac/blob/4bf51d54a86d3bd218aa83bf468354268047c611/reset_navicat_52pojie.sh#L32-L39

regex="([0-9A-Z]{32}) = "
while [[ $(defaults read $file) =~ $regex ]] ; do
    hash=${BASH_REMATCH[1]}
    defaults delete $file $hash
done 

cqyisbug avatar Nov 01 '22 03:11 cqyisbug