Jump to content

altryne

Member
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by altryne

  1. Hey guys, I've opened a new group on FB, called Devs with Macs (http://j.mp/Z3QAUY) And a big part of it would be these screencasts I'm doing on mac productivity. The first one is about Alfred and quick file manipulation without finder or mouse. You're welcome to check it out and send me your feedback. Many more will come.
  2. There are times when another hotkey is confusing, especially when there are tons of workflows installed, and each is with their own hotkey, At those times, I'm sure I would go up to the address bar, copy the url, open alfred, and hit "shorten" and then realize I could have used the hotkey to do that. For those times, if you add a url detection inside clipboard, it will save the hustle of pasting it It's very easy with ruby, and I imagine it's equaly easy with python url = URI.extract(`osascript -e "get the clipboard"`)
  3. Thanx for this! Can you add that if I have a url in the clipboard that the workflow will suggest to shorten it directly? So I won't have to paste it in?
  4. Does this work for anyone at all? i've tested it a lot with different users on different macs, and it seemed to work, but when I went through the logs guys here who it didn't work for, I saw bugs I couldn't replicate (or understand) So, does this code work for anybody exept me and all my 4 macs and 2 users? This will greatly save me some time debugging/rewriting if I know that I'm the only one this works for
  5. Can you try this one and lemme know if it worked? http://d.pr/f/lPsT If it did, then I'll update the zip with the new extension
  6. Think about my pandora controller workflow. You can skip songs with a flick of two fingers Or pause.
  7. Can you please download this version : http://d.pr/f/xwXo And try to login and then post something? If it fails, please go into workflow folder and send me the log.txt file, I'll take a look.
  8. If I use bundler, does that mean that everyone who uses the workflow has to have bundler installed? (i'm really new into ruby) Can you guys please go into the workflow directory, and remove the "token" file from there, and try to login again?
  9. It's a bit beyond me right now, I wasn't sure how to use gems with ruby scripts in alfred, so all the code is pure ruby 1.8 (is what ships with mnt lion) As the Pocket API returns a json object, serializing it myself is too tough of a job, unless someone can help me with it
  10. I've tried to write the process step by step on my blog, maybe will make your headache hurt less http://alexw.me/2013/03/save-url-to-pocket-with-alfred-workflow-using-oauth/
  11. You can try this one I just posted http://www.alfredforum.com/topic/1618-pocket-workflow-with-oauth-login/
  12. UPDATE 25/05/13 - rewrote the whole damn thing in python, added aleoop for quick updates Hey guys, I've finished creating a pocket workflow, I know there are several already in the forums, but this one doesn't require your username/password at any point. (Not that other workflow creators are malicious!) You can download it here (https://github.com/altryne/pocket_alfred/raw/master/Pocket%20workflow.alfredworkflow) and all the code on github (the code is a bit of a mess, I was learning ruby as I was writing) Usage : First login with "pocket_login", this will redirect you to the pocket site to authorize Afterwards use "pocket" to share a URLs Supports : Chrome - if running Safari - if running Clipboard - if contains URL I've banged my head for a long time trying to achieve the sleak oAuth flow, and finally done it, if anyone's interested I can write a blogpost about it. Lemme know what you think, and what improvements/suggestions you may have. credits to https://github.com/vitorgalvao/alfred-workflows/blob/master/Pinadd/pinadd for the chrome and safari applescripts
  13. I have done an Pocket oAuth flow without asking the user for his credentials. The way I do it is a bit complicated but it works, and is transparent to the user. The workflow post is here : http://www.alfredforum.com/topic/1618-pocket-workflow-with-oauth-login/
  14. Yeah I know, but this forum doesn't support images without a file type, so I edited the tip to include .png
  15. 18:30:26.651 ...STARTING... Timestamp A/R Flags if Domain Service Type Instance Name 18:30:26.651 Add 2 4 local. _rfb._tcp. new_macmini (that's the host I'm on)
  16. @pstadler - what about my other suggestion? Hide the mac I'm working on from the list? It seems strange that I have the option to control my own mac?
  17. Awesome Idea, it will surely make people buy Alfred more
  18. awesome one! thanx One thing, how about not requiring the query, and when there's no query, showing the top CPU consuming procceses, and then filtering by typed query?
  19. Hi, attached is a workflow for Droplr app (download) "Upload" keyword and then type the name of the file you want to uploaddi Or use as a file action inside Alfred's file browser Btw, a little Droplr tip, you can hotlink any image on d.pr by appending a "+,png" at the end of the URL. Enjoy
  20. Is there a chance that the download link is the old one? Tried re-installing, same Also, my own machine appears in the vnc list, maybe it'll be good to remove the machine I'm on
  21. Doesn't work for me too Mac is called "alex-macmini.local" but alfred is trying to connect to alexmacmini.local and it doesn't work
  22. Is there a way of seeing the weather for not my default location?
  23. Hi guys, I've been working hard but it's finally here! Controlling Pandora.com playback from alfred 2 and hotkeys You can download the files from http://alexw.me/2013/03/controlling-pandora-com-from-alfred-2-and-media-keys/ Lemme know what you think, I already been using it for a couple of hours and it's awesome!
  24. Heh, yeah I figured this would be a common one. What's the accepted behavior in this case? Should I remove my post?
×
×
  • Create New...