Metadata-Version: 1.1
Name: urxvt_tabbed
Version: 0.1.0
Summary: Tab wrapper for urxt
Home-page: https://github.com/simonzack/urxvt-tabbed
Author: simonzack
Author-email: simonzack@gmail.com
License: GPLv3
Description: URxvt Tabbed

        ============

        

        URxvt terminals with gtk 3 tabs. Tabs are implemented by embedding URxvt

        in a gtk notebook container, using pygobject as an interface to gtk.

        URxvt does provide a rudimentary default gtk tabs implementation using

        perl, but with limited features (e.g. no tab dragging or tab closing).

        

        Features

        --------

        

        -  Tab name editing (double click).

        -  Tab closing, drag & drop.

        -  Inherits tab titles set by shells.

        -  Customizable keyboard shortcuts.

        

        Installation and Use

        --------------------

        

        Dependencies

        ~~~~~~~~~~~~

        

        -  ``python-gobject``

        -  ``python3-xlib``

        

        Installing Dependencies

        ^^^^^^^^^^^^^^^^^^^^^^^

        

        Arch Linux:

        

        -  ``sudo pacman -S python-gobject``

        -  ``sudo yaourt -S python3-xlib``

        

        Other Linux systems:

        

        -  Install ``python-gobject`` using your favorite package manager

        -  ``pip3 install python3-xlib``

        

        Installing URxvt Tabbed

        ~~~~~~~~~~~~~~~~~~~~~~~

        

        -  ``git clone git@github.com:simonzack/urxvt-tabbed.git``

        -  ``cd urxvt-tabbed``

        -  ``./bin/urxvt-tabbed``

        

        Keys

        ----

        

        -  ``Control + Page_Up`` - Previous tab

        -  ``Control + Page_Down`` - Next tab

        -  ``Control + Shift + Page_Up`` - Move current tab before previous tab

        -  ``Control + Shift + Page_Down`` - Move current tab after next tab

        -  ``Control + Shift + T`` - New tab

        -  ``Control + F4`` - Close tab

        

        Screenshots

        -----------

        

        .. figure:: https://raw2.github.com/simonzack/urxvt-tabbed/master/screenshots/screenshot.png

           :alt: Multiple tabs

        
        Contributing

        ------------

        

        If you find any bugs or have any feature requests, please open an issue.

        I'm happy to accept any pull requests.

        

        License

        -------

        

        Licensed under GPLv3.

        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Terminals :: Terminal Emulators/X Terminals
