A simple WPF tool that pastes pre-configured text and images into the target window with one click.
- Click Open to open the data folder
- 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.
- Windows x64
- .NET 8 Desktop Runtime
-
Directly run: Run
Pasta.exedirectly. -
Install: Run
install.batto copy binaries to%LocalAppData%\Pastaand 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"
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