mirror of
https://github.com/Stone-Red-Code/ClipCMD.git
synced 2026-09-04 00:46:10 +02:00
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# 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: `email`\
|
|
> Macro text: `[email protected]`
|
|
|
|
> Input: `_email_`\
|
|
> Output: `[email protected]`
|
|
|
|
## Usage
|
|
|
|
1. Download one of the [releases](https://github.com/Stone-Red-Code/ClipCMD/releases)
|
|
1. Start `ClipCMD.exe`
|
|
1. (Optional) Set the prefix and suffix for your commands
|
|
1. Specify some commands in the built in text field
|
|
- Format: `[macroName]>[macroText]`
|
|
- Each line is a new macro
|
|
1. There are some built in macros like `time` and `date` which will output the current local time and date
|
|
1. Write `[suffix][macroName][preffix]` somewhere, and then select it and press ``CTRL+C``
|
|
|
|
## Preview
|
|
<img width="589" alt="Screenshot 2022-05-03 221232" src="https://user-images.githubusercontent.com/56473591/166560142-9e89c57f-1af0-4340-9317-dacf0064d6c8.png">
|