Skip to content
#

alfred-workflow

Here are 690 public repositories matching this topic...

elsatch
elsatch commented Aug 12, 2019

As I was following the tutorials, I discovered that they Keywords screen has changed. Now there are two options for input: "with input as argv", "with input as {query}". The option "with input as argv" is selected by default.

Tutorial is written using "with input as {query}", so initially it doesn't match on the screen. There is no option to choose the Escaping options in the "with input as arg

mattmc3
mattmc3 commented Sep 5, 2018

When calling wf.NewItem(title), the Item struct omits the Valid property in the Alfred JSON feedback with a value of false, which is really unfortunate because:

  1. In the example above, we did not specify a validity setting - if we had wanted one, a call to wf.NewItem(title).Valid(false) would be the way to accomplish this
  2. When you don't specify valid: false in Alfred's item JSON,
idpaterson
idpaterson commented Jan 20, 2016

I would like to update the README to feature some real-world use cases where the workflow makes it a lot easier to add tasks than the Wunderlist app itself. Is there a specific type of task you add frequently that is simplified by the workflow? Please share!

For example, if you use a web site that features a countdown timer displayed like "3 days 05 hr 14 min 33 sec" and want to add a reminder ju

Improve this page

Add a description, image, and links to the alfred-workflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the alfred-workflow topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.