Jump to content

Building (or Compiling) Workflows from code (found on Github)


Recommended Posts

Is there functionality I'm not seeing in Alfred to build or compile Workflows?

 

For example, I found this repo: https://github.com/surrealroad/alfred-notes

 

There isn't a .alfredworkflow but even if there was; what would I do build the the workflow from that code?

Link to comment
4 hours ago, petty said:

There isn't a .alfredworkflow

 

Sure there is. You're only supposed to keep source code in git repos. On GitHub (and similar sites), the compiled/built program belongs under Releases.

 

All the same, there should be a download link in the README. Not everyone knows how git/GitHub works.

 

4 hours ago, petty said:

Is there functionality I'm not seeing in Alfred to build or compile Workflows?

 

Apart from the Export… function, which zips up a workflow into an .alfredworkflow file, no there isn't. It wouldn't make any sense because Alfred is language agnostic. A workflow can be any UNIX-like program written in just about any language.

 

Also, most workflows don't need compiling. With the one you posted, for example, you can also simply download the repo to a subdirectory of Alfred's workflow folder to install it.

Edited by deanishe
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...