Skip to main content

manage Alfred workflow via yaml templates

Project description

version license pypi_version python_versions circle-ci codeclimate

The Alfred Workflows management tool with a divide and rule manner.

Alfred Workflows contains README and scripts in single info.plist, and it’s hard to maintain by common development methods, edit script with your favorite editor or track script changes with VCS.

yamlfred translate info.plist and generates files, simplified configuration, called workflow.yml, scripts and README.

This enable us to edit each script files or track changes with VCS.

In addition, yamlfred has abilities to extract or create Alfred workflow, translate a workflow.yml into an info.plist and vice a versa.

Installation

To install yamlfred, use pip install:

$ pip install yamlfred

For the case of uninstall, use pip uninstall yamlfred:

$ pip uninstall yamlfred

Usage

  • Extract existing Alfred workflow:

    $ yamlfred extract {{workflow}}.alfredworkflow

    Creates following {{workflow}} directory:

    {{workflow}}
    |-- ...
    |-- info.plist
    |-- ...
  • convert info.plist (in current directory) into yaml template (workflow.yml) and scripts and README:

    $ yamlfred to_yaml
  • convert yaml template (workflow.yml) into info.plist:

    $ yamlfred to_plist
  • create Alfred workflow ({{workflow}}.alfredworkflow`) from workflow.yml, scripts and README:

    $ yamlfred create {{workflow}}

Examples

These Alfred workflows uses yamlfred:

On can upload github release page via CI services, such as Circle CI with hub command and GITHUB_TOKEN consult circle.yml in these repositories for detailed information.

License

CC0 dedeicated to CC0_publicdomain, no rights reserved.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yamlfred-0.3.1.tar.gz (9.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page