Marks Posted February 4, 2016 Share Posted February 4, 2016 I've checked the documentation ... https://github.com/deanishe/alfred-workflow/blob/master/docs/user-manual/persistent-data.rst#id73 ...but the 2 example lines are blank. Does anyone have an example of how this works, I need to delete 1 data item and keep the rest. I'm using the python workflow class. Thanks Mark Link to comment
vitor Posted February 4, 2016 Share Posted February 4, 2016 You should ask the question on Github, on the appropriate repo, not here, to increase your chances of actually getting support. Having said that, deanishe is a regular here, so you might be in luck and he might see this shortly. Link to comment
Marks Posted February 4, 2016 Author Share Posted February 4, 2016 cheers Vitor, I think I've found the answer in other documentation ... wf.clear_cache(lambda f: f.endswith('.zip')) Link to comment
deanishe Posted February 5, 2016 Share Posted February 5, 2016 You didn't find other documentation: that is the documentation. GitHub is where the source code lives, and you were reading the documentation source. I'm actually surprised it's as readable as it is. For the docs, please always look here. Please ask any questions related to the Alfred-Workflow Python library in this thread. Link to comment
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