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.
- Download & install the latest release
- Microsoft Store: Store Page
- GitHub: Releases
- (Optional) Put a shortcut to the
ClipCMD.Desktop.exe
file in the installation directory into theshell:startup
directory. - 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.
Prefix:
#
Suffix:+
Command name:
Command script:Write-Output myCoolEmail@mail.com
Command script (alternative):"myCoolEmail@mail.com"
Input:
#email+
Output:myCoolEmail@mail.com
ClipCMD.example.mp4
- Avalonia - MIT
- Icons.Avalonia - MIT
- Semi.Avalonia - MIT
- SharpHook - MIT