alfred-fkill icon indicating copy to clipboard operation
alfred-fkill copied to clipboard

Will not work in alfred on the latest version of MacOS and Alfred

Open reediculous456 opened this issue 4 years ago • 2 comments
trafficstars

#17

reediculous456 avatar Jul 01 '21 20:07 reediculous456

I'd like to see this update.

chrisspiegl avatar Dec 29 '21 08:12 chrisspiegl

I'm using latest for both -- Sonoma (13.0) and Alfred 5 and it worked out of box ([email protected]). Node is installed (v20.5.1) at /opt/homebrew/bin/node.

BTW, node should be found on $PATH by sourcing the zshenv file only: Configure $PATH in ~/.zshenv. Example:

# ~/.zshenv
typeset -gU path
path=("/opt/homebrew/bin/" $path)

The following command should succeed:

env -i zsh -c 'which node'

wookayin avatar Oct 05 '23 22:10 wookayin