Jump to content

Guy Stan

Member
  • Posts

    47
  • Joined

  • Last visited

Everything posted by Guy Stan

  1. I have activated clipboard merging to be able to copy and merge to the last entry in the clipboard using CMD+C+C. Since the last update to Alfred 4.0.5, it seems that cutting (CMD+X) automatically merges/appends the cut text to the clipboard's last entry, without the possibility of not merging. This is not the desired behaviour, at least for me. I would be happy with an option for cutting similar to the one for copying though (e.g. CMD+X for cutting without merging and CMD+X+X for cutting and merging, in a similar fashion to CMD+C for copying and CMD+C+C for copying and merging to the clipboard).
  2. Excellent! Thank you so much for your prompt response and quick fix. I can't find the new alfred workflow (maybe the server didn't update yet) though ;-(
  3. Not sure as I cannot get the airplay server on the network (online) for the moment.
  4. I have launched the debugger but nothing appears when I do this in the log. You are right that all airplay servers were turned off, this might be why.
  5. I have just tried the new script but when typing "aps" in Alfred, nothing happens. No option appears, no list of airplay receivers. Anything needs to be added in the config?
  6. Thank you so much for this workflow. I have been using it for years and it is one of my most used workflows, especially for the ability to switch between any open window with 'w'. While the 'ww' command to search and open specific tabs in Safari still works for me, the switch to an open application window with 'w' seems now broken. Here is my configuration: Mac OSX Mojave: 10.14.2 Latest version of Swift Window Switcher: 0.3.0 I am not sure what makes it not work anymore. There is no specific message popping up in the Alfred debug console. It was working perfectly previously.
  7. Did anyone fix this? It seems that there is a version with a fix for the Google Location API that has been created but no link to download it was provided on Github or here.
  8. It seems that the examples that you have given above only work if you write without capitals: dcalc today + 3w x tuesdays wednesdays fridays
  9. Hi Stuart, I have just updated to OSX 10.14 Mojave, and I now notice that CoreLocationCLI doesn't work anymore (it times out after about 5 seconds.I have reinstalled CoreLocationCLI from scratch too to make sure). This is not an issue with your Alfred Workflow but maybe something to consider and look into. Do you know if this works for you on Mojave? I have logged an issue with CoreLocationCLI. Here is the link on GitHub: https://github.com/fulldecent/corelocationcli/issues/20 Maybe you could also follow up on my issue to help see if a resolution can be found.
  10. Thank you very much for creating such a great workflow. I have found a few things that do not work and how to fix them. The contents of /usr/bin/osascript currently refer to Alfred 2, not Alfred 3: to get the workflow to work with Alfred 3, all instances of: tell application "Alfred 2", need to be replaced with: tell application "Alfred 3" The first /usr/bin/osascript (the one linked to dcalc) has all escapings active. Removing all escapings should allow the workflow to work properly without throwing an error when the output is anything else than just a date. For example if the output of the workflow is "DATE at TIME" or anything else resulting for a calculation that is more than just a date (m MONTHS, w WEEKS, d DAYS, h HOURS) an error will be thrown currently. dcalcset date and time: currently the call to this command doesn't work. The reason is that on line 26 of the file date_time_format_list.py the call to date_time = datetime.datetime.now() should be replaced with date_time = datetime.now() I recommend activating "Automatically paste to frontmost app" in the "Copy to Clipboard" module that is connected to dcalc
  11. The only thing I found is the list of Google GeoLocation codes: https://fusiontables.google.com/DataSource?docid=1PMUKjN14MzsHiDlk5QfpkcpFJCEyEQOU4f6AQFwi#rows:id=1 The gl code seems to be gb (Great Britain) From this I assume the call would look something like: https://www.youtube.com/results?gl=gb&search_query=
  12. Hi Dean, I have tried but couldn't find where the location values are. Do you know where these can be found? I have searched the youtube API and couldn't find them there.
  13. Fantastic work Dean! For youtube configuration, it looks like youtube doesn't have a localisation for UK. I have looked in the whole list and there is no United Kingdom, Great Britain, England or anything of this form. Might be worth to add it?
  14. Fantastic! You are amazing. Thank you so much for the responsiveness. I have starred and added a comment too. This option would be really logical to add and useful.
  15. By the way, would there be scope to include a modifier ‘fly’, which currently doesn’t seem to be in place? Maybe it is different for that one? It is just that google has a symbol for fly options in directions, so I was just wondering about this possibility.
  16. 'dirfh pt work': so if the modifier is put first after the command dirfh (or any command) then everything works. I just tried to type 'dirfw pt' with nothing after and that didn't work (obviously now that I think about it). If I type 'dirfw pt home' then this works. Maybe it would be good to modify the example to 'dirfw pt home' (instead of 'dirfw pt') and insist that the modifier must be given directly after the command to help others not stumble upon the same thing? Thank you for building such an awesome workflow and being so responsive!
  17. Super useful workflow. This feature though is not working for me: All commands now support the following modifiers: walk, bike, drive, pt (public transport). The modifier can be invoked by 'dirX ' e.g. 'dirfw pt ' will give you public transport directions. This also works with 'dir' and multiple waypoints. I have tried it in with 'dirfw pt'. 'dir to to drive', etc. but it seems the modifiers are not recognised.
  18. A big thank you for your fast and very useful responses!
  19. Hi Vitor, I have been trying to use MarkdownTransform recently as I really like the concept of it. (I am using Pandoc extensively). I understand that RedCarpet needs some specific Ruby installation but, reading through this set of posts, it seems that the latest versions of MarkdownTransform would also work with the default Ruby installation ("should now work with system ruby") on High Sierra (let me know if I am wrong). However, for me, this doesn't seem to work. I understand that I can install the latest version of ruby using homebrew, but would prefer, if at all possible, to not have to install another version of ruby alongside of the High Sierra installed one. Here is what I get when I try to use MarkdownTransform to produce some RTF from a markdown text copied in the clipboard: Starting debug for 'MarkdownTransform' [2018-01-03 08:42:18][ERROR: action.script] /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': dlopen(/Users/username/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle, 0x0009): required dylib '/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib' not found, needed by '/Users/username/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle'. Did try: file not found '/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/libruby.2.0.0.dylib', file not found '/usr/lib/libruby.2.0.0.dylib', file not found '/usr/local/lib/libruby.2.0.0.dylib' - /Users/username/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.bundle (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Users/username/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet/gems/redcarpet-3.4.0/lib/redcarpet.rb:1:in `<top (required)>' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from ./rtf:4:in `<main>'
  20. Thank Jeff! Yep, I am now using your workflow. Works very well. Thank you!
×
×
  • Create New...