From 6b1b5dcba9a088baf1146b7af28fb9864bfebe6c Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:57:39 +0100 Subject: [PATCH] Add missing assets to README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c56fb54..59bb4d3 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,22 @@ ClipCMD uses [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting ## Example -> Prefix: `_`\ -> Suffix: `_`\ +> Prefix: `#`\ +> Suffix: `+`\ > Command name: `email`\ > Command script: `Write-Output myCoolEmail@mail.com`\ -> Command script (alternative): `"myCoolEmail@mail.com"`\ +> Command script (alternative): `"myCoolEmail@mail.com"` -> Input: `_email_`\ +> Input: `#email+`\ > Output: `myCoolEmail@mail.com` ## Preview +https://github.com/user-attachments/assets/a0665d6d-e6ce-4d78-88d0-e9c35214219d + +![ClipCMD-Preview_1](https://github.com/user-attachments/assets/6f136f65-ecf1-4426-a865-ecabd50689a2) +![ClipCMD-Preview_2](https://github.com/user-attachments/assets/91274468-bb52-4b39-90a3-5fb623edf8a2) + ## Third party licences - [Avalonia](https://github.com/AvaloniaUI/Avalonia) - [MIT](https://github.com/AvaloniaUI/Avalonia/blob/master/licence.md)