Closed
Description
Always prefer with input as argv
over with input as {query}
, there’s a reason it’s the default. So you’d do something like (already taking #19 into account):
/usr/bin/python3 recent_projects.py androidstudio "${1}"
I’d submit the fix as a PR, but there’s no info.plist in the repo.
I’d also recommend quoting your variables. I.e. in the Run Script: open -nb "${bundle_id}" --args "${@}"
Metadata
Assignees
Labels
No labels
Activity