mirror of
https://github.com/Stone-Red-Code/ClipCMD.git
synced 2026-09-04 00:46:10 +02:00
ffb13fa0e87f30d3973e537f2b4a78b7650c8da2
ClipCMD
A simple utility program to simplify your workflow
What is it?
ClipCMD is a windows app that allows you to create macros and run them by copying them to the clipboard. You write a macro anywhere, copy it to your clipboard and it will be automatically replaced by the specified macro text.
Example
Prefix:
_
Suffix:_
Macro name:
Macro text:[email protected]
Input:
_email_
Output:[email protected]
Usage
- Download one of the releases
- Start
ClipCMD.exe - (Optional) Set the prefix and suffix for your commands
- Specify some commands in the built in text field
- Format:
[macroName]>[macroText] - Each line is a new macro
- Format:
- There are some built in macros like
timeanddatewhich will output the current local time and date - Write
[suffix][macroName][preffix]somewhere, and then select it and pressCTRL+C
Preview