alfred-the-archive icon indicating copy to clipboard operation
alfred-the-archive copied to clipboard

Actions menu not working in Alfred 5

Open brianbillman opened this issue 3 years ago • 1 comments

Hi, currently using Alfred 5.0.2, and after searching for a note using ar <search term>, if I hold command and hit enter to try to view the Actions menu, nothing happens. Below is what the debug log shows. Is this an issue with Alfred 5? I can try poking around but something might pop out to you?

# this is the initial search

[09:45:38.274] The Archive[Script Filter] Queuing argument 'my test note'
[09:45:38.610] The Archive[Script Filter] Script with argv 'my test note' finished
[09:45:38.613] The Archive[Script Filter] {
    "items": [
        {
            "arg": "/Users/brian/archive/My Test Note.md",
            "subtitle": "Created: 2022-09-22, Modified: 2022-09-22 (\u2318 Actions, \u2325 Paste Wiki Link, \u21e7 Quicklook)",
            "title": "My Test Note",
            "type": "file",
            "mods": {
                "cmd": {
                    "arg": "/Users/brian/archive/My Test Note.md|>my test note",
                    "subtitle": "Enter Actions Menu for the Note...",
                    "valid": true,
                    "icon": {
                        "type": "image",
                        "path": "icons/action.png"
                    }
                },
                "alt": {
                    "arg": "My Test Note",
                    "subtitle": "Paste wiki link into frontmost app",
                    "valid": true,
                    "icon": {
                        "type": "image",
                        "path": "icons/paste.png"
                    }
                }
            }
        }
    ]
}

# this is where Command+Enter occurs:

[09:45:40.171] The Archive[Script Filter] Processing complete
[09:45:40.171] The Archive[Script Filter] Passing output '/Users/brian/archive/My Test Note.md|>my test note' to Split Arg
[09:45:40.172] The Archive[Split Arg] Processing complete
[09:45:40.172] The Archive[Split Arg] Passing output '(
    "/Users/brian/archive/My Test Note.md",
    "my test note"
)' to Arg and Vars
[09:45:40.172] The Archive[Arg and Vars] Processing complete
[09:45:40.172] The Archive[Arg and Vars] Passing output '' to Script Filter
[09:45:40.173] The Archive[Script Filter] Queuing argument '(null)'

brianbillman avatar Sep 22 '22 13:09 brianbillman

I am unable to reproduce this on Alfred v5.0.3 [2074]

Perhaps another workflow you have installed is conflicting with it?

https://user-images.githubusercontent.com/134939/191903493-5b69998d-879a-4da3-a667-cddc1fad2087.mp4

pryley avatar Sep 23 '22 06:09 pryley