Zig bindings for the notmuch C library
0

Configure Feed

Select the types of activity you want to include in your feed.

test

Jeffrey C. Ollie (May 19, 2026, 7:23 PM -0500) fcb3819f 9669a14a

Waiting for spindle ...
+5 -3
+5 -3
.tangled/workflows/publish.yml
··· 25 25 26 26 - name: deploy to wisp 27 27 command: | 28 - curl -s -o ./wisp-cli https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux 29 - chmod a+x ./wisp-cli 30 - ./wisp-cli \ 28 + curl -s -o ./wispcli https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux 29 + chmod a+x ./wispcli 30 + ls -l ./wispcli 31 + ldd ./wispcli 32 + ./wispcli \ 31 33 "$WISP_HANDLE" \ 32 34 --path "$SITE_PATH" \ 33 35 --name "$SITE_NAME" \