Skip to content

Instantly share code, notes, and snippets.

@bbbrrriiiaaannn
Created November 5, 2011 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbbrrriiiaaannn/1340934 to your computer and use it in GitHub Desktop.
Save bbbrrriiiaaannn/1340934 to your computer and use it in GitHub Desktop.
Pass in a filename fragment and TextMate will open all instances of that filename in the current directory. Thank you Spotlight, thank you TextMate.
#!/bin/bash
mdfind -onlyin . -name $1 | xargs mate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment