Jump to content

Torrey

Member
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Torrey

  1. Say if you’re the author or submitting someone else’s workflow.

    I'm the author of this workflow

     

    Share a link to its thread on the Alfred Forum.

     

     

    Share a link to its main page (e.g. GitHub).

    https://github.com/TorreyBetts/Alfred-QRCode

     

    If it has dependencies, say what those are unless they are explicit in the About or README.

    N/A

     

    Provide screenshots, unless valid ones are in the About or README.

    image.thumb.png.15403ba7f760fae0188b2a37f62343f5.png

     

    image.thumb.png.58a070553ca436e03f17821e573d53fe.png

     

    image.thumb.png.11e7e10175b2953df49a4fccb4d46132.png

  2. 14 minutes ago, vitor said:

    Welcome to the forums, @Torrey.

     

    I’ve got to say, really well organised Workflow and code! It’s one of those that’s a pleasure to read. I’m considering deprecating my old old Workflow and point people to yours instead.


    A few suggestions:

     

    • Consider filling the “About this Workflow” section. Down the line, someone will appreciate that the usage information is there, and it makes the Workflow look a bit more put together.
    • Instead of requiring an argument, you could make it so if an argument isn’t given, it will use the clipboard contents.
    • With a Hotkey Trigger, you could also add a way to make a QR code from selected text.

     

    Looking forward to see what you make next!

     

    Thanks vitor! I followed your first suggestion and filled out the "About this Workflow" section and re-uploaded the release, thanks for that reminder. Your other suggestions are awesome, thanks for sharing those. In the near future, these updates will be made. I come from a development background and have been like a kid in a candy store with Alfred and experimenting with each feature.

  3. Summary

     

    All of the QR code generator workflows I've come across use a dependency, such as an external installation, embedded app, or web service. Given that MacOS can create QR codes natively, that's what I did with this workflow.

     

    Usage

     

    I've configured this to use two different keywords, qrc & qrp. The qrc keyword creates a QR code that copied to the clipboard. The other keyword, qrp does the same thing, except at the end it'll open the QR code in Preview to allow saving as an image/pdf.

     

    When using either qrc or qrp without a parameter this workflow will attempt to use text contained on the clipboard. This same flow is followed if you set a hotkey for the selection and nothing is selected.

     

    Download

     

    https://github.com/TorreyBetts/Alfred-QRCode/releases/download/v1.0.3/QR.Code.alfredworkflow

     

    GitHub

     

    https://github.com/TorreyBetts/Alfred-QRCode

×
×
  • Create New...