Paste-To-File is a simple Python programs that lets you paste image or text from your clipboard straight into a file. A roundabout way to achieve similar thing is to firstly paste the content of the clipboard into notepad or paint app if it's an image data and saving it. For extra simplicity, this program adds a new command item to Explorer's right-click context menu to paste clipboard items into the directory the right-click is placed on.
Installation is as easy as running the installer which could be downloaded from the releases page. Uninstallation can and should be done using Windows uninstaller to not leave any registry files leftovers. If a broken uninstallation has occured and the context menu command still exists after the Program Files (x86)/Paste-to-File directory deletion, you can run delete_reg.py
directly from the src
folder to remove it; keep in mind that it requires the winreg
Python library and administrator privileges.
This program is dependent on these modules:
winreg
pillow
pywin23
As per the MIT License:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Nicholas Juan Kalvin Neek0tine
Pull requests are welcome. For major changes, how-to, and in-depth explanation, please contact one of the authors.
This project is licensed under GNU General Public License v3.0 - see the [LICENSE](https://github.com/Neek0tine/Paste-To-File/blob/main/LICENSE) file for details.