tabbed/tabbed.1

59 lines
1.1 KiB
Groff
Raw Normal View History

2009-09-14 07:39:37 -05:00
.TH TABBED 1 tabbed\-VERSION
.SH NAME
2011-06-18 08:37:43 -05:00
tabbed \- generic tabbed interface
2009-09-14 07:39:37 -05:00
.SH SYNOPSIS
.B tabbed
.RB [ \-d ]
.RB [ \-h ]
.RB [ \-s ]
.RB [ \-v ]
.IR [ command ... ]
2009-09-14 07:39:37 -05:00
.SH DESCRIPTION
2011-06-18 08:37:43 -05:00
.B tabbed
is a simple tabbed container for applications which support XEmbed. Tabbed
will then run the provides command with the xid of tabbed as appended
argument. (See EXAMPLES.) The automatic spawning of the command can be
disabled by provoding the -s parameter. If no command is provided
tabbed will just print its xid and run no command.
2009-09-14 07:39:37 -05:00
.SH OPTIONS
.TP
.B \-d
2011-06-18 08:37:43 -05:00
detaches tabbed from the terminal and prints its XID to stdout.
2009-09-14 07:39:37 -05:00
.TP
.B \-h
will print the usage of tabbed.
.TP
.B \-s
will disable automatic spawning of the command.
.TP
2009-09-14 07:39:37 -05:00
.B \-v
2011-06-18 08:37:43 -05:00
prints version information to stderr, then exits.
2009-09-14 07:39:37 -05:00
.SH USAGE
.TP
.B Ctrl\-Shift\-Return
2011-06-18 08:37:43 -05:00
open new tab
2009-09-14 07:39:37 -05:00
.TP
.B Ctrl\-Shift\-h
previous tab
.TP
.B Ctrl\-Shift\-l
next tab
.TP
2010-03-24 17:37:46 -05:00
.B Ctrl\-Tab
2011-06-18 08:37:43 -05:00
toggle between tabs
.TP
2009-09-14 07:39:37 -05:00
.B Ctrl\-q
2011-06-18 08:37:43 -05:00
close tab
2009-09-14 07:39:37 -05:00
.TP
.B Ctrl\-[0..9]
jumps to nth tab
2011-06-18 08:37:43 -05:00
.SH EXAMPLES
$ tabbed surf -e
.TP
$ tabbed urxvt -embed
.TP
$ tabbed xterm -into
.TP
$ $(tabbed -d >/tmp/tabbed.xid); urxvt -embed $(</tmp/tabbed.xid);