Skip to content

Instantly share code, notes, and snippets.

@Git-I985
Created January 23, 2023 12:07
Show Gist options
  • Save Git-I985/e4c18cc2a68f80c0500cb3740c4ecd2a to your computer and use it in GitHub Desktop.
Save Git-I985/e4c18cc2a68f80c0500cb3740c4ecd2a to your computer and use it in GitHub Desktop.
Recursivly find files by pattern and open them in OSX QuickLook (fish shell version)
qlmanage -p (find ./src/ -type f \( -name "*.png" -o -name "*.svg" -o -name "*.jpeg" -o -name "*.jpg" \))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment