Jump to content

paulw

Member
  • Posts

    158
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by paulw

  1. You might try the workflow I added to Ender's thread. I *think* it might work with other languages. http://www.alfredforum.com/topic/5266-toggle-do-not-disturb-w-yosemite-support/?p=44414
  2. I made a new version that checks whether Do Not Disturb is currently enabled, and lets you know which way you'll be toggling it. It then notifies you. No idea why it doesn't work with Bartender. If anyone has any suggestions for that problem or for improvements, by all means go ahead. https://github.com/paulrudy/alfred-toggle-do-not-disturb
  3. This is awesome. Thanks Nick for the request and idea, and thanks Dean for the execution!
  4. You might want to disable the original translate script. Then try. The API version should automatically ask your for your API. You also cannot get an API without paying for it via Google Billing account.
  5. Filevault encryption and normal emptying of trash.More info in the top answer here: http://apple.stackexchange.com/questions/213850/how-to-secure-empty-trash-on-os-x-el-capitan
  6. Thanks for that info, Vitor. Interesting. Looks like keeping the volume encrypted with FileVault instead is the way to go, so emptying the trash normally is enough in that case.
  7. Oh, ok. I think I must have still been using the non-API script. Works great, thank you!
  8. hey, thanks for the workflow. Your icon is missing from Packal... EDIT: but it's there in the workflow.
  9. I can't find where to add my API in the workflow. Any help?
  10. Hi Carlos, Thanks for your workflow. I saw a little discussion about DST in the posts. Any chance you'll add that? For instance, it says it's 10:30pm here in New York, but it's 9:30pm. Paul
  11. Updated so it now works with twitter profiles, not just twitter statuses.
  12. Here's a workflow that takes a twitter url from the clipboard and opens it in Tweetbot. If the url doesn't start with http(s)://twitter.com, the workflow doesn't go forward. So this won't work with short url's like t.co, is.gd, etc, but you could use an Alfred workflow that expands short urls to then open a resulting twitter link in Tweetbot. Suggestions welcome. Please bear in mind that I really don't know how to program, and just cobbled this together. Workflow is here: https://github.com/paulrudy/alfred-open-in-tweetbot
  13. Fantastic! Really the only reason I have Default Folder X installed. Now I can just use this.
  14. This is a really well thought out and useful workflow. Thank you! I have a suggestion/request. Is there a way to set a view in nvAlt action by arrowing right from one of the filtered "ns" search results? Currently it seems the only way to open in nvAlt is to narrow the search results by typing until the one I want is the top result. I'd like to be able to select one of several filtered results, and even if it's not the top result, open it in nvAlt.
  15. Great! For those of us who like to keep our apps organized in folders, what about implementing a way to search for whether the app already exists in a subfolder in /Applications, and then moving the update to that same folder? Paul
  16. It looks like all that's required is to remove this line: $json = utf8_encode($json); It doesn't seem like removing it breaks anything. Here's the updated script filter: require_once('workflows.php'); $wf = new Workflows(); $orig = "{query}"; $wf->result( 'ddgignoresuggest', $orig, 'Search DuckDuckGo for '.$orig, 'Search DuckDuckGo for '.$orig.' or search suggestions below', 'icon.png' ); $json = $wf->request( "https://ac.duckduckgo.com/ac/?q=".urlencode($orig)); $items = json_decode($json,true); $int = 1; foreach($items as $item): foreach($item as $suggestion): $wf->result( $int.'.'.time(), "$suggestion", "$suggestion", 'Search DuckDuckGo for '.$suggestion, 'icon.png' ); endforeach; endforeach; echo $wf->toxml();
  17. Oh, that's fantastic—it's already built in. Thank you for that, Shawn!
  18. Yep, that fixed it. Thanks, Shawn. I've been really looking forward to this workflow, as I'm kind of a workflow hoarder. Do you think there will be any way to scan non-Packal workflows and check for whether they are also hosted on Packal?
  19. I continue to get "scptl is trying to allow an item to always run" dialogs even though I repeatedly authenticate. I'm not a programmer: what do these dialogs do? I'm assuming this is the whitelisting you're talking about. Running Mavericks. Fails before opening. It does work if I point my browser to the address you gave. Debugging, I get this error: [ERROR: alfred.workflow.action.script] Code 0: 134:141: syntax error: A identifier can’t go after this “"”. (-2740) 36:87: execution error: System Events got an error: Can’t set process "Application Stub" to true. (-10006) [INFO: alfred.workflow.action.script] Processing output 'alfred.workflow.output.notification' with arg ''
  20. Thanks for this! I can't get the GUI to work. I agree with these points.
  21. Nice, thanks for the workflow. I made a workflow for using command-C to dial a number on your iPhone. Feel free to include it in your workflow if you like.
  22. This is a great workflow. However, changing the sort order doesn't seem to be working.
×
×
  • Create New...