uTools plugin for quickly searching and opening your recent Zed editor projects.
zed, zed history, or zed文件.Zed > Install Command Line Tools (optional, for direct opening)sql.js library files are present in the sql/ directoryzedhistory/ ├── src/history.js # Core database query logic ├── sql/ # sql.js library (sql-wasm.js + .wasm files) ├── icon/zed.png # Plugin icon ├── preload.js # uTools preload script ├── plugin.json # Plugin configuration └── README.md # This file
workspaces table for recent projectssrc/history.js - Zed database discovery and queryingplugin.json - Plugin metadata and feature definitionspreload.js - uTools integration and event handlerssql.js to read Zed's SQLite database safely (via temporary copy)%LOCALAPPDATA%\Zed\db\0-stable\db.sqlite~/Library/Application Support/Zed/db/0-stable/db.sqlite~/.local/share/zed/db/0-stable/db.sqlite (not currently configured in plugin.json)