File: KBtin.6

package info (click to toggle)
kbtin 1.0.17-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,216 kB
  • sloc: ansic: 18,124; sh: 7,640; perl: 142; makefile: 137
file content (89 lines) | stat: -rw-r--r-- 2,093 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.TH KBtin 6 2007-09-04 KBtin KBtin
.SH NAME
KBtin \- a MUD client and an environment for line-based programs
.SH SYNOPSIS
.B KBtin
[
.I -v
] [
.I scriptfile
[
.I scriptfile2
\&... ]]
.SH DESCRIPTION
.B KBtin
is a MUD client based on the venerable
.B tintin++
; however it has uses beyond playing MUDs.
.br
A few commands (try #help for the full list):
.TP
.BI #session " " sesname " " hostname " " port
Starts a new session. The
.I sesname
is a nickname of the new session, and doesn't play any important role.
KBtin will open a telnet connection to the given
.I hostname
:
.IR port .
.TP
.BI #run " " sesname " " command
Starts a new session by running a local command.  In particular, you can
use it to start an encrypted connection by
.IR "#run foo ssh foo.bar.baz" .
.TP
.BI #help " " command
Gives you the help on
.IR command.
.TP
.B #verbatim
Disables all input parsing, making all text pass as-is.  Features such
as scrollback, highlights, logging, keybindings or actions continue to
work.
.TP
.B #end
Exits KBtin and returns you to your shell.
.SH OPTIONS
.TP
.B -v
Shows the processing done by all subsequent uses of
.IR #read .
Equivalent to
.IR "#verbose 1" .
.TP
.B -q
Turns off the output from
.IR #read .
Equivalent to
.IR "#verbose 0" .
.TP
.I "scriptname"
Processes the commands in
.IR scriptname ,
using
.IR "#read scriptname" .
.TP
.BI -c " " "command"
Executes a single command.  (Note: beware of the evil shell and escape
 '#'s!)
.TP
.BI -s " " "host" " " "port"
Starts a new session by opening a TELNET connection to the given host on the
given port.  KBtin will make up a session name for you.
.TP
.BI -S " " "host" " " "port"
Same, except that SSL encryption will be used.
.TP
.BI -r " " "shell_command"
Starts a new session by starting a local process.  The process will be opened
in a pseudo-terminal, making it interactive.  The session name will be made
up by KBtin.
.TP
.BI -p
Selects the "pipe" driver (default if stdin or stdout is not a terminal).
.TP
.BI -i
Selects the full interactive tty driver (usual default).
.SH "SEE ALSO"
.BR ansi2txt ,
.BR ansi2html .