Jump to content

Guy Stan

Member
  • Posts

    47
  • Joined

  • Last visited

Posts 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. 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.

  3. 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.

  4. 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
  5. On 03/01/2018 at 4:42 PM, vitor said:

     

    Just as a note, I think the commands need to be modified with a / after ${HOME} to work properly:

    
    mv "${HOME}/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet" "${HOME}/.Trash"
    
    /usr/bin/gem install --install-dir "${HOME}/Desktop/Dropbox/Alfred3_Sync_Folder/Alfred.alfredpreferences/workflows/user.workflow.1A72E7E5-AF98-4BB3-9C50-2E1BE8F769F2/_licensed/Redcarpet" --no-document redcarpet

     

     

  6. '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!

  7. 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.

  8. 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>'

×
×
  • Create New...