Jump to content

Chris Messina

Member
  • Posts

    451
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by Chris Messina

  1. On 10/23/2023 at 9:34 AM, json12 said:

    This has stopped working for me. Is anyone else having this issue? I can see list of options to but when I select in Alfred, nothing happens.

     

    Which version of macOS are you on? 

     

    On Sonoma, when I attempted to use the workflow, I was shown this permission dialog and accepted the request, and it worked fine.

     

    Perhaps there's a permission issue?

     

    image.thumb.png.48743f7017b600322d4e84c6e7c25f72.png

     

  2. Ah ok — will try that out. I didn't realize those options existed! 

     

    Two suggestions:

     

    1. Add a keyboard modifier for ⌘ when an "Eject" command is chosen to edit the preferences (to make these options more discoverable — similar to holding ⌘ when viewing a snippet).

    2. Perhaps unnecessary, but I'm not sure you need to mention DVDs? When was the last time Apple shipped a computer with a DVD drive? Similarly, are "USB flash drives" different than "external USB drives"? Just seems like this copy could be modernized/updated/clarified.  

     

    image.png.0713adbc0c50cc6ef315aa2279a13a8c.png

     

  3. I know that the latest version of Alfred has a new ejection framework, but it's not working for me. 

     

    I'm on Alfred 5.1 Build 2134.

     

    Here's what Alfred sees:

    image.thumb.png.34121d44a85adebaa5ca7b6cd80b2d8c.png

    Here's what's in Finder — BunnyCrunch is an external Samsung SSD. In fact, none of my SSDs, which are connected by USB-C, seem to be detected by Alfred.

     

    2023-04-26(18_26.28)Finder@2x.png.d54c23d880688dfa3da24f944f756835.png

  4. The Alfred Gallery is such a significant update to the Alfred Ecosystem — but it seems like the benefit of maintaining and keeping Workflows up to date still isn't sufficiently supported in the Workflows area. At a minimum, it seems like the number of available updates should be made more visible in the default options:

     

    image.thumb.png.c79395835a27819cb2e67da5a686d196.png

    Additionally, when there is >1 update and a group of Workflows are selected, it would be nice if it were possible to batch update them from their context menu:

     

    2023-04-05(17_13.54)AlfredPreferences@2x.png.58395e350efe07b21adfdb5cde44d622.png

     

    No doubt there might be other ways to improve Workflow updates, but these two stood out to me.

  5. On 10/18/2022 at 4:31 PM, vitor said:

    The Arc browser does not implement the necessary AppleScript support. That is something which needs to be addressed from their side. It should be possible, seeing as they’re a Chromium-based browser. Once (if) they make it available (and assuming they don’t change the dictionary) it will work automatically.

     

    There is richer AppleScript support as of Arc v0.85 — so now additional Alfred⬌ Arc integration can be explored! 

    2119098886_2023-01-12(18_29.51)ScriptEditor@2x.thumb.png.e8712ec87ef891830b3d8f60650a7288.png

  6. Ok, good to hear. Would be absolutely stoked if Alfred supported a more capable theming system — and that the new Alfred Gallery for Themes could be the place for such themes to be distributed. But I understand that may be a low priority for you.

     

    I like the themes I've created, but there are so many launchers now that have really pushed the UI design boundaries that it'd be great for Alfred to provide more support for our community's visual design creativity!

  7. Not sure if this feedback is for @Mr Pennyworth specifically, but he's mixed HTML and Markdown in his Cleanshot Workflow readme, which appears incorrectly in Alfred. Given that self-hosted Workflows will appear in the Gallery, I wonder if there should be either greater guidelines/requirements for the legibility of readme files or some other way to improve the appearance of this kind of documentation, like more Markdown support in Alfred's processor?

     

    image.thumb.png.3aea34045f3507d39c75f3a45745a562.png

    Here's how it looks on Github:

     

    2063552739_2022-12-14(11_30_30)Arc@2x.thumb.png.05f725ab686a18734ac890686c1228ea.png

  8. I've created a Workflow to extract the contents of .lzfse files, however I need help:

    1. getting the original file extension of the compressed file
    2. appending it to the extracted file
    3. bonus: prettify and sort the contents of any .json files

     

    Here's my script (/bin/zsh) so far:

     

    # filepaths from ARGV
    for file in $@; do
    	# Extract the filename without the extension
    	filename=${file%.lzfse}
    
    	# Extract the contents of the lzfse file
    	lzfse -decode -i "$file" -o "$filename"
    done


    For the JSON transformation, I typically open the file in Atom (RIP) and run the "JSONify JavaScript Object Literal and Sort and Prettify" command in the Pretty JSON package, and then open the results in TextBuddy to Sort Ascending (Ignoring Case).

     

    I'd love to be able to use a Universal Action to do all of this! 
     

  9. 14 minutes ago, ystian said:

    is there a way to let alfred change from the light version to the dark theme on its own?

     

    Yes — but you'll need to toggle your system setting to Light or Dark mode and then update Alfred's theme to whichever theme you want for that mode. Not super intuitive — but it works!

  10. I often use the Eject All command to eject my external SSDs. However, after updating to macOS Ventura 13.0.1 (22A400) and running Alfred 5.0.5 (Build 2096), when I use the command, I get errors for many more disks, many of which probably shouldn't be ejected, including my startup disk! 

     

    Did something change?

     

    image.thumb.png.5d0c55fd08c6638228b55923d05c7a23.png

     

     

     

×
×
  • Create New...