Hey all,
After moving to Leopard I have noticed that the Finder, and more importantly Spotlight have completely lost their usefulness to me. As a new sys admin I loved being able to type in some obscure plist I needed to edit into Spotlight and have show right up. But that was in Tiger and this is Leopard, now when I type in com.apple. anything I get Safari History items, and really random txt files that I really had no idea existed.
So instead I have been using terminal to do my dirty work. Using the
"find / | grep -i variable" command.
I would like to build a little Applescript that ran that command, but with the variable be something I type into a dialog box. And then just have it spit the results out.
I know this might end up requiring more then just Applescript, possible Xcode, but who knows.
Thanks
After moving to Leopard I have noticed that the Finder, and more importantly Spotlight have completely lost their usefulness to me. As a new sys admin I loved being able to type in some obscure plist I needed to edit into Spotlight and have show right up. But that was in Tiger and this is Leopard, now when I type in com.apple. anything I get Safari History items, and really random txt files that I really had no idea existed.
So instead I have been using terminal to do my dirty work. Using the
"find / | grep -i variable" command.
I would like to build a little Applescript that ran that command, but with the variable be something I type into a dialog box. And then just have it spit the results out.
I know this might end up requiring more then just Applescript, possible Xcode, but who knows.
Thanks