clip-to-file
PowerShell utility that instantly saves your clipboard content to organized files with timestamped names.
A PowerShell utility that saves clipboard content to organized files with timestamped names. It automatically detects whether the clipboard holds an image or text, saving images as high-quality JPEGs and text as UTF-8 files using a YYYYMMDD_HHMMSS naming format, and resolves conflicts by appending numbers to duplicate filenames. Behavior is controlled through a simple INI configuration file that sets the save path and whether to open Windows Explorer with the saved file selected. The README also shows how to bind it to a keyboard shortcut with AutoHotkey, optionally compiled to a standalone EXE.