Skip to content

BlastLauncher/alfred-workflows-spec

Repository files navigation

Alfred workflows spec

Note

Current status: WIP Check alfred.ts

Usage

1. Download all alfred workflows

downloaded

dependencies: curl, parallel, htmlq

./download_alfred_workflows.sh

2. Extract info.plist for inspection and analysis

dependencies: find, parallel

./extract_info_plist.sh

3. Extract all possible keys from info.plist

dependencies: bun

bun install
bun run analysis/01_extract_keys.js

This would update the all_keys.json file

4. Run the value checker repl to update the typing in alfred.ts

downloaded

bun run analysis/02_query_values.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published