diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-12-25 16:50:32 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-12-25 16:50:32 +0100 |
| commit | 39594f1935e8cd8f27c55b4716b8194a99e4b65d (patch) | |
| tree | 4ef75915e0eeccc74c197c47ef00aa178ab1f474 /tabbed.1 | |
| parent | 34a643f79c3c1dc2577990ce0c8d69703f6738b4 (diff) | |
| download | tabbed-39594f1935e8cd8f27c55b4716b8194a99e4b65d.tar.gz | |
Adding the -c option to close on last client close.
Thanks for the suggestion by Kyle Kramer!
Diffstat (limited to 'tabbed.1')
| -rw-r--r-- | tabbed.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,6 +3,7 @@ tabbed \- generic tabbed interface .SH SYNOPSIS .B tabbed +.RB [ \-c ] .RB [ \-d ] .RB [ \-h ] .RB [ \-s ] @@ -21,12 +22,15 @@ disabled by providing the -s parameter. If no command is provided tabbed will just print its xid and run no command. .SH OPTIONS .TP +.B \-c +close tabbed when the last tab is closed. Mutually exclusive with -f. +.TP .B \-d detaches tabbed from the terminal and prints its XID to stdout. .TP .B \-f fill up tabbed again by spawning the provided command, when the last tab is -closed. +closed. Mutually exclusive with -c. .TP .B \-h will print the usage of tabbed. |