Liking cljdoc? Tell your friends :D

cleanx.wipe.aider

Wipe plan for Aider's per-repo history and caches.

Wipe plan for Aider's per-repo history and caches.
raw docstring

cleanx.wipe.backup

Snapshot wipe targets into a tar.zst archive before deletion.

Snapshot wipe targets into a tar.zst archive before deletion.
raw docstring

cleanx.wipe.claude

Wipe plan for Claude Code local accumulation.

Removes: conversation history, paste cache, telemetry, session env, shell snapshots, file-history, per-project tool-results. Preserves: credentials, settings, memory, plans, custom agents, hooks.

Wipe plan for Claude Code local accumulation.

Removes: conversation history, paste cache, telemetry, session env,
         shell snapshots, file-history, per-project tool-results.
Preserves: credentials, settings, memory, plans, custom agents, hooks.
raw docstring

cleanx.wipe.engine

Top-level wipe orchestration. Dispatches per-tool plan+apply, takes a tar.zst backup via cleanx.wipe.backup before applying.

Top-level wipe orchestration. Dispatches per-tool plan+apply, takes a
tar.zst backup via cleanx.wipe.backup before applying.
raw docstring

cleanx.wipe.model

Data model for wipe plans.

A WipeTarget is a single path the wiper wants to remove (file or dir). A PreserveTarget is a path that MUST NOT be touched — listed for auditability. A WipePlan is produced per tool and aggregates targets, preserves, total bytes.

Data model for wipe plans.

A WipeTarget is a single path the wiper wants to remove (file or dir).
A PreserveTarget is a path that MUST NOT be touched — listed for auditability.
A WipePlan is produced per tool and aggregates targets, preserves, total bytes.
raw docstring

cleanx.wipe.ollama

Wipe plan for Ollama prompt history. Preserves model blobs and keys.

Wipe plan for Ollama prompt history. Preserves model blobs and keys.
raw docstring

cleanx.wipe.shell

Shell history wiper. Special case: instead of deleting outright, scan each history file for secret-shaped lines using the cleanx regex engine and either (a) report redactable lines in the plan, or (b) on --apply, rewrite the file with offending lines removed.

Targets ~/.bash_history and ~/.zsh_history by default.

Shell history wiper. Special case: instead of deleting outright, scan each
history file for secret-shaped lines using the cleanx regex engine and either
(a) report redactable lines in the plan, or (b) on --apply, rewrite the file
with offending lines removed.

Targets ~/.bash_history and ~/.zsh_history by default.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close