Skip to content

Spaces in user names will break the mac automator script #2

Description

using a name like John Zanchetta from the command line requires quotes, but using automator this breaks since $1 = John and $2 = Zanchetta

~/Library/Services/Send\ to.workflow/Contents/bin/sendto $1 $2

Not sure how to easily fix this, possibly remove the ability of users to enter usernames with spaces or simply add an underscore between them, such as John_Zanchetta

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions