Requires ag (The Silver Searcher) brew install ag General formula: ide $(ag x -G y -l) Example: Open with android studio all files from current direct containing the word "order" and file name contains Activity.java studio $(ag order -G Activity.java -l)