Skip to content

Add screenshot-janitor plugin#297

Open
Mehmet Emin Coban (MECoban) wants to merge 1 commit into
ComposioHQ:masterfrom
MECoban:add-screenshot-janitor
Open

Add screenshot-janitor plugin#297
Mehmet Emin Coban (MECoban) wants to merge 1 commit into
ComposioHQ:masterfrom
MECoban:add-screenshot-janitor

Conversation

@MECoban

Copy link
Copy Markdown

screenshot-janitor

Per-session screenshot cleanup for Claude Code. Screenshots pile up on your Desktop during a session; before you leave, the plugin asks once whether to move this session's shots to the Trash.

  • Safe: moves to the system Trash (recoverable), never rm.
  • Scoped: a SessionStart hook timestamps the session; only screenshots created after that are offered.
  • Cross-platform: macOS + Linux (auto-detects Desktop / ~/Pictures/Screenshots, uses trash/Finder/gio/trash-cli).
  • Zero dependencies: pure bash, no jq/python, no network calls.

Added under Developer Productivity with a marketplace.json entry (category: productivity).

Repo: https://github.com/MECoban/screenshot-janitor — passes claude plugin validate.

Per-session screenshot cleanup for Claude Code. A SessionStart hook
timestamps the session, a Stop hook reminds once if new screenshots
appeared, and a skill moves them to the Trash only after the user
approves. macOS + Linux, recoverable deletion, zero dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant