nakabonne / pbgopy

Copy and paste between devices
MIT License
807 stars 30 forks source link

Support "--from-clipboard" option for copy command #17

Closed nakabonne closed 3 years ago

nakabonne commented 3 years ago

It would be nice if we can send the data stored at the clipboard to pbgopy server.

Flags:
  -c  --from-clipboard Put the data at the local clipboard into pbgopy server

Example:

pbgopy copy -c

It may be helpful: https://github.com/atotto/clipboard

faithfulnessalamu commented 3 years ago

Seems like a goodfirstissue too

nakabonne commented 3 years ago

Yup, it's definitely a good first issue.