mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Cleanup
This commit is contained in:
parent
39af74f263
commit
bf972bd2f9
2 changed files with 3 additions and 4 deletions
|
|
@ -34,11 +34,10 @@ when used in combination with [tmux](https://tmux.github.io).
|
||||||
* Toggle serial lines
|
* Toggle serial lines
|
||||||
* Pulse the DTR line
|
* Pulse the DTR line
|
||||||
* Local echo support
|
* Local echo support
|
||||||
* Remap special characters (nl, cr-nl, bs, etc.)
|
* Map characters (nl, cr-nl, bs, lowercase to uppercase, etc.)
|
||||||
* Line timestamps
|
* Line timestamps
|
||||||
* Support for delayed output per character
|
* Support for delayed output per character
|
||||||
* Support for delayed output per line
|
* Support for delayed output per line
|
||||||
* Support for translation of lowercase to uppercase
|
|
||||||
* Hexadecimal mode
|
* Hexadecimal mode
|
||||||
* Log to file
|
* Log to file
|
||||||
* Autogeneration of log filename
|
* Autogeneration of log filename
|
||||||
|
|
@ -84,7 +83,7 @@ The command-line interface is straightforward as reflected in the output from
|
||||||
-l, --log Enable log to file
|
-l, --log Enable log to file
|
||||||
--log-file <filename> Set log filename
|
--log-file <filename> Set log filename
|
||||||
--log-strip Strip control characters and escape sequences
|
--log-strip Strip control characters and escape sequences
|
||||||
-m, --map <flags> Map special characters
|
-m, --map <flags> Map characters
|
||||||
-c, --color 0..255|none|list Colorize tio text (default: 15)
|
-c, --color 0..255|none|list Colorize tio text (default: 15)
|
||||||
-S, --socket <socket> Redirect I/O to file or network socket
|
-S, --socket <socket> Redirect I/O to file or network socket
|
||||||
-x, --hexadecimal Enable hexadecimal mode
|
-x, --hexadecimal Enable hexadecimal mode
|
||||||
|
|
|
||||||
|
|
@ -290,7 +290,7 @@ Enable line timestamp
|
||||||
.IP "\fBtimestamp-format"
|
.IP "\fBtimestamp-format"
|
||||||
Set timestamp format
|
Set timestamp format
|
||||||
.IP "\fBmap"
|
.IP "\fBmap"
|
||||||
Map special characters on input or output
|
Map characters on input or output
|
||||||
.IP "\fBcolor"
|
.IP "\fBcolor"
|
||||||
Colorize tio text using ANSI color code ranging from 0 to 255
|
Colorize tio text using ANSI color code ranging from 0 to 255
|
||||||
.IP "\fBhexadecimal"
|
.IP "\fBhexadecimal"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue