Skip to content

Instantly share code, notes, and snippets.

@amien8
Forked from natritmeyer/spotlight_cli.sh
Created December 14, 2015 08:33
Show Gist options
  • Save amien8/e08929db933e7027093a to your computer and use it in GitHub Desktop.
Save amien8/e08929db933e7027093a to your computer and use it in GitHub Desktop.
An alias for your .bash_profile that allows you to search in the current folder using spotlight
function sl() {
/usr/bin/mdfind -onlyin \. $@
}
#usage:
# sl Search for this phrase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment