Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 5.67 KB

File metadata and controls

48 lines (34 loc) · 5.67 KB

ClipCMD

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 myCoolEmail@mail.com
Command script (alternative): "myCoolEmail@mail.com"

Input: #email+
Output: myCoolEmail@mail.com

Preview

ClipCMD.example.mp4

ClipCMD-Preview_1 ClipCMD-Preview_2

Third party licences