2022-05-04 21:52:47 +02:00
2022-05-03 20:48:06 +02:00
2022-05-03 20:48:06 +02:00
2022-05-03 20:48:06 +02:00
2022-05-03 20:48:06 +02:00
2022-05-03 20:48:06 +02:00
2022-05-04 21:52:47 +02:00

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
  2. Start ClipCMD.exe
  3. (Optional) Set the prefix and suffix for your commands
  4. Specify some commands in the built in text field
    • Format: [macroName]>[macroText]
    • Each line is a new macro
  5. There are some built in macros like time and date which will output the current local time and date
  6. Write [suffix][macroName][preffix] somewhere, and then select it and press CTRL+C

Preview

Screenshot 2022-05-03 221232
S
Description
A simple utility program to simplify your workflow by executing scripts through the clipboard.
Readme MIT
120 MiB
2024-12-03 21:58:13 +01:00
Languages
C# 92.1%
Inno Setup 7.9%