Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created August 19, 2022 12:06
Show Gist options
  • Save remlapmot/24219b7b53a204a2dc4ca77a5cdcb496 to your computer and use it in GitHub Desktop.
Save remlapmot/24219b7b53a204a2dc4ca77a5cdcb496 to your computer and use it in GitHub Desktop.
Reset Quicklook file preview on macOS
#!/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