clip-to-file

PowerShell utility that instantly saves your clipboard content to organized files with timestamped names.

A PowerShell utility that saves whatever is on the clipboard to a file in one command with zero configuration. It automatically detects whether the clipboard holds an image or text, writing images as high-quality JPEG and text as UTF-8, each named with a YYYYMMDD_HHMMSS timestamp. Duplicate filenames are handled automatically by appending an incrementing number. Settings live in a simple INI file created on first run, covering the save path, whether to open the containing folder after saving, and whether to copy the saved file path back to the clipboard. It can optionally open Windows Explorer with the saved file already selected, and reports errors with pause prompts so the message is readable before the window closes.