You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It a kernel module designed and developed during the [Pardus Software Camp 2014](http://kamp.pardus.org.tr/). It provides multiclipboard capability using x11 on Debian based operating systems.
How to install
Let’s proceed step by step:
- clone the repository using `[email protected]:esrefozturk/multiclip.git`
- change directory using `cd multiclip`
- install the multiclip package using `sudo dpkg -i multiclip_1.0_all.deb`
How to use
You can
- display any clipboard or all clipboards using `multiclip`
- manage the apllication using `service multiclipd {start|stop|restart|reload|force-reload}`
- copy the selected text on the screen to clipboard of pressed key using `[CTRL] + [ letter or number ] + [C]` combinations
- paste the text on the clipboard of pressed key to screen using `[CTRL] + [ letter or number ] + [V]` combinations