https://github.com/xyproto/pastefile
:page_with_curl: Paste the clipboard contents to a given file
https://github.com/xyproto/pastefile
clipboard cross-platform go paste utility
Last synced: 7 months ago
JSON representation
:page_with_curl: Paste the clipboard contents to a given file
- Host: GitHub
- URL: https://github.com/xyproto/pastefile
- Owner: xyproto
- License: bsd-3-clause
- Created: 2020-03-06T09:01:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T19:46:53.000Z (about 1 year ago)
- Last Synced: 2025-03-29T03:04:14.388Z (8 months ago)
- Topics: clipboard, cross-platform, go, paste, utility
- Language: Go
- Homepage:
- Size: 2.39 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- command-line-tools - pastefile - Create a file that contains the contents from the clipboard. (Other)
README
# pastefile
 [](https://goreportcard.com/report/github.com/xyproto/pastefile) [](https://raw.githubusercontent.com/xyproto/pastefile/master/LICENSE)
Paste the clipboard contents to a given file
## Example use
pastefile output.txt
## Installation
go install github.com/xyproto/pastefile@latest
## Requirements
* Go 1.18 or later
## General info
* Version: 0.6.1
* License: BSD-3
* Author: Alexander F. Rødseth <xyproto@archlinux.org>