{ "info": { "author": "Jonas Pfannschmidt", "author_email": "jonas.pfannschmidt@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: X11 Applications", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "# Description\n\ncpmerge is a simple clipboard manager to synchronize CLIPBOARD and PRIMARY.\n\nLinux has two types of clipboards:\n- PRIMARY: Copy by selecting text, paste by middle mouse click\n- CLIPBOARD: Copy by using the copy command (usually: CTRL+c), paste by using the paste command (usually: CTRL+v)\n\ncpmerge merges these two clipboards into one. Whenever you copy something into the CLIPBOARD it will automatically be copied into PRIMARY. However when you select something into PRIMARY it waits until you've moved the mouse a little bit before copying it into CLIPBOARD. The reason for this that a lot of people select some text and press CTRL+v to overwrite the selected text. If PRIMARY got copied into CLIPBOARD straight away this would just replace the selected text with itself.\n\nIf run with GUI it also keeps track of the last 10 clipboard entries. A taskbar icon allows to copy those old values into the clipboard again.\n\n# Installation\n\nPython 2.7 should already be installed on most systems.\nwxPython and pip need to be installed as well. On my Ubuntu machine (with Universe activated) this can be done with:\n\n```\nsudo apt-get install python-pip -y\nsudo apt-get install python-wxgtk2.8 -y\n```\n\nAfter those requirements are installed, just run:\n\n```\nsudo pip install cpmerge\n```\n\ncpmerge can be started by simply running: \n\n```\ncpmerge\n```\n\n# Configuration\n\nTo run it without tray icon and history: \n\n```\ncpmerge --nogui\n```\n\nDepending on your screen resolution (and how nervous your mouse hand is) you may need to tweak the distance the mouse needs to be moved before copying from PRIMARY to CLIPBOARD. You can do this with:\n\n```\ncpmerge --distance=20\n```\n\nFor debugging information regarding the mouse distance, run:\n\n```\ncpmerge -vv\n```\n\n# Other stuff\n\nPy_mem.py tells me that cpmerge uses 35.8 MB of memory. While this is not a huge amount by todays standard I still consider it a lot for the simple task. If you know a tool with similar features which uses less resources, please let me know.\n\nSimilar tools (none of them supports the mouse movement before PRIMARY -> CLIPBOARD as far as I'm aware) are listed on: https://wiki.archlinux.org/index.php/clipboard\n\n- Homepage: http://jonaspfannschmidt.com/cpmerge\n- Code: http://github.com/jonaspf/cpmerge\n- Icon from: http://led24.de/iconset/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jonaspfannschmidt.com/cpmerge", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cpmerge", "package_url": "https://pypi.org/project/cpmerge/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cpmerge/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://jonaspfannschmidt.com/cpmerge" }, "release_url": "https://pypi.org/project/cpmerge/1.0.5/", "requires_dist": null, "requires_python": null, "summary": "A simple clipboard manager to synchronize the CLIPBOARD and PRIMARY selection under linux", "version": "1.0.5" }, "last_serial": 1914173, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2ffacfac901a629bee5e5180f729f67a", "sha256": "70928020ea3d450781ed2793d5dbaa80653b6d8837dcd0c5a5301ff370dd2617" }, "downloads": -1, "filename": "cpmerge-1.0.tar.gz", "has_sig": false, "md5_digest": "2ffacfac901a629bee5e5180f729f67a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4174, "upload_time": "2016-01-20T18:35:24", "url": "https://files.pythonhosted.org/packages/5c/95/8a6a3e8e64ef04810b5da0178f279ae7294cdeda425df5a7b1b3994e9d01/cpmerge-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a53173dff38dbea7b2f0784740be7151", "sha256": "2d58b5fd45d7f0ffaefa2fe2574a0dde714dafd3ffd4ce9607ba0b4c30b9cbb7" }, "downloads": -1, "filename": "cpmerge-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a53173dff38dbea7b2f0784740be7151", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5015, "upload_time": "2016-01-20T21:56:31", "url": "https://files.pythonhosted.org/packages/f0/35/4c96c0d78910313fd63f8dd0e608b779e8c24af6888e528ba6a22bd96650/cpmerge-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "91eff1c3d54eace6b3a9198f79b05a6b", "sha256": "5219e23ac8e098eed662a4d048c7afeb7f837c30073c1f785ad58225aa5ee3b2" }, "downloads": -1, "filename": "cpmerge-1.0.2.tar.gz", "has_sig": false, "md5_digest": "91eff1c3d54eace6b3a9198f79b05a6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5743, "upload_time": "2016-01-20T21:59:01", "url": "https://files.pythonhosted.org/packages/15/7f/f8372e970775ea6d4f151a7b427dd9f42f729c560c420ec92fadec6dc6b0/cpmerge-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "19b41f8a912400f8b4248cdac22d99ee", "sha256": "2175abdf5e2fa53221fe99f8db1efa3148ac0aecab490ebf17716f7bd9411e13" }, "downloads": -1, "filename": "cpmerge-1.0.3.tar.gz", "has_sig": false, "md5_digest": "19b41f8a912400f8b4248cdac22d99ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5764, "upload_time": "2016-01-20T22:06:32", "url": "https://files.pythonhosted.org/packages/bf/c5/0049c0987854b4701e555977c12dc375c22d44af56ad5090eec203f05378/cpmerge-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "6553c9ae0e56bf7f872a2ccd5bd41303", "sha256": "c9f5f9dc1273a955fd5b6c053d6f7269e211a5e0eb99829eb048beff2108037b" }, "downloads": -1, "filename": "cpmerge-1.0.4.tar.gz", "has_sig": false, "md5_digest": "6553c9ae0e56bf7f872a2ccd5bd41303", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5771, "upload_time": "2016-01-20T22:18:38", "url": "https://files.pythonhosted.org/packages/b6/e1/76652de92d4bd834b438fb54221cb600ae4e55de133209e8dcce38d36785/cpmerge-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "3b571644afb3e4075fb1b3fe7f01b696", "sha256": "0ef8fb41763105cbcad08ed8c33fd99e8b234f99c9395727aec15e82db1ebbbb" }, "downloads": -1, "filename": "cpmerge-1.0.5.tar.gz", "has_sig": false, "md5_digest": "3b571644afb3e4075fb1b3fe7f01b696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5808, "upload_time": "2016-01-20T22:43:00", "url": "https://files.pythonhosted.org/packages/37/ec/c08d08cff83663e9fe79d63d77f274070709d5768d7e6f82355eb7de8b3d/cpmerge-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b571644afb3e4075fb1b3fe7f01b696", "sha256": "0ef8fb41763105cbcad08ed8c33fd99e8b234f99c9395727aec15e82db1ebbbb" }, "downloads": -1, "filename": "cpmerge-1.0.5.tar.gz", "has_sig": false, "md5_digest": "3b571644afb3e4075fb1b3fe7f01b696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5808, "upload_time": "2016-01-20T22:43:00", "url": "https://files.pythonhosted.org/packages/37/ec/c08d08cff83663e9fe79d63d77f274070709d5768d7e6f82355eb7de8b3d/cpmerge-1.0.5.tar.gz" } ] }