-
v2.0.0 — rebrand: peekseq is now weft
StableAll checks were successfulCI / vet-and-test (push) Successful in 29sreleased this
2026-06-16 15:39:00 +07:00 | 17 commits to main since this releasepeekseq 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
/v2module 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_GRAPH→WEFT_GRAPH,PEEKSEQ_DEBUG→WEFT_DEBUG,PEEKSEQ_STYLE→WEFT_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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Install path (note the