Jump to content

Memos Alfred Workflow


pbd

Recommended Posts

Posted (edited)

Hi! I've created a simple workflow that allows to create posts on Memos (https://www.usememos.com/).

 

Note: this requires a running instance of Memos app

 

ℹ️ Repo with more info here: https://github.com/pbdco/memos-alfredworkflow

 

⤵️ Direct download here: https://github.com/pbdco/memos-alfredworkflow/releases/latest/download/Memos.alfredworkflow

 

Example:

memo Hi! From Alfred -t HelloWorld,Testing

image.thumb.png.e8487234a23ef6fee98bec4dca7e2ead.png

 

image.thumb.png.1269ea5441227b6e8e013c607b528a71.png

Edited by pbd
Posted

Thank you for sharing. Some suggestions to improve the workflow and make it more idiomatic:

  • It’s missing the version, bundle identifier, and About.
  • It’s quite atypical to use command-line flags such as -t in Alfred’s window. It’s more idiomatic to e.g. parse the words with preceding #. Or using an Alternative Action.
  • You don’t need three objects for different keywords, you can use multiple keywords in a single object. But even so that should be avoided since you’re overloading a common letter for users. The idiomatic way to do it is to a single user-configurable keyword with at least three characters (e.g. memo). Users can then configure more or shorter keywords if they want (including you, in your local set up).
  • Have you considered using a Text View instead/in addition to the other methods?

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...