An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Pasteboard
^c ^v

Usages:

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