https://github.com/uroboro/pasteboard
^c ^v
https://github.com/uroboro/pasteboard
jailbreak pasteboard theos
Last synced: about 2 months ago
JSON representation
^c ^v
- Host: GitHub
- URL: https://github.com/uroboro/pasteboard
- Owner: uroboro
- License: mit
- Created: 2016-11-18T00:17:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T22:12:46.000Z (about 7 years ago)
- Last Synced: 2025-03-23T21:35:50.179Z (2 months ago)
- Topics: jailbreak, pasteboard, theos
- Language: Objective-C
- Size: 85 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pasteboard
^c ^vUsages:
Pipe to copy
echo test | pasteboard
Paste to pipe
pasteboard | grep .
Feed file to copy
pasteboard < file.txt
Redirect to file to paste
pasteboard > file.txt
Same with images
pasteboard < icon.png
pasteboard > icon.png