Skip to content

Some Alfred Workflows built using Typescript/JXA/Javascript/ObjC Bridge

Notifications You must be signed in to change notification settings

robbieg8s/alfred-workflows

Repository files navigation

This repository contains workflows for the Alfred launcher for Mac, plus opinionated tooling for developing workflows.

The workflows included are

  • Atlassian: Search recent activity on Atlassian Cloud Confluence and Jira.
  • Safari History: Search safari history by substrings of page titles.

The workflows and all tooling are written in typescript. The workflows execute using the macOS osascript javascript interpreter, the tooling executes using node. The associated toolchain is

Both workflows and tooling strive for minimal external dependencies, using built in executables for support rather than libraries. The tooling is intended to be runnable in a suitably configured docker container also, but this is future work.

The tooling workflow has eight tools:

  • bootstrap-workflow to bring a new Alfred workflow under source control
  • bundle-workflow to transpile for osascript
  • export-workflow to build distributable workflows
  • import-workflow to copy changes from Alfred UI to git workspace
  • link-workflow to connect a git workspace to an installed workflow
  • lint-workflow to check consistency between Alfred metadata and package.json
  • update-workflow to copy built workflow from git workspace to live install
  • upversion-workflow to bump the patch version in the Alfred metadata

About

Some Alfred Workflows built using Typescript/JXA/Javascript/ObjC Bridge

Resources

Stars

Watchers

Forks

Packages

No packages published