Skip to content

A simple WPF tool that pastes pre-configured text and images with one click.

License

Notifications You must be signed in to change notification settings

rayliu0712/Pasta

Repository files navigation

Pasta

A simple WPF tool that pastes pre-configured text and images into the target window with one click.

How it works

  1. Click Open to open the data folder
  2. Edit text.txt and put images in the images folder
  3. Click Paste — Pasta will simulate Alt+Tab to switch to the previous window, then simulate Ctrl+V to paste the text and images

Note: Firefox only supports pasting the first image. Use a Chromium-based browser (Chrome, Edge, etc.) for full functionality.

Requirements

  • Windows x64
  • .NET 8 Desktop Runtime

Usage

  • Directly run: Run Pasta.exe directly.

  • Install: Run install.bat to copy binaries to %LocalAppData%\Pasta and create shortcuts on the desktop and Start Menu.

  • Uninstall: Run following cmd commands:

    rmdir /s /q "%localappdata%\Pasta"
    del "%userprofile%\Desktop\Pasta.lnk"
    del "%appdata%\Microsoft\Windows\Start Menu\Programs\Pasta.lnk"

Build

dotnet build
dotnet publish Pasta.csproj -c Release -o ./release/bin

Credits

About

A simple WPF tool that pastes pre-configured text and images with one click.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •