Skip to content

Always use with input as argv #20

Closed
@vitorgalvao

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 "${@}"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions