• v2.0.0 be081c7f3c

    v2.0.0 — rebrand: peekseq is now weft
    All checks were successful
    CI / vet-and-test (push) Successful in 29s
    Stable

    fiatcode released this 2026-06-16 15:39:00 +07:00 | 17 commits to main since this release

    peekseq is now weft. A terminal knowledge base that reads a Logseq-format graph — recency-sorted picker, ripgrep search, backlinks (linked + unlinked references), one-key linkify, in-app markdown editor with [[-completion, and a TODO dashboard. The name reflects the identity it grew into: the woven cross-links, not the viewer-era "peek". The on-disk Logseq format is unchanged.

    Breaking changes

    • Install path (note the /v2 module suffix Go requires for major v2+):
      go install git.fiatcode.dev/fiatcode/weft/v2/cmd/weft@latest
      
    • Binary is now weft.
    • Environment variables (no backward-compatible fallback):
      PEEKSEQ_GRAPHWEFT_GRAPH, PEEKSEQ_DEBUGWEFT_DEBUG, PEEKSEQ_STYLEWEFT_STYLE
    • Debug log file is now weft.log.

    Not changed

    • The Logseq graph format weft reads/writes.
    • All features and keybindings from v1.4.0.
    Downloads