-
Notifications
You must be signed in to change notification settings - Fork 10
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
add docs #33
Comments
Ubuntu & DebianInstall from the official repository: Using Wget : sudo wget \
-P /etc/apt/sources.list.d/ \
https://raw.githubusercontent.com/dnut/deb/master/dnut.list
sudo apt-get update \
&& sudo apt-get install clipboard-sync Using cUrl : sudo curl \
-sL https://raw.githubusercontent.com/dnut/deb/master/dnut.list \
-o /etc/apt/sources.list.d/dnut.list
sudo apt-get update \
&& sudo apt-get install clipboard-sync Uninstall from repository sudo apt-get purge clipboard-sync \
&& sudo rm /etc/apt/sources.list.d/dnut.list How about this? Edit: I also want to add usage command for background process using simple & and dedicated screen command for option without service. |
Features
What about features section? I also want to add my use case in docs, like ... Example use cases:
Edit : Is it possible to support drag and drop with this program? For example, I drag picture or text to Xephyr window |
Thanks so much for your contributions, and sorry for the slow response. I work on clipboard-sync in my spare time, and my spare time has taken a hit lately due to some dramatic increases in my job-related workload. This is still on my radar, and I plan to address it soon. I would like to carefully review this information and test any changes before publishing anything. You are also welcome to open a PR if you want.
I don't expect this to work because I don't think drag and drop uses the clipboard behind the scenes. It may be worth some investigation after other issues are addressed, but I don't have high hopes for it being easy to support something like this. |
splitting out this work from #32 which is for the implementation of other mime-types, because these docs shouldn't take as long.
add to the docs:
The text was updated successfully, but these errors were encountered: