2024-12-01 18:11:44 +01:00
2024-12-01 18:11:44 +01: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
2024-12-03 21:57:39 +01:00

ClipCMD

A simple utility program to simplify your workflow by executing scripts through the clipboard.

What is it?

ClipCMD is an app that allows you to create commands and run them by copying them to the clipboard.
You can write a command anywhere, copy it to your clipboard, and it will be automatically replaced by the output of the specified command script.
ClipCMD uses PowerShell as the scripting language.

Usage

  1. Download & install the latest release
  2. (Optional) Put a shortcut to the ClipCMD.Desktop.exe file in the installation directory into the shell:startup directory.
  3. Start the app and add a new command.
  4. Press the script button to edit the command script.
  5. Open an editor and type <prefix><commandName><suffix>.
  6. Copy the command to the clipboard.
  7. Whatever the script outputs should now be pasted into the editor.

Follow the development

Twitter(X)

Example

Prefix: #
Suffix: +
Command name: email
Command script: Write-Output [email protected]
Command script (alternative): "[email protected]"

Input: #email+
Output: [email protected]

Preview

https://github.com/user-attachments/assets/a0665d6d-e6ce-4d78-88d0-e9c35214219d

ClipCMD-Preview_1 ClipCMD-Preview_2

Third party licences

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%