mirror of
https://github.com/Stone-Red-Code/ClipCMD.git
synced 2026-09-04 08:56:11 +02:00
5.5 KiB
5.5 KiB
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
- Download & install the latest release
- Microsoft Store: Store Page
- GitHub: Releases
- (Optional) Put a shortcut to the
ClipCMD.Desktop.exefile in the installation directory into theshell:startupdirectory. - Start the app and add a new command.
- Press the script button to edit the command script.
- Open an editor and type
<prefix><commandName><suffix>. - Copy the command to the clipboard.
- Whatever the script outputs should now be pasted into the editor.
Follow the development
Example
Prefix:
_
Suffix:_
Command name:
Command script:Write-Output [email protected]
Command script (alternative):"[email protected]"\
Input:
_email_
Output:[email protected]
Preview
Third party licences
- Avalonia - MIT
- Icons.Avalonia - MIT
- Semi.Avalonia - MIT
- SharpHook - MIT