ifvsvg Posted December 17, 2017 Posted December 17, 2017 I suggest alfred support workflow auto download and auto update details as follows, * a config file, whose each item corresponding a workflow * each item contains: download addr(github addr)、current version get addr(github addr)、etc. * auto download, add a new item to the config file, then alfred auto download new workflow and install * auto update, alfred workflow check for update everyday and auto update background by this way, user could use workflow more conveniently.
vitor Posted December 17, 2017 Posted December 17, 2017 Alfred Workflows do support auto-updating, but it’s up to the Workflow developers to implement it. It’s currently not hard at all to do. @deanishe’s Alfred-Workflow is a popular library for writing workflows in Python that supports auto-updating among many other features. My own OneUpdater is a simple node to add auto-updating to any Workflow, regardless of language. If you want to add auto-updating to one of your Workflows, you’ll be well served with either of those (both are well maintained). If you want third-party Workflows to implement auto-updating, you’ll need to ask their developers. deanishe 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now