Jump to content

brunogrande

Member
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    brunogrande got a reaction from Enhorn in Get Rid of Duplicates in Finder's "Open With" Menu   
    I've found that Finder's "Open With" menu can accumulate some duplicates over time (e.g., with WebKit's and TextMate's nightly builds). So, after searching for the Terminal hack to reset the database involved (source), I thought of creating an Alfred Workflow to avoid googling for it every time and to allow for a quick reset. 
     
    Download the Alfred Workflow [Works in OS X 10.8]
  2. Like
    brunogrande got a reaction from bfolberth in Get Rid of Duplicates in Finder's "Open With" Menu   
    I've found that Finder's "Open With" menu can accumulate some duplicates over time (e.g., with WebKit's and TextMate's nightly builds). So, after searching for the Terminal hack to reset the database involved (source), I thought of creating an Alfred Workflow to avoid googling for it every time and to allow for a quick reset. 
     
    Download the Alfred Workflow [Works in OS X 10.8]
  3. Like
    brunogrande got a reaction from jovotrox in [Request] Create New File in Finder   
    In Alfred v1, I had a simple AppleScript that created a new file in Finder's frontmost window: 
     
    tell application "Finder" to make new file at (the target of the front window) as alias
      I'm trying to get it to work in Alfred v2 and I simply can't. I also tried alternatives, like this one, which uses Bash instead (from Mac Tuts), but nothing successful:    myPath=$(osascript -e 'try' -e 'tell application "Finder"' -e 'set this_folder to (the target of the front window) as alias' -e 'set this_folder to POSIX path of this_folder' -e 'return this_folder' -e 'end tell' -e 'end try' -e 'set this_folder to POSIX path of (path to desktop)' -e 'return this_folder'); cd $myPath; touch newfile   Can someone point out what I'm doing wrong (or perhaps the Beta hasn't reached that point yet)? Also, if someone would like to lend a hand, all I want is a workflow that allows me to create a file. If you really want to have fun, an optional keyword argument which can specify the filename (and extension) would be even better.    Thanks in advance,    Bruno
  4. Like
    brunogrande got a reaction from duncehat in More Flexibility with Text in Themes   
    I wonder if it's possible to have more flexibility with the Theme editor, specifically for text. Don't get me wrong: the advances made in v2 are great. Nevertheless, I would love to see the option of using this window http://cl.ly/M9H7 for text formatting in themes. 
     
    Bruno Grande
    http://brunogrande.me
  5. Like
    brunogrande got a reaction from Dominic in Terminal Homebrew Theme   
    I like to think I'm cool with this Terminal Homebrew theme, with the classic green-text-on-black. I appreciate that we can now adjust the size of the Alfred window. Hopefully, we'll get the ability to use any installed font, like Adobe Source Code Pro or PragmataPro. 
     

×
×
  • Create New...