https://github.com/stone-red-code/clipcmd
A simple utility program to simplify your workflow by executing scripts through the clipboard.
https://github.com/stone-red-code/clipcmd
Last synced: 4 months ago
JSON representation
A simple utility program to simplify your workflow by executing scripts through the clipboard.
- Host: GitHub
- URL: https://github.com/stone-red-code/clipcmd
- Owner: Stone-Red-Code
- License: mit
- Created: 2022-05-03T20:15:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:20:41.000Z (over 1 year ago)
- Last Synced: 2025-09-20T09:39:58.914Z (10 months ago)
- Language: C#
- Homepage:
- Size: 117 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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 ``.
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 myCoolEmail@mail.com`\
> Command script (alternative): `"myCoolEmail@mail.com"`
> Input: `#email+`\
> Output: `myCoolEmail@mail.com`
## 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)