Skip to content

A simple utility program to simplify your workflow by executing scripts through the clipboard.

License

Notifications You must be signed in to change notification settings

Stone-Red-Code/ClipCMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClipCMD

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

  1. Download & install the latest release
  2. (Optional) Put a shortcut to the ClipCMD.Desktop.exe file in the installation directory into the shell:startup directory.
  3. Start the app and add a new command.
  4. Press the script button to edit the command script.
  5. Open an editor and type <prefix><commandName><suffix>.
  6. Copy the command to the clipboard.
  7. Whatever the script outputs should now be pasted into the editor.

Follow the development

Twitter(X)

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

ClipCMD.example.mp4

ClipCMD-Preview_1 ClipCMD-Preview_2

Third party licences

About

A simple utility program to simplify your workflow by executing scripts through the clipboard.

Resources

License

Stars

Watchers

Forks

Packages

No packages published