Created
August 19, 2022 12:06
-
-
Save remlapmot/24219b7b53a204a2dc4ca77a5cdcb496 to your computer and use it in GitHub Desktop.
Reset Quicklook file preview on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
qlmanage -r | |
qlmanage -r cache | |
killall Finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment