alpha
Login
or
Join now
jeremy.herve.bzh
/
pdsls-alfred
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
AT Protocol utilities for Alfred: search users, resolve identities, view PLC logs and lexicons via pds.ls.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pdsls-alfred
/
test
/
at
trunk
1 folder
1 file
Jeremy Herve
Add PDSls Alfred workflow
20hrs ago
a245c2dc
fixtures
Add PDSls Alfred workflow Port the PDSls Raycast extension to an Alfred workflow with full parity, reusing the same @atcute/* libraries so identity/PLC/lexicon resolution matches the original. Four Script Filters: - pdsearch: Bluesky profile typeahead - pdresolve: DID<->handle resolution (DNS + HTTP, with match check) - pdplc: PLC operation-log diff timeline - pdlex: lexicon schema rendering Each result supports open-in-pdsls (Enter), copy DID/JSON (Cmd), copy secondary (Alt), and Quick Look rendered detail (Shift). TypeScript is bundled per-command with esbuild into self-contained CJS (no node_modules shipped); info.plist is generated from info.json via plutil at build time. Includes node:test unit tests for the PLC diff logic (real audit-log fixture), lexicon->markdown rendering, markdown->HTML escaping, and Alfred-JSON shaping.
20 hours ago
logic.test.ts
Add PDSls Alfred workflow Port the PDSls Raycast extension to an Alfred workflow with full parity, reusing the same @atcute/* libraries so identity/PLC/lexicon resolution matches the original. Four Script Filters: - pdsearch: Bluesky profile typeahead - pdresolve: DID<->handle resolution (DNS + HTTP, with match check) - pdplc: PLC operation-log diff timeline - pdlex: lexicon schema rendering Each result supports open-in-pdsls (Enter), copy DID/JSON (Cmd), copy secondary (Alt), and Quick Look rendered detail (Shift). TypeScript is bundled per-command with esbuild into self-contained CJS (no node_modules shipped); info.plist is generated from info.json via plutil at build time. Includes node:test unit tests for the PLC diff logic (real audit-log fixture), lexicon->markdown rendering, markdown->HTML escaping, and Alfred-JSON shaping.
20 hours ago