From 0d1eaef794f5deade0de2ebad97911f4767c3446 Mon Sep 17 00:00:00 2001 From: yabu76 Date: Sun, 8 Mar 2026 22:27:58 +0900 Subject: [PATCH] =?UTF-8?q?Add=20examples=20of=20transferring=20files=20us?= =?UTF-8?q?ing=20gkermit=20command=20to=20=EF=BD=93the=20man=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- man/tio.1.in | 10 ++++++++++ man/tio.1.txt | 12 ++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/man/tio.1.in b/man/tio.1.in index 264f953..e264a64 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -948,6 +948,16 @@ Receive file from device by rz command: $ tio --exec '?rz -b' /dev/ttyUSB0 +.TP +Send file to device by gkermit command: + +$ tio --exec '?gkermit -XSs file' /dev/ttyUSB0 + +.TP +Receive file from device by gkermit command: + +$ tio --exec '?gkermit -XSr' /dev/ttyUSB0 + .SH "WEBSITE" .PP diff --git a/man/tio.1.txt b/man/tio.1.txt index 86ab7c1..76df0ab 100644 --- a/man/tio.1.txt +++ b/man/tio.1.txt @@ -778,11 +778,19 @@ EXAMPLES Send file to device by sz command: - $ tio --exec "?sz -b file" /dev/ttyUSB0 + $ tio --exec '?sz -b file' /dev/ttyUSB0 Receive file from device by rz command: - $ tio --exec "?rz -b" /dev/ttyUSB0 + $ tio --exec '?rz -b' /dev/ttyUSB0 + + Send file to device by gkermit command: + + $ tio --exec '?gkermit -XSs file' /dev/ttyUSB0 + + Receive file from device by gkermit command: + + $ tio --exec '?gkermit -XSr' /dev/ttyUSB0 WEBSITE Visit https://tio.github.io