Jump to content

iApple

Member
  • Posts

    73
  • Joined

  • Last visited

Everything posted by iApple

  1. @dfay Hi. Loving this. Slight offtrack but can you please include ability to add bracket () [] <> to selected words? Thanks
  2. Thanks for this useful workflow. Please include website icon if that is possible. It is easier to quickly pick out targeted website by website icon like how Safari shows icon and description of each tab compared to reading wordy description of each tab displayed by workflow. Thanks.
  3. sorry, thought copied & pasted error message. 352:360: syntax error: Expected end of line, etc. but found “end tell”. (-2741) Probably I made a simple stupid mistake. Not a coder, searched around forum and came up with code. More specifically, are the 2 lines below correct to find out name of URL? I tried them separately and doesn't seem to work. tell application "Safari" to return URL of front documentif clipboard starts with "www.someurlname.com" then
  4. Hi. Trying to make an applescript workflow that checks whether tab 1 has url (for example "www.someurlname.com") and enter bunch of text if that's the url. Getting error but can't figure out how to fix it. Thanks. tell application "Safari" to activate tell window 1 of application "Safari" to set current tab to tab 1 tell application "Safari" to return URL of front document if clipboard starts with "www.someurlname.com" then delay 0.01 tell application "System Events" keystroke "{query}" key code 36 end tell else return end if end tell
  5. Enter in snippet {date:MMddyy}
  6. Thanks for the workflow. - similar tbrown, workflow can access reminder but not calendar. Calendars in Privacy doesn't show Alfred app to enable access. No issue with Reminders - how to mark a reminder as done? - is there a way to change message displayed when nothing upcoming? Thanks
  7. Great! Also a mega supporter of TB, hopefully Tyler can hook up to Alfred.
  8. Thanks @Pearcen. I've modified it work with my setup. Pity workflow below doesn't work on Big Sur. It lists all layouts in Moom setup so can pick & choose which one to launch. 2nd portion works which is essentially @dfayscript but the 1st portion of getting list from Moom only works on Catalina.
  9. @Pearcen, thanks will give it a try. ^⌥⌘W is your shortcut for a specific Moom layout?
  10. Hi. Does this work on Big Sur? Can you please post a link to workflow? Thanks
  11. Didn't know this calendar workflow exited and thanks for fixing for Big Sur. Unfortunately Big Sur does render few workflows obsolete 🤨. Hopefully more workflows will get updated. Thanks again for fixing this one.
  12. Tried on other laptop running Catalina and workflow works. Recent Big Sur update must have screwed up this workflow
  13. This has suddenly stopped working recently. Not working despite deleting and import workflow.
  14. Hi. It's a shortcut and directory is in advanced. Attached is what I've also tried also didn't work; tried few more variations including open in Parallels and without "open in", etc. Parallels Clients is launched but not subsequent shortcut. Only works if I click on shortcut on desktop. Will stick to launching is via clicking icons - extra steps but at least that works.
  15. @NikG @deanishe, mine's setup like NikG's screenshot above but didn't work. Strange that when typed app shortcut on Alfred and it didn't show up. As if Alfred can't see the file. Don't worry, will stick to double clicking file on finder to launch. Strange issue.
  16. @NikG, that's what I did in my workflow above. I'm actually calling the shortcut when mentioned launch "app". I tried directly launching the app via shortcut (similar to your suggestion) which didn't work, and also tried to first launch parallels client before launching app shortcut which also didn't work. I've tried workflow with other non parallels client app and it work. Does your workflow work on your parallels client? Everything works if I just double click on parallels client shortcut on finder but somehow won't work via Alfred. Gave up and stick to double clicking app shortcut on desktop.
  17. Hi. Anyone managed to have a workflow to run a connection? Searched but couldn't find any. Basically only have 1 application within Parallels Client and looking for Alfred workflow to open and run this app. Tried to launch Apps (Parallels Client), delay (tried with and without, different seconds) then launch app but doesn't work.
  18. Hi. Been adding & creating new workflows and wondering whether there’s any impact on performance by adding more workflows? So many good workflows and I’m addicted to finding & adding 😅
  19. Ok. Just have to be careful when entering decimal numbers, habit of keying without leading "0". Only discovered this "issue" when result came out too big. It interprets ".10" as "10" 😲
  20. @dfay, thanks for this workflow. FYI workflow needs "0" in front of decimal for it to work - for example "RPN 100 .1 *" would end up with wrong result, it needs "RPN 100 0.1 *". Is it by design or potential bug?
  21. Thanks for clarifying. Am sure it’s source issue such as caching as you mentioned. BTC & ETH rates returned were incorrect on the date & time I posted above. The alternative crypto workflow I tried receives rates from coinable and has been accurate so far. Rest of your workflow for unit, time, etc work very well. Thanks for calculate anything.
  22. Hi. FYI crypto value looks outdated. 1BTC gives 45137 USD but checking online BTC-USD is 39,630. Could be source of workflow? Tried on another workflow - coinable rates - which gave a rate close to online rate.
  23. Thanks, that method works. Was doing it like Vitor's gif but that didn't work.
  24. Hi @Andrew. Discovered something new on this thread & wanted to play around with width adjustment, but have same issue as haran. On mega supporter powerpack license.
×
×
  • Create New...