A simple WPF tool that pastes pre-configured text and images into the target window with one click.
Platform: Windows x64
- Click Open to open the data folder (
%LocalAppData%\Pasta\data) - Edit
text.txtand put images in theimagesfolder - 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.
Requires .NET 8 Desktop Runtime.
Download the latest release, extract, and run install.bat. It will:
- Create
%LocalAppData%\Pastafolder - Copy binaries to
%LocalAppData%\Pasta - Create a desktop shortcut
dotnet build
dotnet publish Pasta.csproj -c Release -o ./release/bin
- App icon (
icon.svg) from Twemoji by Twitter, licensed under CC-BY 4.0 - This project is almost entirely vibe-coded with Claude Code