Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huiyadanli/PasteEx
:clipboard: Paste As File 把剪贴板的内容直接粘贴为文件
https://github.com/huiyadanli/PasteEx
clipboard paste paste-as-file pasteintofiles portable screenshot shortcut tool windows
Last synced: 14 days ago
JSON representation
:clipboard: Paste As File 把剪贴板的内容直接粘贴为文件
- Host: GitHub
- URL: https://github.com/huiyadanli/PasteEx
- Owner: huiyadanli
- License: gpl-3.0
- Created: 2017-06-25T11:18:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T20:56:59.000Z (4 months ago)
- Last Synced: 2024-10-16T12:22:40.369Z (26 days ago)
- Topics: clipboard, paste, paste-as-file, pasteintofiles, portable, screenshot, shortcut, tool, windows
- Language: C#
- Homepage:
- Size: 1.13 MB
- Stars: 1,336
- Watchers: 35
- Forks: 118
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
English | [中文](README_CN.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)Paste the contents of the clipboard into files.
* Custom text extension rules.
* Automatically identify the image file extension, and support the transparent PNG and dynamic GIF image.
* Faster and more convenient [Monitor Mode](https://github.com/huiyadanli/PasteEx/wiki#%E7%9B%91%E5%90%AC%E6%A8%A1%E5%BC%8F).More functions and usage see [:blue_book:document](https://github.com/huiyadanli/PasteEx/wiki).
[:zap:Download v1.1.9.1 (latest version)](https://github.com/huiyadanli/PasteEx/releases/download/v1.1.9.1/PasteEx.v1.1.9.1.zip)
If you use [Scoop](https://github.com/lukesampson/scoop), you can install PasteEx using the following command:
`scoop install 'https://raw.githubusercontent.com/acdzh/zpt/master/bucket/pasteex.json'`
## Screenshot
![Screenshot](https://raw.githubusercontent.com/huiyadanli/PasteEx/master/Screenshot/Screenshot_win11_en.png)## Usage
Requirements:
* Windows 7 or higher
* [.NET Framework 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42642) or higherDownload decompression and run `PasteEx.exe` . There will be UAC prompts when adding context menus.
How to uninstall: It is a portable software. Just remove the context menu on the settings page and delete it.
## Thanks
[PasteIntoFiles](https://github.com/EslaMx7/PasteIntoFiles)[PortableSettingsProvider](https://github.com/crdx/PortableSettingsProvider)
## License
[GPLv3](https://github.com/huiyadanli/PasteEx/blob/master/LICENSE)