Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mina86/urxvt-tabbedex
Tabbed plugin for rxvt-unicode with many enhancements
https://github.com/mina86/urxvt-tabbedex
Last synced: 17 days ago
JSON representation
Tabbed plugin for rxvt-unicode with many enhancements
- Host: GitHub
- URL: https://github.com/mina86/urxvt-tabbedex
- Owner: mina86
- License: gpl-3.0
- Fork: true (stepb/urxvt-tabbedex)
- Created: 2013-06-20T22:22:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:42:54.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T22:46:12.540Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 279 KB
- Stars: 70
- Watchers: 9
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URxvt Tabbed Extended plugin
An extended version of rxvt-unicode's tabbed perl extension with many
new features such as:* activity and bell markers,
* terminal status in the tab bar,
* tabs renaming (also using OSC command),
* user commands (so keysyms can be used),
* tab bar auto-hiding,
* preserving of -e option,
* and more…## Installing tabbedex
Since tabbedex extension does not come with rxvt-unicode, it has to be
installed separately. Installation is as simple as invoking:curl https://raw.githubusercontent.com/mina86/urxvt-tabbedex/master/install | sh
or to install system-wide (even though frankly this hasn’t been tested
well):curl https://raw.githubusercontent.com/mina86/urxvt-tabbedex/master/install | sudo sh
Running this command again (or executing `sh
~/.urxvt/urxvt-tabbedex/install`) will update the code.## Enabling the extension
The plugin can be tested, without enabling it by default, by using
urxvt’s `-pe` switch as follows:urxvt -pe tabbedex
To enable it by default, it needs to be added to `perl-ext` or
`perl-ext-common` URxvt resource. For example, `~/.Xresources` might
contain:URxvt.perl-ext: matcher,tabbedex,searchable-scrollback
For full documentation of that resource, consult RESOURCES section of
[urxvt man page](http://linux.die.net/man/1/urxvt).## Configuration and usage
For configuration and usage see the sources of tabbedex file or read
the urxvt-tabbedex man page installed by the above command (in case of
local installation it is put in `~/man` directory which `man` will
look if `~/bin` is in `PATH`).