Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only compiled .scpt scripts are supported #6

Open
mcandre opened this issue Dec 17, 2012 · 0 comments
Open

Only compiled .scpt scripts are supported #6

mcandre opened this issue Dec 17, 2012 · 0 comments

Comments

@mcandre
Copy link

mcandre commented Dec 17, 2012

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant