Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support setting Alfred variables with alfy.output (#43) #44

Closed

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    979febc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Implement requested changes.

    - handle mod keys
    - implement tests for mod keys
    - check if items is an array instead of checking existence of
      items.forEach
    - change items.forEach to items.map
    - fix object formatting in readme
    - add example of referencing an environment variable in the workflow
      editor
    - run tests serially
    C. Thomas Bailey committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    1084938 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Implement @sindresorhus' requested changes.

    C. Thomas Bailey committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    76de28b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Fix formatting as requested by @SamVerschueren.

    C. Thomas Bailey committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    7f4ac51 View commit details
    Browse the repository at this point in the history
  2. Fix additional formatting.

    C. Thomas Bailey committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    fecf997 View commit details
    Browse the repository at this point in the history