PasteIntoFile icon indicating copy to clipboard operation
PasteIntoFile copied to clipboard

Paste clipboard data into files and copy file contents directly via hotkey or context menu

Results 10 PasteIntoFile issues
Sort by recently updated
recently updated
newest added

If you want to help translate PasteIntoFile, check out the Crowdin project. Make sure to translate at least all strings labelled "high priority". If you find your language missing in...

help wanted
translation
good first issue

Translation updates from [Crowdin project](https://crowdin.com/project/PasteIntoFile) See [recent activity](https://crowdin.com/project/PasteIntoFile/activity-stream) ``` ✔️ Fetching project info German(de): Translated: 100% (Words: 536/536, Phrases: 69/69) Approved: 92% (Words: 494/536, Phrases: 62/69) French(fr): Translated: 13% (Words:...

translation

Dear Developers, Can I set jpeg quality somewhere? Thanks: Bela

enhancement
good first issue

I finally updated to Windows 11, it looks really slick. Famously there's a new right-click context menu in Explorer: To use PasteIntoFile (whic btw works perfectly fine for me on...

enhancement
help wanted

- [x] Add two new file name templates: 1. `{0:yyyy-jjj HH-mm-ss}` for day of the year with leading zeroes 2. `{0:yyyy-j HH-mm-ss}` for day of the year without leading zeroes...

**Description** A new format specifier for the day of the year (1-365). This would be very useful to use instead of using month+day of the month. It's shorter most of...

enhancement
good first issue

Ideally use https://github.com/Sharp0802/WebP.Net once it supports .NET standard 2.0

enhancement

For example, you could use the SkiaSharp.Views.Desktop.Common package like this: ```c# using var skImage = image.ToSKImage(); using var skData = skImage.Encode(SkiaSharp.SKEncodedImageFormat.Webp, 90); using var file = File.OpenWrite(filename); skData.SaveTo(file); ``` See...

enhancement

Add support for ICS calendar files, e.g. to copy an appointment from Thunderbird calendar and paste it into a file (or vice verca) **Specification and constraints** - File endings: `.ics`...

enhancement

when im copying text its being converted to .txt and when i paste it somewhere the .txt is being pasted steps to reproduce: use my config copy text from browser...

enhancement