Jump to content

rosenkrieger

Member
  • Posts

    23
  • Joined

  • Last visited

rosenkrieger's Achievements

Member

Member (4/5)

15

Reputation

  1. Is there a way only to have ONE Screenshot saved, and not thumbnail, etc. ?
  2. Awesome! Really appreciate it. Works perfectly!
  3. With the help of a friend on App.net I added the option. Check if v1.1 works as you expected.
  4. Simple Workflow that starts an incognito Google Chrome session. For this to work Google Chrome is NOT to be active when using the keyword (= must be completely turned off!) Download: https://dl.dropbox.com/u/677787/alfredworkflows/Google%20Chrome%20Incognito.alfredworkflow
  5. WakeOnLan v1.1 https://dl.dropbox.com/u/677787/alfredworkflows/WakeOnLan2.alfredworkflow Now includes the possibility to automount a share after the NAS has been woken up. If you do not need this feature use 1.0 Credits for the Mounting part @malt3 on App.net WakeOnLan v1.0 https://dl.dropbox.com/u/677787/alfredworkflows/WakeOnLan.alfredworkflow WakeOnLan Python Workflow v1.0 Credits @dirkessl on App.net for helping me find the right Python-Script Original Python Script from: http://pastebin.com/3Zd9MvE1 *** IMPORTANT *** Edit the very end of the script with the MAC address of the device(s) you want to wake up. You may use more than one device, simply add another line Example: wake_on_lan('XX:XX:XX:XX:XX:XX') wake_on_lan('XX:XX:XX:XX:XX:XX')
  6. I pimped up the whole Workflow, its now called CloudDrive Toggler and can be found in this thread: http://www.alfredforum.com/topic/1343-clouddrive-toggler/
  7. I pimped up my original Dropbox Toggler and put it all in one Worklfow. This workflow now: Toggles Dropbox Toggles Google Drive Toggles Microsoft SkyDrive Toggles Droplr you can also toggle all Drives on/of with keyword cloudon -> turns all drives on cloudoff -> turns all drives off or use Hotkeys to cloudon -> turns all drives on cloudoff -> turns all drives off Download Version 1.0: http://db.tt/mssK3a7M
  8. New Version: Dropbox Toggler Google Drive Toggler db turns on/off dropbox gd turns on/off GoogleDrive http://db.tt/pOIuKYd5
  9. I would like to use this with Entourage 2008, any chances someone with more abilities than me can achieve this?
  10. Grabbed it. Installed it. Runs perfectly! Thank you :-)
  11. Once this Workflow works with Mountain Lion it will be really nice. Could use it :-)
  12. Thanks to @gdgtsDE on Twitter I got it fixed... The Solution do shell script "diskutil mount /dev/disk4s2" delay 60 do shell script "open -a iPhoto"
  13. I have an external drive which has my iPhoto and iTunes library, since I do not need it all the time I wanted to create a workflow that... Mounts external Drive Starts iPhoto Since the mounting of the drive takes a few seconds I need to delay the start of iPhoto so that the drive is mounted and it will find the library there. I tried the following: do shell script "diskutil mount /dev/disk4s2" delay 30 tell application "iPhoto" to activate I had it saved as a "osascript" For some weird reason it does not work. It actually WAITS 30 seconds THEN mounts the drive. I am a script noob I can just imagine that the delay 30 is interpreted for the mounting and not the start of iPhoto.
  14. Sodala, hier für dich gemacht... (made especially for telonaes) https://dl.dropbox.com/u/677787/alfredworkflows/Dropbox%20%26%20Wifi%20Toggler.alfredworkflow Toggles Wifi & Dropbox on/on with dbwifi
  15. *Facepalm* that solution was just way to easy - THANK YOU!
×
×
  • Create New...