Jump to content

jovotrox

Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    jovotrox got a reaction from ronm01 in Elegant v5 Dark & Light   
    Yeah! It actually looks better in white, you can have your own combination here! The fact is I don't always show the number selector.
    I'm attaching the new version here
    https://d.pr/UAQ7
     

  2. Like
    jovotrox reacted to BarryBigtime in Elegant v5 Dark & Light   
    It's a beautiful theme. Great job and it's now my default of choice.
     
    Only minor challenge is the blue selector combinations on the right hand side. My personal feel is they would look better in white.
     
    https://db.tt/FLe3nUK8sE
     
  3. Like
    jovotrox got a reaction from Boarder24 in Upload to Droplr   
    Hi!
    I made this workflow to help myself when I'm browsing files in Alfred and I want to share them.
    Here is a little Workflow to upload the selected file to Droplr.
    Works better if you have Droplr already open.
     
    Enjoy!
     
    Download
  4. Like
    jovotrox got a reaction from Jono in Upload to Droplr   
    Hi!
    I made this workflow to help myself when I'm browsing files in Alfred and I want to share them.
    Here is a little Workflow to upload the selected file to Droplr.
    Works better if you have Droplr already open.
     
    Enjoy!
     
    Download
  5. Like
    jovotrox got a reaction from thec13 in Upload to Droplr   
    Hi!
    I made this workflow to help myself when I'm browsing files in Alfred and I want to share them.
    Here is a little Workflow to upload the selected file to Droplr.
    Works better if you have Droplr already open.
     
    Enjoy!
     
    Download
  6. Like
    jovotrox reacted to Vero in New in b117: Change selected text & background colour   
    Just a little heads-up to let you know that you can now change the colour of the selected text and the selected background. This means that rather than having the OS colour, you can make it match your theme.
     

    To edit these two colours, hold the Fn key and click the Alfred input field to edit either the text or the background colour.
  7. Like
    jovotrox reacted to brunogrande 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
×
×
  • Create New...