Jump to content

mikedvzo

Member
  • Posts

    212
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by mikedvzo

  1. Thx Vero that solved the problem.  

     

    I did have an initial issue where it could not find the 1Password Data file after doing what you said.   I had to delete the entire folder structure at ~/Library/Containers/2BUA8C4S2C.com.agilebits.onepassword-osx-helper.   I had to be given a Agilebits Store version a while back because they could not fix a rare issue in my AppStore version.  I think Alfred was finding the old version that was left behind.  

     

    One note is that the directory is still named ~/Library/Application Support/1Password 4 after updating from 1Password 4.  

     

    Thx again

  2. Thanks but there is something else definitely going on.  I have dozens of entries that are valid and do not show up in Alfred.  As a check and a test I added a few more basic entries and none of them show up.  

     

    I also have noted that Alfred still reports 320 entries and has been that was for sometime despite me adding new entries.

     

    I sorted my 1Password 5 bookmarks and nothing in 2014 shows up in Alfred. 

  3. I am running Yosemite 10.10.1 with 1Password 5.0.2 and I am only getting 320 Bookmarks in Alfred but I have 385 logins.  I noticed this after Alfred was not finger some of my 1Password entry.  I have 3rd party integration enabled.  What I did notice is that if I manually specify the path for the 1Password data file it says not found.  If I let it discover it automatically it works.  I am thinking it is find a Backup file at I used a long time ago that is and older version of 1Password.    

     

    /Users/mdivince/Dropbox/Sync/1Password/1Password.agilekeychain

  4. If there is an option to create a Context sensitive workflow hotkey then why can I not assign the same hotkey to 2 different workflows?  Is this a bug or am I not understanding the feature correctly.  If I cannot do this then I do not see the point of have an application specific hotkey since I see no way to assign the same hotkey more than once.  Unless this is only for interoperability with system hotkeys.  

  5. When I use the file "Email to" option I am seeing duplicate contacts because it is displaying my Exchange contacts as well as my iCloud Contacts.  I have solved the problem for my Contact workflow and default results in Alfred by enabling the option under contacts to "Use Spotlight metadata for searching Contacts" and excluding the Exchange Contacts directory from Spotlight.

     

     I do this because I duplicate my contacts for Exchange in iCloud since syncing between and iPhone with pictures and fields works much better with iCloud than Exchange.  The only reason I even have Exchange Contacts enabled under the Exchange account is so that I can gain access to my Global Corporate Directory in Contacts and Mail.  In addition I need contacts in Exchange for when I use Outlook on rare occasions.  

     

    I would think that the option I have selected would apply to all of Alfred results including the "Email to" option and not just the default search results.  

     

     

  6. Since we are now able to place multiple workflows inside one workflow there needs to be a way to move multiple objects at one time.  I can only select one object at a time so I can only move one object at a time.  Since I now put multiple workflow's in one I need to keep them ordered so that if I have a number of workflows like listed below they show in Alfred they way I want.

     

    fi Alfred Cheat

    fi ccie

    fi day2

    fi mawg

     

  7. I have a Powerpack license and I have a workflow with a fuel filter that matches on "kMDItemDisplayName" and this searches on the Bookmark title.  I want to also search on the URL but see no Metadata field that works and was trying to find out what the custom field would be.  

  8. I have a workflow that works fine with NSApplescript however I prefer to run scripts in the background with /usr/bin/oascript.  I often have difficulty passion the arguments to Alfred with oascript.  Here is a section of a workflow that I cannot get to work with oascript.  I have tried all types of escape sequences but none work.  The script runs find in AS editor.


     


    This code runs fine in NSApplescript


    on alfred_script(q)

     tell application "Terminal"

      do script q in selected tab of the front window

     end tell

    end alfred_script

     

    This code does not work in oascript


    tell application "Terminal"

     do script "{query}" in selected tab of the front window

    end tell


     


×
×
  • Create New...