Skip to content
Zed

PhotoS for Zed

io.github.dongwu259/photo-s

Batch photo processing: compress, convert, EXIF, rename, dedup, cull, galleries

client:Zed transport:stdio runtime:pypi

Install PhotoS in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "photo-s": {
      "command": "uvx",
      "args": [
        "photo-s-tools"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PhotoS in other clients