chrisbro / alfred-bear

Alfred 3 workflow to create and search notes in Bear.
335 stars 20 forks source link

Workflow contains .pyc files #21

Open mafredri opened 5 years ago

mafredri commented 5 years ago

Hey, I usually inspect workflows before using, and noticed a few oddities:

  1. The latest alfred-bear.alfredworkflow contains .pyc files which is compiled byte code, there's no benefit to this as it increases the size
  2. There seems to be a notify workflow inside yours, I first noticed the Notify.tgz file, which contains Notify.app, and then there's a bunch of python code that seems unused?

Thought I'd make you aware, cheers.

mafredri commented 5 years ago

Actually, I see that 2. is because you are using the alfred-workflow library, and notifications are part of it. I wasn't aware of the library and the bundled application triggered my warning bells, sorry about that.