Jump to content

bmscmoreira

Member
  • Posts

    34
  • Joined

  • Last visited

bmscmoreira's Achievements

Member

Member (4/5)

1

Reputation

  1. Easy. Go to this thread. Read it until the end and make modification to original applescript file from the workflow if needed to (as explained in the latest replies): http://www.alfredforum.com/topic/3429-new-calendar-event-using-quick-entry-option-workflow/
  2. Thank you ManicDee. Works great. But, at least for me, was not working if the Calendar app was not opened. Duplicating the "activate" line solves the problem. Full code I am using is: tell application "Calendar" to activate set the clipboard to "{query}" as text tell application "Calendar" to activate tell application "System Events" keystroke "n" using {command down} keystroke "v" using {command down} keystroke return end tell Thanks again!
  3. Dear all. I don't know if it's possible, but can Alfred quickly access the files / folders in a Truecrypt mounted volume (i.e. by opening Alfred window and typing a folder / file name?). Perhaps I need to force index of the mounted Truecrypt volume (which is stored in an external drive?). Not worried about privacy; my use for Truecrypt is only to prevent data to be easily accessed by anyone in case I lose / laptop is stolen. No military secrets or strange stuff there Thanks.
  4. Thanks for the workflow! But I am having problems with accentuation (for example, passing "João" results in "Joaao"). Is it easy to fix? Thanks!
  5. Thank you for the will to help! I guess the most useful scenario would be to make it work with just the bookmarks, since I use the bookmarks bar as a shortcut to some of them. But Alfred is the perfect shortcut, so no need for that bar
  6. Hmm still no answers... perhaps its not possible? I don't really know what kind of script support has interachy...
  7. Thanks! Really useful for presentations!
  8. Thanks for the effort Daniel... so many requests (and here comes one more!) - I am experiencing "cropped" tasks... when adding a new task via alfred, not all text is passed to things. I've tried several tests but still not able to figure out a pattern! Somethings last character is cropped, other times the last 2, sometimes nothing is cropped. Seem not to have to do with the lenght of the text. How can I help identify the problem? Nevermind. I have to be patient! If I write too quickly and hit enter before all text appears in Alfred's window, then it is cropped!
  9. Hi all, I'm starting this thread to ask... is there someone able to create an interachy workflow that could read and execute the stored bookmarks? The app is found in: http://nolobe.com/interarchy/ i.e. I have a bookmark to mirror two folders, one local, and other remote. It's what I use in webdev – do the stuff in localhost, test, then mirror the changes. It would be great if this could be faster, even if by a couple of seconds. Thanks best Bruno
  10. Yes! I had that same problem. It's fixed. Thanks.
  11. taskname [Billing] (assuming Billing project is already created in Things; you can't create a new project from the workflow, I believe a limitation of Things itself). PS: also applies to Areas
  12. Yes, everything is working fine. Maybe outdated version...
×
×
  • Create New...