Skip to content

Only compiled .scpt scripts are supported #6

@mcandre

Description

@mcandre

The UI presents editable text fields that point to script file names. Users can enter .applescript files, .sh files, or other scripts. However, Proximity only runs compiled .scpt files: all others are silently ignored.

Please amend the UI to prevent such confusion.

  • Disable editing of the script file name text fields. This way, users cannot type invalid file names.
  • Label the file name fields with an explicit requirement that all scripts be .scpt files.

Finally, consider adding support for other script types, and adding the file extensions to the Finder script selector.

  • .applescript
  • .app
  • .sh
  • .zsh
  • .py
  • .pl
  • .rb
  • arbitrary script files

Metadata

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