# PasteEx **Repository Path**: anysharp/PasteEx ## Basic Information - **Project Name**: PasteEx - **Description**: PasteEx是一款.NET开源的用于增强 Windows 粘贴功能的小工具,它解决了将剪贴板内容保存为文件的繁琐步骤。无需打开记事本等应用,它可直接将文字、图片等内容粘贴到桌面上,极大提升了效率。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.cnblogs.com/Can-daydayup/p/18570923 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-28 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English](README.md) | 中文 # PasteEx [![](https://img.shields.io/badge/platform-windows-lightgrey.svg?style=flat-square)](https://www.microsoft.com/download/details.aspx?id=30653) [![Github All Releases](https://img.shields.io/github/downloads/huiyadanli/PasteEx/total.svg?style=flat-square)](https://github.com/huiyadanli/PasteEx/releases) [![Build status](https://img.shields.io/appveyor/ci/huiyadanli/pasteex.svg?style=flat-square)](https://ci.appveyor.com/project/huiyadanli/pasteex) 把剪贴板的内容粘贴为文件。 * 自定义文本扩展名规则。 * 自动识别图片的扩展名,且支持透明 PNG 与动态 GIF 的粘贴。 * 更快捷方便的[监听模式](https://github.com/huiyadanli/PasteEx/wiki#%E7%9B%91%E5%90%AC%E6%A8%A1%E5%BC%8F) 更多功能及用法参见[:blue_book:文档](https://github.com/huiyadanli/PasteEx/wiki)。 [:zap:最新版本 v1.1.9.1 下载](https://github.com/huiyadanli/PasteEx/releases/download/v1.1.9.1/PasteEx.v1.1.9.1.zip) 如果你使用 [Scoop](https://github.com/lukesampson/scoop) 的话,可以通过以下命令安装 PasteEx : `scoop install 'https://raw.githubusercontent.com/acdzh/zpt/master/bucket/pasteex.json'` ## 截图 ![Screenshot](https://raw.githubusercontent.com/huiyadanli/PasteEx/master/Screenshot/Screenshot.png) ## 使用方法 环境要求: * Windows 7 或更高版本。 * [.NET Framework 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42642) 或更高版本。 下载解压并运行 `PasteEx.exe` ,根据提示**添加右键菜单**即可(添加菜单时会有 UAC 提示,放行即可)。 卸载方式:纯绿色便携软件,只要在设置页面移除右键菜单,然后删除软件本体即可。 ## Thanks [PasteIntoFiles](https://github.com/EslaMx7/PasteIntoFiles) [PortableSettingsProvider](https://github.com/crdx/PortableSettingsProvider) ## License [GPLv3](https://github.com/huiyadanli/PasteEx/blob/master/LICENSE)