mirror of
https://github.com/Stone-Red-Code/ClipCMD.git
synced 2026-09-04 08:56:11 +02:00
51 lines
5.8 KiB
Markdown
51 lines
5.8 KiB
Markdown

|
|
|
|
> 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](https://learn.microsoft.com/en-us/powershell/scripting) as the scripting language.
|
|
|
|
## Usage
|
|
|
|
1. Download & install the latest release
|
|
- Microsoft Store: [Store Page](https://www.microsoft.com/store/productId/9NZ7PCLGPBW5)
|
|
- GitHub: [Releases](https://github.com/Stone-Red-Code/ClipCMD/releases)
|
|
1. (Optional) Put a shortcut to the `ClipCMD.Desktop.exe` file in the installation directory into the `shell:startup` directory.
|
|
1. Start the app and add a new command.
|
|
1. Press the script button to edit the command script.
|
|
1. Open an editor and type `<prefix><commandName><suffix>`.
|
|
1. Copy the command to the clipboard.
|
|
1. Whatever the script outputs should now be pasted into the editor.
|
|
|
|
## Follow the development
|
|
|
|
[](https://x.com/search?q=from%3A%40StoneRedCode%20%23ClipCMD)
|
|
|
|
## 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
|
|
|
|

|
|

|
|
|
|
## Third party licences
|
|
|
|
- [Avalonia](https://github.com/AvaloniaUI/Avalonia) - [MIT](https://github.com/AvaloniaUI/Avalonia/blob/master/licence.md)
|
|
- [Icons.Avalonia](https://github.com/Projektanker/Icons.Avalonia) - [MIT](https://github.com/Projektanker/Icons.Avalonia/blob/main/LICENSE)
|
|
- [Semi.Avalonia](https://github.com/irihitech/Semi.Avalonia) - [MIT](https://github.com/irihitech/Semi.Avalonia/blob/main/LICENSE)
|
|
- [SharpHook](https://github.com/TolikPylypchuk/SharpHook) - [MIT](https://github.com/TolikPylypchuk/SharpHook/blob/main/LICENSE)
|