Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Acidham

  1. Thx! Just updated to version 1.2!
  2. Thx @bramadams for the feedback. Fixed, Drop is now overwriting the file with the same file name Fixed
  3. Updated to version 1.0. Added config workflow for Dropbox Token and Target Folder Thx charlie999 for the feedback
  4. In Alfred 3 you can open the workflow and then click on the [x] (top right corner). A dialog will pop up and you can configure both variables
  5. When using List Filter with a few options it does not show the available items until I type. I tried with and without Placeholder Subtext but I alway need to type something before the items will show up. Is there a way to get List Filter step to show all items when entering the step?
  6. I am running the same combo but without any issues. Did you debug workflow execution with Alfred?
  7. Yes it works with very 3. The original images will be overwritten with the resized version.
  8. Uploads a file with file action "Share via Dropbox" or keyboard from selection in Finder to Dropbox and returns public download link. Befory you can start: You need to get an Access Token from Dropbox (https://www.dropbox.com/developers/apps). Configure workflow variables Access Token Folder were the file will be stored on Dropbox Download and Install JSON Helper from the Appstore Usage: Search for a file on the file action choose "Share via Dropbox". The short URL, for public download, will be stored to the Clipboard Download: http://www.packal.org/workflow/drop
  9. Did you check settings in wf?
  10. Great thx! I will add it to the next release!
  11. oascript should also be under privacy > reminders. Please try again with new version 2.0 which I just uploaded.
  12. Not working at all. Whats wrong, any idea? [ERROR: alfred.workflow.input.scriptfilter] Code 5: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/me/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.AE4DAEB8-CFB6-42E3-BD2F-D13E764C6CFD/./safariSearch Reason: image not found [ERROR: alfred.workflow.input.scriptfilter] Code 5: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/me/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.AE4DAEB8-CFB6-42E3-BD2F-D13E764C6CFD/./safariSearch Reason: image not found
  13. Seems that you need to allow Alfred and oascript to access Reminders. System Preferences > Security & Privacy > Privacy > Reminders
  14. Send file, text, clipboard, URL or a phone number to another Device registered in DeskConnect: Usage: Contact Action: Dial with iPhone File Action: Send File with DeskConnect Type dsend to send the clipboard content or a typed text The WF recognizes a phonenumber which starts with "+" or an URL which starts with "http" http://www.packal.org/workflow/deskconnect
  15. Oh wow, thx for the bug report! It seems that Safari will be opened wether applescript takes action on it or not. Fixed with version 1.3 http://www.packal.org/workflow/safirechrome
  16. Control window with Spectacle by using default keystrokes. Type "w" with following options: Fullscreen Move window to the Next Display Center window Aligns window to the Left or Right of the screen Reset - special command combines move to the left and then center Spectacle required: https://www.spectacleapp.com Advanced: Keystrokes can be changed or addtionals can be added by modifying the Script Filter Download: http://www.packal.org/workflow/spectacle
  17. Any news on this? I am searching for exactly the same to displaying help text or other results in a HUD. Any idea or suggestions ?
  18. Seems but I do not have proof of it. I am on El Capt latest beta 5 and once i developed it i was on beta 4. I am generating Due Date from a string set DueDate to date (theDate & " " & queryTime) but it seems that that older version does not accept that. Therefore kmarchand changed it to get due date (w/o time) and add it later: set time of DueDate to 60 * 60 * 9 Flipside is I need to rewrite a bunch of code to calculate e.g. 9:30 or 22:15
  19. For now I don't want to change the script because I will loose other features when changing it. Seems that "kmarchand" fixed it maybe he can provide the script with workaround here?
  20. Please try following script first. It should create reminder at 9am: set theDate to date string of ((current date) + (1 * days)) set DueDate to date (theDate) set time of DueDate to 60 * 60 * 9 tell application "Reminders" tell list "Inbox" make new reminder with properties {name:"Test", remind me date:DueDate} end tell end tell Let me know in case the test was successful.
  21. Seems that you are experiencing same issue as discussed within post on February 2016 - 02:20 PM. Please try to change script
  22. Fixed and updated to version 1.2: http://www.packal.org/workflow/apple-reminders
  23. Thanks for pointing me to this issue. I will fix it by not hard coding the list name. I will update new version in a few minutes ヅ
×
×
  • Create New...