-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support web UI #7
Comments
This interests me. Please correct me if I'm wrong but when you say
you are referring to this UI yeah? |
Eventually we want to offer something that rich, but we want something as simple as this for the first one. All we need to do is to send a request to the root path |
Currently, we use the root path for handling the clipboard, so we first have to change it to Line 74 in b77c9c2
|
I'll make a PR changing the clipboard endpoint first |
Yes, please. |
On the second thought, changing the clipboard endpoint is a significant breaking change, so it would be nice to include the change in the patch supporting Web UI. |
The pbgopy server is just an HTTP server, hence the client does not have to be a
pbgopy
command.It would be nice to provide a simple web UI so that data can be shared even in environments where it is tough to install the
![image](https://user-images.githubusercontent.com/19730728/100529899-45c01500-322f-11eb-9468-628e3b17d3c0.png)
pbgopy
command, such as mobile devices. A page as simple as piping-server is ideal:The text was updated successfully, but these errors were encountered: