Overview
What ClipReplace is
ClipReplace is a macOS clipboard replacement tool for text you already copied. It does not manage and expand a library of stock snippets. Instead, it focuses on the last small edit you make before pasting commands, code samples, templates, or AI output into another app.
If you place replacement keywords inside procedures or examples, you can copy the text as-is and swap server names, usernames, paths, tokens, and similar values for your own environment after copying.
You do not need to rewrite the source document or save multiple variants. Keep the original document intact and replace only the parts that should change right before you use it.
Primary use cases
CLI / infrastructure procedures
Absorb environment differencesWrite environment-specific parameters as keywords such as {{AWS_PROFILE}},
{{CLUSTER_NAME}}, or {{HOST}}. After copying the procedure, replace those
values with the ones that match your environment instead of editing the document itself.
Notes, knowledge bases, and chat threads
Reuse shared material quicklyCode samples and internal notes can stay generic while each person replaces only the values that differ in their own environment.
AI responses
Turn generated output into ready-to-run textWhen you ask AI to use placeholders for environment-specific parameters, the copied answer can be adapted with ClipReplace in one step before you paste it.
Commands that require fresh values
Final adjustment before pasteValues that change every run, such as one-time tokens, can be collected during the replacement flow instead of being stored permanently.
What this documentation covers
Guides
Quickstart
Learn the basic ClipReplace workflow in tutorial form.
Guides
Profiles
Understand how profiles are organized and managed.
Guides
Rules
Learn how rules work and how they are prioritized.
Guides
Settings
Review the settings screen and the operational options it exposes.
Reference
Secrets
See how secret values are authenticated and handled after replacement.
Reference
Clipboard
Review supported formats, limits, and clipboard-specific behavior.
Legal
Terms
Terms of use for the ClipReplace application.
Legal
Privacy
Privacy policy for the ClipReplace application.