📄 readme
字号:
interceptty V0.6----------------Copyright 2000-2004 by Scott Gifford <sgifford@suspectclass.com>This software is licensed under the GNU Public License. See the fileCOPYING included with this distribution for detailsinterceptty is designed to sit between a serial port (or otherterminal device, or program, or socket, or something connected to afile descriptor) and a program which is communicating with thatdevice, recording everything that goes back and forth between the two.It does this by opening the real device, creating a pseudo-tty, thenforwarding everything between the two, recording whatever it sees. Ithas a number of options that let you fine-tune the devices it uses andthe terminal options for the real device.See the included manpage for more information.Compiling---------The configuration of interceptty is now managed by autoconf. Thatmeans that you run ./configure make make installto go from just-unwrapped-the-tarfile to installed-on-your-computer.For more details on using the configure script, run: ./configure --helpor see the INSTALL file included with this distribution.There is a test script that is useful for making sure everything'sbasically worked. After compiling and before installing, it's a goodidea to run: ./testThe script takes about 30 seconds to run, and will run interceptty inseveral configurations, making sure they all work as expected.$Id: README,v 7.4 2004/09/05 23:01:34 gifford Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -