Commit graph

126 commits

Author SHA1 Message Date
Martin Lund
02729c10b1 Add support for remapping prefix key
Make it possible to remap the prefix key (default: ctrl-t) by setting
the prefix-ctrl-key variable in the configuration file.

Allowed values are in the range a..z.

Example, to set the prefix key to ctrl-a simply do:

prefix-ctrl-key = a
2022-07-15 12:18:40 +02:00
Martin Lund
670c31d6f7 Update README 2022-07-14 13:12:46 +02:00
Martin Lund
eac3dac018 Add plaintext man page 2022-07-14 13:07:28 +02:00
Rui Chen
80977e2f1d
docs: add homebrew installation note
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-07-13 22:21:39 -04:00
Martin Lund
dc50b23bec Update README 2022-07-13 16:02:21 +02:00
Martin Lund
73a30a89ef Update README 2022-07-11 21:16:45 +02:00
Martin Lund
c009e19d89 Update README 2022-07-11 18:39:59 +02:00
Martin Lund
bf972bd2f9 Cleanup 2022-07-11 14:15:54 +02:00
Martin Lund
39af74f263 Rename EOL delay to Output line delay 2022-07-11 14:08:12 +02:00
Martin Lund
11762b2300 Replace -U,--upcase with mapping flag OLTU 2022-07-11 10:15:12 +02:00
Robert Snell
944ee9173b Additional commands: EOL delay, lower to upper translation, added mark parity
Added command line options:
-O, --eol-delay to have a separate delay for end of line
-U, --upper to enable translation of lower case alpha to upper case

Added ability to set mark parity.
Added ctrl-t U key sequence to allow enable/disable lower case alpha to
upper case during a session.
Updated Man page with command line options, ctrl-t sequences and
configuration file options.
Updated README.md, with above information.
2022-07-09 21:22:43 -04:00
George Joseph
f24cee61e7 Add Pulse DTR command
MCUs like the ESP32 can be reset if the serial port DTR line is
pulsed for a short time.  You could just type CTRL-t d CTRL-t d
but that's a little awkward since you have to lift your finger
off the CTRL key to type the Ds.  Now you can just type CTRL-T D.

* Added new command "D" to pulse the DTR line.  I.E.  Toggle its
  state twice with a configurable duration between toggles.

* Added new config/command line option "--dtr-pulse-duration"
  to set the duration between the DTR state toggles.  The default
  is 100ms.
2022-07-07 12:45:29 -06:00
Martin Lund
a717631207 Improve description of socket option 2022-07-07 14:00:56 +02:00
Martin Lund
e5d71a5e51 Update README 2022-07-06 16:28:49 +02:00
Martin Lund
167a19fcdd Update README 2022-07-06 15:08:35 +02:00
Martin Lund
36e091842e Update README 2022-07-06 14:58:17 +02:00
Martin Lund
736c1ed003 Update README 2022-07-06 14:51:25 +02:00
Martin Lund
028bd34cbe Update README 2022-07-06 14:46:28 +02:00
Martin Lund
233152f0db Update README 2022-07-04 09:29:55 +02:00
Martin Lund
e61e2d3820 Update README 2022-07-03 19:44:58 +02:00
Martin Lund
5bf7ae6382 Update doc 2022-07-03 14:58:04 +02:00
Martin Lund
2bc8cf4206 Update doc 2022-07-03 13:51:01 +02:00
Martin Lund
5daabf88d9 Update README 2022-07-03 13:21:58 +02:00
Martin Lund
4ca7375cac Update doc 2022-07-03 13:18:52 +02:00
Martin Lund
1b91fd9f69 Rename --hex-mode to --hexadecimal 2022-07-01 13:16:14 +02:00
Martin Lund
3553fc765e Update text 2022-06-30 15:20:38 +02:00
Martin Lund
4b912981c3 Update README 2022-06-25 13:57:04 +02:00
Martin Lund
0b4dfbe4d3 Update README 2022-06-25 11:06:35 +02:00
Martin Lund
d7a95ed383 Update README 2022-06-21 01:14:06 +02:00
Martin Lund
574d5620b2 Update general tio description 2022-06-17 11:36:23 +02:00
Martin Lund
1f4a50cc9f Update text 2022-06-17 11:27:47 +02:00
Martin Lund
256d6b4fc2 Merge branch 'allow_strip_esc_key' of https://github.com/nh26223/tio into nh26223-allow_strip_esc_key 2022-06-15 22:49:22 +02:00
Martin Lund
1debdc98cb Update README 2022-06-14 01:08:54 +02:00
Martin Lund
5708e2187f Update README 2022-06-13 23:05:33 +02:00
Martin Lund
318bcbf650 Update README 2022-06-12 02:56:35 +02:00
Martin Lund
81a3dbd68a Update README 2022-06-11 14:55:16 +02:00
Martin Lund
373dca3d5b Update README 2022-06-08 20:33:13 +02:00
Martin Lund
46b5783789 Rework color option
Rework the color option to support setting ANSI color code values
ranging from 0..255 or "none" for no color or "list" to print a list of
available ANSI colors codes.

Also, disables color when piping.
2022-06-08 16:19:47 +02:00
Martin Lund
2519e2081a Update README 2022-06-07 18:43:54 +02:00
Martin Lund
625f32d288 Update README 2022-06-07 18:36:19 +02:00
Martin Lund
14a16908a1 Update README 2022-06-07 07:40:24 +02:00
Martin Lund
0a22142957 Update README 2022-06-07 07:27:11 +02:00
Martin Lund
54830e3528 Update README 2022-06-06 21:19:09 +02:00
Martin Lund
2109a0063b Update README 2022-06-06 20:32:47 +02:00
Martin Lund
387f47a39c Update README 2022-06-06 20:29:17 +02:00
Martin Lund
6d007d39d7 Remove newline option in hex mode 2022-06-06 19:38:31 +02:00
Martin Lund
7d3b687eb4 Update README 2022-06-06 10:19:37 +02:00
Martin Lund
a5bde2ea51 Update README 2022-06-06 01:40:49 +02:00
Martin Lund
d907834f72 Update README 2022-06-04 22:28:54 +02:00
Martin Lund
9476422922 Remove command-line option inconsistencies
Optional arguments, as parsed by the getopt_long mechanism, are
inherently inconsistent with how you define required arguments.

To avoid confusion we decide to avoid this inconsistency by replacing
optional options with additional options with required argmuments.
2022-06-04 19:08:05 +02:00