Metadata-Version: 1.1
Name: xpaste
Version: 1.3
Summary: paste text into X windows that don't work with selections
Home-page: https://github.com/ossobv/xpaste
Author: Walter Doekes, OSSO B.V.
Author-email: wjdoekes+xpaste@osso.nl
License: GPLv3+
Description: xpaste - paste text into X windows that don't work with selections
        ==================================================================
        
        .. image:: https://bettercodehub.com/edge/badge/ossobv/xpaste
        
        SYNOPSIS
        --------
        
        ::
        
            xpaste <<EOF
            This text will be pasted into a window of your choosing.
            EOF
        
        
        DESCRIPTION
        -----------
        
        *Some applications refuse to work with any of the three selection
        buffers that X/X11/Xorg has: the* **middle-mouse** *selection,*
        **secondary** *selection and the* **CTRL-(SHIFT-)V** *clipboard
        selection.*
        
        If you have to insert long or difficult to type text (generated
        passwords), not being able to *paste* can be troublesome.
        
        xpaste will read the text to paste from standard input, keep it in
        memory and wait for you to press ENTER.  When you do, it pastes the held
        text into the newly focused window.
        
        See this *before/after* example where the username is pasted into the
        SuperMicro ipmiview Java application that doesn't accept "paste" input
        through the middle-mouse or CTRL-V:
        
        .. image:: ./xpaste.png
        
        The pasting of text happens through "faked" keypress events.  And as you
        can see from the example, it works.
        
        **NOTE: xpaste does not work on Wayland because it disallows
        applications to meddle with other applications. However, you
        can start both applications under the Xwayland compatibility
        layer, e.g. from:** ``WAYLAND_DISPLAY= gnome-terminal``
        
        
        COPYRIGHT
        ---------
        
        Copyright (C) 2016,2018  Walter Doekes, OSSO B.V.
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        
        SEE ALSO
        --------
        
        xsel(1), crikey(1)
        
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: X11 Applications
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Terminals :: Terminal Emulators/X Terminals
Classifier: Topic :: Utilities
