Metadata-Version: 1.1
Name: mc_xclip
Version: 0.3.0
Summary: Syncs clipboards of Midnight Commander and X Window System.
Home-page: https://github.com/denis-ryzhkov/mc_xclip
Author: Denis Ryzhkov
Author-email: denisr@denisr.com
License: MIT
Description: 
        **NEW:**
        
        Don't use ``mc_xclip``! Instead:
        
        * ``sudo apt-get install xclip``
        * Make sure ``mc`` is NOT running, or it will overwrite the next changes.
        * Find ``clipboard_store`` in ``~/.config/mc/ini``
        * Set ``clipboard_store=xclip -i -selection clipboard``
        * Set ``clipboard_paste=xclip -o -selection clipboard``
        * Thanks to https://github.com/IvanAli
        
        **OLD:**
        
        Install::
        
            sudo apt-get install xclip
            sudo pip install mc_xclip
        
            # If you use Display Manager:
            echo 'mc_xclip &' >> ~/.xprofile
        
            # Else:
            echo 'mc_xclip &' >> ~/.xinitrc
        
            # Reboot.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
