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, 6:34 PM -0500) c69c708a 0b38a058

Waiting for spindle ...
+5 -3
+5 -3
.tangled/workflows/publish.yml
··· 15 15 environment: 16 16 SITE_PATH: zig-out/docs 17 17 SITE_NAME: notmuch.zig 18 + TERM: dumb 19 + NO_COLOR: "true" 18 20 19 21 steps: 20 22 - name: Build site ··· 22 24 23 25 - name: Install Wisp CLI 24 26 command: | 25 - curl -o /tmp/wisp-cli https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux 26 - chmod a+x /tmp/wisp-cli 27 + curl -o ./wisp-cli https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux 28 + chmod a+x ./wisp-cli 27 29 28 30 - name: deploy to wisp 29 31 command: | 30 - /tmp/wisp-cli \ 32 + ./wisp-cli \ 31 33 "$WISP_HANDLE" \ 32 34 --path "$SITE_PATH" \ 33 35 --name "$SITE_NAME" \