Jump to content

mikedvzo

Member
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mikedvzo

  1. Andrew - I know I brought this up well over a year ago with Alfred 1.0. When copying and moving files it is a real pain that the action does not occur and there is no warning when trying to overwrite an existing file. Is there any plan to fix this behavior in 2.0?
  2. Workflow returns no results and wen I tried to run it from the command line it says "`open_http': 502 Bad Gateway (OpenURI::HTTPError)" Looks like netflix_api = 'http://netflix.atr.io' is not valid.
  3. 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.
  4. 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.
  5. Can you repost around workflow the Dropbox link is broken
  6. Would be nice if the folders where sorted alphabetically. I can go on and do it manually in the json file but just an idea.
  7. 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
  8. I would like to see an option not to store Clipboard snippets in clip[board history. If I am using the snippet for the first time it is not an issue. However subsequent times it is stored in history and the contents of the snippet is stored in history and someone over my shoulder can view it.
  9. 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.
  10. Workflow does not work for me either returns no results.
  11. I want to use search Safari Bookmarks with the Metadata Field. None of the predefined fields search the URL Can someone assist?
  12. Sorry found it was looking in the PHP code and missed it
  13. Not overly familiar with PHP but did not see where you define the Chrome bookmarks. Would rather have this search Safari Bookmarks and could not find what to change.
  14. Here is the workflow with both the NSApplescript and Oascript. https://db.tt/G4Ub8SeJ
  15. In particular the new ~\Library\Mobile Documents Directory for iCloud is killing my search results.
  16. Is there anyway to add a folder to the search scope that allows it to use negative logic and not include that folder in searches. I want to add my home folder but I don't want my library folder search because there's tons of directories in there.
  17. 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
  18. This occurs because entries are added with different formats in Mac OS Contacts and the iPhone adds them differently also. I use the following format all the time now which requires me to enter all entries with my MAC or at least modify them after the fact. Here is the format I use +1 555 555 1212. You can use the two scripts to alter all of you address book contacts at once. The first one removes spaces and the second one adds a +1 if it does not exist. http://bit.ly/1jjgNqm
  19. Maybe I was not clear I have no problem getting this to work in NSAppleScript the problem is getting the code to run in /usr/bin/oascript. The following code does not run work in oascript. tell application "Terminal" do script "{query}" in selected tab of the front window end tell
  20. 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. on alfred_script(q) tell application "Terminal" do script q in selected tab of the front window end tell end alfred_script tell application "Terminal" do script "{query}" in selected tab of the front window end tell
  21. I am assuming the workflow you posted does not take into account that the LDAP server requires login credentials before begin queried? I would be surprised if it did not. Any ideas on how to possibly query a keychain string for the password.
  22. Thanks that did it and sorry for posting in the wrong place
×
×
  • Create New...