Jump to content

Distributing Workflows - Programming Language


Recommended Posts

Hi, I'm new to developing workflows for Alfred and have one question which hasn't been obvious from the documentation. 

 

My workflow is written in NodeJS. If I have to distribute this workflow to anyone who is not a programmer they are unlikely to have NodeJS installed on their system. So, what can I do in this situation? How have other people solved this issue?

 

Is there any other language (apart from Bash) that I can use so that non-programmers can easily use my workflow? 

Link to comment
1 hour ago, Rushi said:

How have other people solved this issue?

 

They haven’t. They just say “you need to have node installed”. Node is a bad choice partly that reason: it doesn’t come bundled with the system.

 

1 hour ago, Rushi said:

Is there any other language (apart from Bash) that I can use so that non-programmers can easily use my workflow?

 

Yes. Look into the Run Scripts Language field:

  • bash
  • zsh
  • php
  • ruby
  • python
  • perl
  • osascript (AppleScript)
  • osascript (JavaScript)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...